Skip to content

Commit 065e416

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.0.
1 parent 9351731 commit 065e416

File tree

3 files changed

+333
-327
lines changed

3 files changed

+333
-327
lines changed

ed/headings/ecma-402.json

Lines changed: 113 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,201 +1033,208 @@
10331033
"level": 1,
10341034
"number": "13"
10351035
},
1036+
{
1037+
"id": "sec-intl-durationformat-constructor",
1038+
"href": "https://tc39.es/ecma402/#sec-intl-durationformat-constructor",
1039+
"title": "The Intl.DurationFormat Constructor",
1040+
"level": 2,
1041+
"number": "13.1"
1042+
},
1043+
{
1044+
"id": "sec-Intl.DurationFormat",
1045+
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat",
1046+
"title": "Intl.DurationFormat ( [ locales [ , options ] ] )",
1047+
"level": 3,
1048+
"number": "13.1.1"
1049+
},
1050+
{
1051+
"id": "sec-properties-of-intl-durationformat-constructor",
1052+
"href": "https://tc39.es/ecma402/#sec-properties-of-intl-durationformat-constructor",
1053+
"title": "Properties of the Intl.DurationFormat Constructor",
1054+
"level": 2,
1055+
"number": "13.2"
1056+
},
1057+
{
1058+
"id": "sec-Intl.DurationFormat.prototype",
1059+
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype",
1060+
"title": "Intl.DurationFormat.prototype",
1061+
"level": 3,
1062+
"number": "13.2.1"
1063+
},
1064+
{
1065+
"id": "sec-Intl.DurationFormat.supportedLocalesOf",
1066+
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.supportedLocalesOf",
1067+
"title": "Intl.DurationFormat.supportedLocalesOf ( locales [ , options ] )",
1068+
"level": 3,
1069+
"number": "13.2.2"
1070+
},
1071+
{
1072+
"id": "sec-Intl.DurationFormat-internal-slots",
1073+
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat-internal-slots",
1074+
"title": "Internal slots",
1075+
"level": 3,
1076+
"number": "13.2.3"
1077+
},
1078+
{
1079+
"id": "sec-properties-of-intl-durationformat-prototype-object",
1080+
"href": "https://tc39.es/ecma402/#sec-properties-of-intl-durationformat-prototype-object",
1081+
"title": "Properties of the Intl.DurationFormat Prototype Object",
1082+
"level": 2,
1083+
"number": "13.3"
1084+
},
1085+
{
1086+
"id": "sec-Intl.DurationFormat.prototype.constructor",
1087+
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype.constructor",
1088+
"title": "Intl.DurationFormat.prototype.constructor",
1089+
"level": 3,
1090+
"number": "13.3.1"
1091+
},
1092+
{
1093+
"id": "sec-Intl.DurationFormat.prototype.resolvedOptions",
1094+
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype.resolvedOptions",
1095+
"title": "Intl.DurationFormat.prototype.resolvedOptions ( )",
1096+
"level": 3,
1097+
"number": "13.3.2"
1098+
},
1099+
{
1100+
"id": "sec-Intl.DurationFormat.prototype.format",
1101+
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype.format",
1102+
"title": "Intl.DurationFormat.prototype.format ( duration )",
1103+
"level": 3,
1104+
"number": "13.3.3"
1105+
},
1106+
{
1107+
"id": "sec-Intl.DurationFormat.prototype.formatToParts",
1108+
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype.formatToParts",
1109+
"title": "Intl.DurationFormat.prototype.formatToParts ( duration )",
1110+
"level": 3,
1111+
"number": "13.3.4"
1112+
},
1113+
{
1114+
"id": "sec-Intl.DurationFormat.prototype-%symbol.tostringtag%",
1115+
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype-%25symbol.tostringtag%25",
1116+
"title": "Intl.DurationFormat.prototype [ %Symbol.toStringTag% ]",
1117+
"level": 3,
1118+
"number": "13.3.5"
1119+
},
1120+
{
1121+
"id": "sec-properties-of-intl-durationformat-instances",
1122+
"href": "https://tc39.es/ecma402/#sec-properties-of-intl-durationformat-instances",
1123+
"title": "Properties of Intl.DurationFormat Instances",
1124+
"level": 2,
1125+
"number": "13.4"
1126+
},
10361127
{
10371128
"id": "sec-intl-durationformat-abstracts",
10381129
"href": "https://tc39.es/ecma402/#sec-intl-durationformat-abstracts",
10391130
"title": "Abstract Operations for DurationFormat Objects",
10401131
"level": 2,
1041-
"number": "13.1"
1132+
"number": "13.5"
10421133
},
10431134
{
10441135
"id": "sec-duration-records",
10451136
"href": "https://tc39.es/ecma402/#sec-duration-records",
10461137
"title": "Duration Records",
10471138
"level": 3,
1048-
"number": "13.1.1"
1139+
"number": "13.5.1"
10491140
},
10501141
{
10511142
"id": "sec-tointegerifintegral",
10521143
"href": "https://tc39.es/ecma402/#sec-tointegerifintegral",
10531144
"title": "ToIntegerIfIntegral ( argument )",
10541145
"level": 3,
1055-
"number": "13.1.2"
1146+
"number": "13.5.2"
10561147
},
10571148
{
10581149
"id": "sec-todurationrecord",
10591150
"href": "https://tc39.es/ecma402/#sec-todurationrecord",
10601151
"title": "ToDurationRecord ( input )",
10611152
"level": 3,
1062-
"number": "13.1.3"
1153+
"number": "13.5.3"
10631154
},
10641155
{
10651156
"id": "sec-durationsign",
10661157
"href": "https://tc39.es/ecma402/#sec-durationsign",
10671158
"title": "DurationSign ( duration )",
10681159
"level": 3,
1069-
"number": "13.1.4"
1160+
"number": "13.5.4"
10701161
},
10711162
{
10721163
"id": "sec-isvalidduration",
10731164
"href": "https://tc39.es/ecma402/#sec-isvalidduration",
10741165
"title": "IsValidDuration ( years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, nanoseconds )",
10751166
"level": 3,
1076-
"number": "13.1.5"
1167+
"number": "13.5.5"
10771168
},
10781169
{
10791170
"id": "sec-getdurationunitoptions",
10801171
"href": "https://tc39.es/ecma402/#sec-getdurationunitoptions",
10811172
"title": "GetDurationUnitOptions ( unit, options, baseStyle, stylesList, digitalBase, prevStyle, twoDigitHours )",
10821173
"level": 3,
1083-
"number": "13.1.6"
1174+
"number": "13.5.6"
1175+
},
1176+
{
1177+
"id": "sec-stringpaddingbuiltinsimpl",
1178+
"href": "https://tc39.es/ecma402/#sec-stringpaddingbuiltinsimpl",
1179+
"title": "ValidateDurationUnitStyle ( unit, style, display, prevStyle )",
1180+
"level": 4,
1181+
"number": "13.5.6.1"
10841182
},
10851183
{
10861184
"id": "sec-computefractionaldigits",
10871185
"href": "https://tc39.es/ecma402/#sec-computefractionaldigits",
10881186
"title": "ComputeFractionalDigits ( durationFormat, duration )",
10891187
"level": 3,
1090-
"number": "13.1.7"
1188+
"number": "13.5.7"
10911189
},
10921190
{
10931191
"id": "sec-nextunitfractional",
10941192
"href": "https://tc39.es/ecma402/#sec-nextunitfractional",
10951193
"title": "NextUnitFractional ( durationFormat, unit )",
10961194
"level": 3,
1097-
"number": "13.1.8"
1195+
"number": "13.5.8"
10981196
},
10991197
{
11001198
"id": "sec-formatnumerichours",
11011199
"href": "https://tc39.es/ecma402/#sec-formatnumerichours",
11021200
"title": "FormatNumericHours ( durationFormat, hoursValue, signDisplayed )",
11031201
"level": 3,
1104-
"number": "13.1.9"
1202+
"number": "13.5.9"
11051203
},
11061204
{
11071205
"id": "sec-formatnumericminutes",
11081206
"href": "https://tc39.es/ecma402/#sec-formatnumericminutes",
11091207
"title": "FormatNumericMinutes ( durationFormat, minutesValue, hoursDisplayed, signDisplayed )",
11101208
"level": 3,
1111-
"number": "13.1.10"
1209+
"number": "13.5.10"
11121210
},
11131211
{
11141212
"id": "sec-formatnumericseconds",
11151213
"href": "https://tc39.es/ecma402/#sec-formatnumericseconds",
11161214
"title": "FormatNumericSeconds ( durationFormat, secondsValue, minutesDisplayed, signDisplayed )",
11171215
"level": 3,
1118-
"number": "13.1.11"
1216+
"number": "13.5.11"
11191217
},
11201218
{
11211219
"id": "sec-formatnumericunits",
11221220
"href": "https://tc39.es/ecma402/#sec-formatnumericunits",
11231221
"title": "FormatNumericUnits ( durationFormat, duration, firstNumericUnit, signDisplayed )",
11241222
"level": 3,
1125-
"number": "13.1.12"
1223+
"number": "13.5.12"
11261224
},
11271225
{
11281226
"id": "sec-listformatparts",
11291227
"href": "https://tc39.es/ecma402/#sec-listformatparts",
11301228
"title": "ListFormatParts ( durationFormat, partitionedPartsList )",
11311229
"level": 3,
1132-
"number": "13.1.13"
1230+
"number": "13.5.13"
11331231
},
11341232
{
11351233
"id": "sec-partitiondurationformatpattern",
11361234
"href": "https://tc39.es/ecma402/#sec-partitiondurationformatpattern",
11371235
"title": "PartitionDurationFormatPattern ( durationFormat, duration )",
11381236
"level": 3,
1139-
"number": "13.1.14"
1140-
},
1141-
{
1142-
"id": "sec-intl-durationformat-constructor",
1143-
"href": "https://tc39.es/ecma402/#sec-intl-durationformat-constructor",
1144-
"title": "The Intl.DurationFormat Constructor",
1145-
"level": 2,
1146-
"number": "13.2"
1147-
},
1148-
{
1149-
"id": "sec-Intl.DurationFormat",
1150-
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat",
1151-
"title": "Intl.DurationFormat ( [ locales [ , options ] ] )",
1152-
"level": 3,
1153-
"number": "13.2.1"
1154-
},
1155-
{
1156-
"id": "sec-properties-of-intl-durationformat-constructor",
1157-
"href": "https://tc39.es/ecma402/#sec-properties-of-intl-durationformat-constructor",
1158-
"title": "Properties of the Intl.DurationFormat Constructor",
1159-
"level": 2,
1160-
"number": "13.3"
1161-
},
1162-
{
1163-
"id": "sec-Intl.DurationFormat.prototype",
1164-
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype",
1165-
"title": "Intl.DurationFormat.prototype",
1166-
"level": 3,
1167-
"number": "13.3.1"
1168-
},
1169-
{
1170-
"id": "sec-Intl.DurationFormat.supportedLocalesOf",
1171-
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.supportedLocalesOf",
1172-
"title": "Intl.DurationFormat.supportedLocalesOf ( locales [ , options ] )",
1173-
"level": 3,
1174-
"number": "13.3.2"
1175-
},
1176-
{
1177-
"id": "sec-Intl.DurationFormat-internal-slots",
1178-
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat-internal-slots",
1179-
"title": "Internal slots",
1180-
"level": 3,
1181-
"number": "13.3.3"
1182-
},
1183-
{
1184-
"id": "sec-properties-of-intl-durationformat-prototype-object",
1185-
"href": "https://tc39.es/ecma402/#sec-properties-of-intl-durationformat-prototype-object",
1186-
"title": "Properties of the Intl.DurationFormat Prototype Object",
1187-
"level": 2,
1188-
"number": "13.4"
1189-
},
1190-
{
1191-
"id": "sec-Intl.DurationFormat.prototype.constructor",
1192-
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype.constructor",
1193-
"title": "Intl.DurationFormat.prototype.constructor",
1194-
"level": 3,
1195-
"number": "13.4.1"
1196-
},
1197-
{
1198-
"id": "sec-Intl.DurationFormat.prototype-@@tostringtag",
1199-
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype-%40%40tostringtag",
1200-
"title": "Intl.DurationFormat.prototype [ @@toStringTag ]",
1201-
"level": 3,
1202-
"number": "13.4.2"
1203-
},
1204-
{
1205-
"id": "sec-Intl.DurationFormat.prototype.format",
1206-
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype.format",
1207-
"title": "Intl.DurationFormat.prototype.format ( duration )",
1208-
"level": 3,
1209-
"number": "13.4.3"
1210-
},
1211-
{
1212-
"id": "sec-Intl.DurationFormat.prototype.formatToParts",
1213-
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype.formatToParts",
1214-
"title": "Intl.DurationFormat.prototype.formatToParts ( duration )",
1215-
"level": 3,
1216-
"number": "13.4.4"
1217-
},
1218-
{
1219-
"id": "sec-Intl.DurationFormat.prototype.resolvedOptions",
1220-
"href": "https://tc39.es/ecma402/#sec-Intl.DurationFormat.prototype.resolvedOptions",
1221-
"title": "Intl.DurationFormat.prototype.resolvedOptions ( )",
1222-
"level": 3,
1223-
"number": "13.4.5"
1224-
},
1225-
{
1226-
"id": "sec-properties-of-intl-durationformat-instances",
1227-
"href": "https://tc39.es/ecma402/#sec-properties-of-intl-durationformat-instances",
1228-
"title": "Properties of Intl.DurationFormat Instances",
1229-
"level": 2,
1230-
"number": "13.5"
1237+
"number": "13.5.14"
12311238
},
12321239
{
12331240
"id": "listformat-objects",

0 commit comments

Comments
 (0)