Skip to content

Commit 98b1edb

Browse files
ryzokukenMs2ger
authored andcommitted
spec: remove datetimeformat table
1 parent d713c9a commit 98b1edb

File tree

2 files changed

+5
-58
lines changed

2 files changed

+5
-58
lines changed

spec/biblio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
"type": "term",
102102
"term": "%NumberFormat%",
103103
"id": "sec-intl-numberformat-constructor"
104+
},
105+
{
106+
"type": "clause",
107+
"number": "Table 7",
108+
"id": "table-datetimeformat-components"
104109
}
105110
],
106111
"https://tc39.es/proposal-intl-duration-format/": [

spec/intl.html

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -86,64 +86,6 @@ <h1><a href="https://tc39.es/ecma402/#sec-defaulttimezone">DefaultTimeZone</a> (
8686
<emu-clause id="sec-datetimeformat-abstracts">
8787
<h1><a href="https://tc39.es/ecma402/#sec-datetimeformat-abstracts">Abstract Operations For DateTimeFormat Objects</a></h1>
8888

89-
<emu-table id="table-datetimeformat-components">
90-
<emu-caption>Components of date and time formats</emu-caption>
91-
<table class="real-table">
92-
<thead>
93-
<tr>
94-
<th>Internal Slot</th>
95-
<th>Property</th>
96-
<th>Values</th>
97-
</tr>
98-
</thead>
99-
<tr>
100-
<td>[[Weekday]]</td>
101-
<td>*"weekday"*</td>
102-
<td>*"narrow"*, *"short"*, *"long"*</td>
103-
</tr>
104-
<tr>
105-
<td>[[Era]]</td>
106-
<td>*"era"*</td>
107-
<td>*"narrow"*, *"short"*, *"long"*</td>
108-
</tr>
109-
<tr>
110-
<td>[[Year]]</td>
111-
<td>*"year"*</td>
112-
<td>*"2-digit"*, *"numeric"*</td>
113-
</tr>
114-
<tr>
115-
<td>[[Month]]</td>
116-
<td>*"month"*</td>
117-
<td>*"2-digit"*, *"numeric"*, *"narrow"*, *"short"*, *"long"*</td>
118-
</tr>
119-
<tr>
120-
<td>[[Day]]</td>
121-
<td>*"day"*</td>
122-
<td>*"2-digit"*, *"numeric"*</td>
123-
</tr>
124-
<tr>
125-
<td>[[Hour]]</td>
126-
<td>*"hour"*</td>
127-
<td>*"2-digit"*, *"numeric"*</td>
128-
</tr>
129-
<tr>
130-
<td>[[Minute]]</td>
131-
<td>*"minute"*</td>
132-
<td>*"2-digit"*, *"numeric"*</td>
133-
</tr>
134-
<tr>
135-
<td>[[Second]]</td>
136-
<td>*"second"*</td>
137-
<td>*"2-digit"*, *"numeric"*</td>
138-
</tr>
139-
<tr>
140-
<td>[[TimeZoneName]]</td>
141-
<td>*"timeZoneName"*</td>
142-
<td>*"short"*, *"long"*</td>
143-
</tr>
144-
</table>
145-
</emu-table>
146-
14789
<emu-clause id="sec-temporal-initializedatetimeformat" aoid="InitializeDateTimeFormat">
14890
<h1>InitializeDateTimeFormat ( _dateTimeFormat_, _locales_, _options_ )</h1>
14991

0 commit comments

Comments
 (0)