File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -735,7 +735,7 @@ <h1>DateTime Style Range Records</h1>
735735 </emu-table >
736736 </emu-clause >
737737
738- <emu-note >
738+ <emu-note id = " note-example-datetime-format-record " >
739739 For example, an implementation might include the following Record as part of its English locale data:
740740 <ul >
741741 <li >[[hour]]: *"numeric"* </li >
Original file line number Diff line number Diff line change 2828</ style >
2929
3030< style media ="print ">
31- /** ECMA-402-specific print hacks */
31+ /** ECMA-402-specific print styles */
3232emu-normative-optional {
3333 break-inside : avoid-page;
3434}
4444 width : 130mm ;
4545}
4646
47- /**
48- * This note is so long it takes up several pages anyway, let it break
49- * Note for future publishers: this note doesn't have an ID, check each
50- * year that it's still the second note in the section
51- */
52- # sec-intl \.datetimefor mat- internal- slots emu- not e: nth-of- type(2) {
47+ /* This note is so long it takes up several pages anyway, let it break. */
48+ # note-example-datetime-format-record {
5349 break-inside : initial;
5450}
51+
52+ /**
53+ * Prevent line wrapping in print
54+ * (for future publishing, this keeps the thead in #table-numbering-system-digits from wrapping unexpectedly)
55+ */
56+ .print-no-break {
57+ white-space : nowrap;
58+ }
5559</ style >
5660< pre class ="metadata ">
5761 title: ECMAScript® 2026 Internationalization API Specification
Original file line number Diff line number Diff line change 892892 <table class =" real-table" >
893893 <thead >
894894 <tr >
895- <th >Numbering& nbsp ; System</th >
895+ <th class = " print-no-break " >Numbering System</th >
896896 <th >Digits</th >
897897 </tr >
898898 </thead >
You can’t perform that action at this time.
0 commit comments