Skip to content

Commit 18e12db

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.2.
1 parent bb4be3c commit 18e12db

File tree

6 files changed

+457
-432
lines changed

6 files changed

+457
-432
lines changed

ed/algorithms/html.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18624,7 +18624,7 @@
1862418624
"html": "<p>If <var>element</var>'s parent is the <a id=\"data-model:document-element\" href=\"https://dom.spec.whatwg.org/#document-element\" data-x-internal=\"document-element\">document element</a>, then return the\n parent's <a id=\"data-model:node-document-2\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" data-x-internal=\"node-document\">node document</a>.</p>"
1862518625
},
1862618626
{
18627-
"html": "<p>If <var>element</var> is in the <a href=\"https://html.spec.whatwg.org/multipage/popover.html#popover-showing-state\" id=\"data-model:popover-showing-state-2\">popover showing\n state</a> and has a <a id=\"data-model:popover-invoker-2\" href=\"https://html.spec.whatwg.org/multipage/popover.html#popover-invoker\">popover invoker</a> set, then return <var>element</var>.</p>"
18627+
"html": "<p>If <var>element</var> is in the <a href=\"https://html.spec.whatwg.org/multipage/popover.html#popover-showing-state\" id=\"data-model:popover-showing-state-2\">popover showing\n state</a> and has a <a id=\"data-model:popover-invoker-2\" href=\"https://html.spec.whatwg.org/multipage/popover.html#popover-invoker\">popover invoker</a> set, then return <var>element</var>'s\n <a id=\"data-model:popover-invoker-3\" href=\"https://html.spec.whatwg.org/multipage/popover.html#popover-invoker\">popover invoker</a>.</p>"
1862818628
},
1862918629
{
1863018630
"html": "<p>Return <var>element</var>'s parent's <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#associated-focus-navigation-owner\" id=\"data-model:associated-focus-navigation-owner\">associated focus navigation owner</a>.</p>"
@@ -32180,11 +32180,11 @@
3218032180
"html": "<p>If <var>notHandled</var> is true, then <a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#report-an-exception\" id=\"runtime-script-errors:report-an-exception\">report</a>\n <var>exception</var> for <var>workerObject</var>'s <a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"runtime-script-errors:concept-relevant-global-2\">relevant global object</a> with\n <a href=\"https://html.spec.whatwg.org/multipage/webappapis.html#report-exception-omiterror\" id=\"runtime-script-errors:report-exception-omiterror\"><var>omitError</var></a> set to true.</p>"
3218132181
}
3218232182
]
32183+
},
32184+
{
32185+
"html": "<p>Otherwise, the user agent may report <var>exception</var> to a developer\n console.</p>"
3218332186
}
3218432187
]
32185-
},
32186-
{
32187-
"html": "<p>Otherwise, the user agent may report <var>exception</var> to a developer console.</p>"
3218832188
}
3218932189
]
3219032190
},

ed/dfns/ecma-402.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,25 @@
364364
},
365365
"definedIn": "prose"
366366
},
367+
{
368+
"id": "rounding-mode",
369+
"href": "https://tc39.es/ecma402/#rounding-mode",
370+
"linkingText": [
371+
"rounding mode"
372+
],
373+
"localLinkingText": [],
374+
"type": "dfn",
375+
"for": [],
376+
"access": "public",
377+
"informative": false,
378+
"heading": {
379+
"id": "sec-properties-of-intl-numberformat-instances",
380+
"href": "https://tc39.es/ecma402/#sec-properties-of-intl-numberformat-instances",
381+
"title": "Properties of Intl.NumberFormat Instances",
382+
"number": "16.4"
383+
},
384+
"definedIn": "prose"
385+
},
367386
{
368387
"id": "intl-mathematical-value",
369388
"href": "https://tc39.es/ecma402/#intl-mathematical-value",

ed/headings/ecma-402.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,8 +1643,8 @@
16431643
"number": "16.1.1.1"
16441644
},
16451645
{
1646-
"id": "sec-setnfdigitoptions",
1647-
"href": "https://tc39.es/ecma402/#sec-setnfdigitoptions",
1646+
"id": "sec-setnumberformatdigitoptions",
1647+
"href": "https://tc39.es/ecma402/#sec-setnumberformatdigitoptions",
16481648
"title": "SetNumberFormatDigitOptions ( intlObj, options, mnfdDefault, mxfdDefault, notation )",
16491649
"level": 3,
16501650
"number": "16.1.2"
@@ -1769,8 +1769,8 @@
17691769
"number": "16.5.2"
17701770
},
17711771
{
1772-
"id": "sec-formatnumberstring",
1773-
"href": "https://tc39.es/ecma402/#sec-formatnumberstring",
1772+
"id": "sec-formatnumerictostring",
1773+
"href": "https://tc39.es/ecma402/#sec-formatnumerictostring",
17741774
"title": "FormatNumericToString ( intlObject, x )",
17751775
"level": 3,
17761776
"number": "16.5.3"

0 commit comments

Comments
 (0)