Skip to content

Commit 5f645bc

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.7.
1 parent 842b9c5 commit 5f645bc

File tree

8 files changed

+11351
-11340
lines changed

8 files changed

+11351
-11340
lines changed

ed/algorithms/html.json

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19107,17 +19107,17 @@
1910719107
{
1910819108
"name": "DocumentOrShadowRoot/activeElement",
1910919109
"href": "https://html.spec.whatwg.org/multipage/interaction.html#dom-documentorshadowroot-activeelement",
19110-
"html": "The <dfn data-dfn-for=\"DocumentOrShadowRoot\" id=\"dom-documentorshadowroot-activeelement\" data-dfn-type=\"attribute\"><code>activeElement</code></dfn> attribute's getter must\n run these steps:",
19110+
"html": "The <code id=\"focus-management-apis:documentorshadowroot\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#documentorshadowroot\">DocumentOrShadowRoot</a></code> <dfn data-dfn-for=\"DocumentOrShadowRoot\" id=\"dom-documentorshadowroot-activeelement\" data-dfn-type=\"attribute\"><code>activeElement</code></dfn> getter steps are:",
1911119111
"rationale": "let",
1911219112
"steps": [
1911319113
{
19114-
"html": "<p>Let <var>candidate</var> be the <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#dom-anchor\" id=\"focus-management-apis:dom-anchor\">DOM anchor</a> of the <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#focused-area-of-the-document\" id=\"focus-management-apis:focused-area-of-the-document\">focused area</a> of this <code id=\"focus-management-apis:documentorshadowroot\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#documentorshadowroot\">DocumentOrShadowRoot</a></code>'s <a id=\"focus-management-apis:node-document-2\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" data-x-internal=\"node-document\">node\n document</a>.</p>"
19114+
"html": "<p>Let <var>candidate</var> be <a id=\"focus-management-apis:this\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <a id=\"focus-management-apis:node-document-2\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" data-x-internal=\"node-document\">node document</a>'s <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#focused-area-of-the-document\" id=\"focus-management-apis:focused-area-of-the-document\">focused area</a>'s <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#dom-anchor\" id=\"focus-management-apis:dom-anchor\">DOM anchor</a>.</p>"
1911519115
},
1911619116
{
19117-
"html": "<p>Set <var>candidate</var> to the result of <a href=\"https://dom.spec.whatwg.org/#retarget\" id=\"focus-management-apis:dom-retarget\" data-x-internal=\"dom-retarget\">retargeting</a>\n <var>candidate</var> against this <code id=\"focus-management-apis:documentorshadowroot-2\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#documentorshadowroot\">DocumentOrShadowRoot</a></code>.</p>"
19117+
"html": "<p>Set <var>candidate</var> to the result of <a href=\"https://dom.spec.whatwg.org/#retarget\" id=\"focus-management-apis:dom-retarget\" data-x-internal=\"dom-retarget\">retargeting</a>\n <var>candidate</var> against <a id=\"focus-management-apis:this-2\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>.</p>"
1911819118
},
1911919119
{
19120-
"html": "<p>If <var>candidate</var>'s <a id=\"focus-management-apis:root\" href=\"https://dom.spec.whatwg.org/#concept-tree-root\" data-x-internal=\"root\">root</a> is not this <code id=\"focus-management-apis:documentorshadowroot-3\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#documentorshadowroot\">DocumentOrShadowRoot</a></code>,\n then return null.</p>"
19120+
"html": "<p>If <var>candidate</var>'s <a id=\"focus-management-apis:root\" href=\"https://dom.spec.whatwg.org/#concept-tree-root\" data-x-internal=\"root\">root</a> is not <a id=\"focus-management-apis:this-3\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>, then return\n null.</p>"
1912119121
},
1912219122
{
1912319123
"html": "<p>If <var>candidate</var> is not a <code id=\"focus-management-apis:document-2\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#document\">Document</a></code> object, then return\n <var>candidate</var>.</p>"
@@ -19136,11 +19136,11 @@
1913619136
{
1913719137
"name": "Window/focus()",
1913819138
"href": "https://html.spec.whatwg.org/multipage/interaction.html#dom-window-focus",
19139-
"html": "The <dfn data-dfn-for=\"Window\" id=\"dom-window-focus\" data-dfn-type=\"method\"><code>focus()</code></dfn> method, when\n invoked, must run these steps:",
19139+
"html": "The <code id=\"focus-management-apis:window\"><a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window\">Window</a></code> <dfn data-dfn-for=\"Window\" id=\"dom-window-focus\" data-dfn-type=\"method\"><code>focus()</code></dfn> method steps are:",
1914019140
"rationale": "let",
1914119141
"steps": [
1914219142
{
19143-
"html": "<p>Let <var>current</var> be this <code id=\"focus-management-apis:window\"><a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window\">Window</a></code> object's <a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-navigable\" id=\"focus-management-apis:window-navigable-2\">navigable</a>.</p>"
19143+
"html": "<p>Let <var>current</var> be <a id=\"focus-management-apis:this-5\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <a href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window-navigable\" id=\"focus-management-apis:window-navigable-2\">navigable</a>.</p>"
1914419144
},
1914519145
{
1914619146
"html": "<p>If <var>current</var> is null, then return.</p>"
@@ -19159,43 +19159,34 @@
1915919159
{
1916019160
"name": "HTMLOrSVGElement/focus(options)",
1916119161
"href": "https://html.spec.whatwg.org/multipage/interaction.html#dom-focus",
19162-
"html": "The <dfn data-dfn-for=\"HTMLOrSVGElement\" id=\"dom-focus\" data-dfn-type=\"method\"><code>focus(<var>options</var>)</code></dfn>\n method on elements, when invoked, must run the following steps:",
19162+
"html": "The <code id=\"focus-management-apis:htmlorsvgelement\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#htmlorsvgelement\">HTMLOrSVGElement</a></code> <dfn data-dfn-for=\"HTMLOrSVGElement\" id=\"dom-focus\" data-dfn-type=\"method\"><code>focus(<var>options</var>)</code></dfn> method steps are:",
1916319163
"rationale": "if",
1916419164
"steps": [
1916519165
{
19166-
"html": "<p>If the <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#allow-focus-steps\" id=\"focus-management-apis:allow-focus-steps-2\">allow focus steps</a> given the element's <a id=\"focus-management-apis:node-document-3\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" data-x-internal=\"node-document\">node document</a>\n return false, then return.</p>"
19166+
"html": "<p>If the <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#allow-focus-steps\" id=\"focus-management-apis:allow-focus-steps-2\">allow focus steps</a> given <a id=\"focus-management-apis:this-6\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <a id=\"focus-management-apis:node-document-3\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" data-x-internal=\"node-document\">node document</a>\n return false, then return.</p>"
1916719167
},
1916819168
{
19169-
"html": "<p>If the element is marked as <i id=\"focus-management-apis:locked-for-focus\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#locked-for-focus\">locked for focus</a></i>, then return.</p>"
19169+
"html": "<p>Run the <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#focusing-steps\" id=\"focus-management-apis:focusing-steps-2\">focusing steps</a> for <a id=\"focus-management-apis:this-7\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>.</p>"
1917019170
},
1917119171
{
19172-
"html": "<p>Mark the element as <dfn id=\"locked-for-focus\">locked for focus</dfn>.</p>"
19172+
"html": "<p>If <var>options</var>[\"<dfn data-dfn-for=\"FocusOptions\" id=\"dom-focusoptions-focusvisible\" data-dfn-type=\"dict-member\"><code>focusVisible</code></dfn>\"] is true, or does not <a href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"focus-management-apis:map-exists\" data-x-internal=\"map-exists\">exist</a> but in an <a id=\"focus-management-apis:implementation-defined-2\" href=\"https://infra.spec.whatwg.org/#implementation-defined\" data-x-internal=\"implementation-defined\">implementation-defined</a> way the user agent\n determines it would be best to do so, then <a id=\"focus-management-apis:indicate-focus-2\" href=\"https://drafts.csswg.org/selectors/#indicate-focus\" data-x-internal=\"indicate-focus\">indicate focus</a>.</p>"
1917319173
},
1917419174
{
19175-
"html": "<p>Run the <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#focusing-steps\" id=\"focus-management-apis:focusing-steps-2\">focusing steps</a> for the element.</p>"
19176-
},
19177-
{
19178-
"html": "<p>If the value of the <dfn data-dfn-for=\"FocusOptions\" id=\"dom-focusoptions-focusvisible\" data-dfn-type=\"dict-member\"><code>focusVisible</code></dfn> dictionary member of\n <var>options</var> is true, or is not present but in an <a id=\"focus-management-apis:implementation-defined\" href=\"https://infra.spec.whatwg.org/#implementation-defined\" data-x-internal=\"implementation-defined\">implementation-defined</a> way\n the user agent determines it would be best to do so, then <a id=\"focus-management-apis:indicate-focus\" href=\"https://drafts.csswg.org/selectors/#indicate-focus\" data-x-internal=\"indicate-focus\">indicate focus</a>.</p>"
19179-
},
19180-
{
19181-
"html": "<p>If the value of the <dfn data-dfn-for=\"FocusOptions\" id=\"dom-focusoptions-preventscroll\" data-dfn-type=\"dict-member\"><code>preventScroll</code></dfn> dictionary member of\n <var>options</var> is false, then <a href=\"https://drafts.csswg.org/cssom-view/#scroll-a-target-into-view\" id=\"focus-management-apis:scroll-a-target-into-view\" data-x-internal=\"scroll-a-target-into-view\">scroll the element\n into view</a> given \"auto\", \"center\", and \"center\".</p>"
19182-
},
19183-
{
19184-
"html": "<p>Unmark the element as <i id=\"focus-management-apis:locked-for-focus-2\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#locked-for-focus\">locked for focus</a></i>.</p>"
19175+
"html": "<p>If <var>options</var>[\"<dfn data-dfn-for=\"FocusOptions\" id=\"dom-focusoptions-preventscroll\" data-dfn-type=\"dict-member\"><code>preventScroll</code></dfn>\"] is false, then <a id=\"focus-management-apis:scroll-a-target-into-view\" href=\"https://drafts.csswg.org/cssom-view/#scroll-a-target-into-view\" data-x-internal=\"scroll-a-target-into-view\">scroll\n a target into view</a> given <a id=\"focus-management-apis:this-8\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>, \"<code>auto</code>\", \"<code>center</code>\", and \"<code>center</code>\".</p>"
1918519176
}
1918619177
]
1918719178
},
1918819179
{
1918919180
"name": "allow focus steps",
1919019181
"href": "https://html.spec.whatwg.org/multipage/interaction.html#allow-focus-steps",
19191-
"html": "The <dfn id=\"allow-focus-steps\" data-export=\"\">allow focus steps</dfn>, given a <code id=\"focus-management-apis:document-5\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#document\">Document</a></code> object <var>target</var>,\n are as follows:",
19182+
"html": "The <dfn id=\"allow-focus-steps\" data-export=\"\">allow focus steps</dfn>, given a <code id=\"focus-management-apis:document-4\"><a href=\"https://html.spec.whatwg.org/multipage/dom.html#document\">Document</a></code> object\n <var>target</var>, are:",
1919219183
"rationale": "if",
1919319184
"steps": [
1919419185
{
1919519186
"html": "<p>If <var>target</var> is <a id=\"focus-management-apis:allowed-to-use\" href=\"https://html.spec.whatwg.org/multipage/iframe-embed-object.html#allowed-to-use\">allowed to use</a> the \"<code id=\"focus-management-apis:focus-without-user-activation-feature\"><a href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#focus-without-user-activation-feature\">focus-without-user-activation</a></code>\" feature,\n then return true.</p>"
1919619187
},
1919719188
{
19198-
"html": "<p>If any of the following are true:</p>\n\n <ul><li><p><var>target</var>'s <a id=\"focus-management-apis:concept-relevant-global\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant global object</a> has <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#transient-activation\" id=\"focus-management-apis:transient-activation\">transient user activation</a>; or</p></li><li><p><var>target</var>'s <a id=\"focus-management-apis:node-navigable\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#node-navigable\">node navigable</a>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-container\" id=\"focus-management-apis:nav-container-2\">container</a>,\n if any, is marked as <i id=\"focus-management-apis:locked-for-focus-3\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#locked-for-focus\">locked for focus</a></i>,</p></li></ul>\n\n <p>then return true.</p>"
19189+
"html": "<p>If <var>target</var>'s <a id=\"focus-management-apis:concept-relevant-global\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant global object</a> has <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#transient-activation\" id=\"focus-management-apis:transient-activation\">transient\n activation</a>, then return true.</p>"
1919919190
},
1920019191
{
1920119192
"html": "<p>Return false.</p>"

ed/dfns/ecmascript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25629,7 +25629,7 @@
2562925629
"heading": {
2563025630
"id": "sec-%iterator.prototype%-object",
2563125631
"href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%25iterator.prototype%25-object",
25632-
"title": "The %Iterator.prototype% Object",
25632+
"title": "Properties of the Iterator Prototype Object",
2563325633
"number": "27.1.4"
2563425634
},
2563525635
"definedIn": "prose"

ed/dfns/html.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56180,25 +56180,6 @@
5618056180
},
5618156181
"definedIn": "prose"
5618256182
},
56183-
{
56184-
"id": "locked-for-focus",
56185-
"href": "https://html.spec.whatwg.org/multipage/interaction.html#locked-for-focus",
56186-
"linkingText": [
56187-
"locked for focus"
56188-
],
56189-
"localLinkingText": [],
56190-
"type": "dfn",
56191-
"for": [],
56192-
"access": "private",
56193-
"informative": false,
56194-
"heading": {
56195-
"id": "focus-management-apis",
56196-
"href": "https://html.spec.whatwg.org/multipage/interaction.html#focus-management-apis",
56197-
"title": "Focus management APIs",
56198-
"number": "6.6.6"
56199-
},
56200-
"definedIn": "prose"
56201-
},
5620256183
{
5620356184
"id": "dom-focusoptions-focusvisible",
5620456185
"href": "https://html.spec.whatwg.org/multipage/interaction.html#dom-focusoptions-focusvisible",

ed/headings/ecmascript.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10630,6 +10630,13 @@
1063010630
"level": 5,
1063110631
"number": "22.2.9.2.2"
1063210632
},
10633+
{
10634+
"id": "sec-properties-of-regexp-string-iterator-instances",
10635+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-properties-of-regexp-string-iterator-instances",
10636+
"title": "Properties of RegExp String Iterator Instances",
10637+
"level": 5,
10638+
"number": "22.2.9.2.3"
10639+
},
1063310640
{
1063410641
"id": "sec-indexed-collections",
1063510642
"href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-indexed-collections",
@@ -11078,6 +11085,13 @@
1107811085
"level": 5,
1107911086
"number": "23.1.5.2.2"
1108011087
},
11088+
{
11089+
"id": "sec-properties-of-array-iterator-instances",
11090+
"href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-properties-of-array-iterator-instances",
11091+
"title": "Properties of Array Iterator Instances",
11092+
"level": 5,
11093+
"number": "23.1.5.2.3"
11094+
},
1108111095
{
1108211096
"id": "sec-typedarray-objects",
1108311097
"href": "https://tc39.es/ecma262/multipage/indexed-collections.html#sec-typedarray-objects",
@@ -13643,7 +13657,7 @@
1364313657
{
1364413658
"id": "sec-%iterator.prototype%-object",
1364513659
"href": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-%25iterator.prototype%25-object",
13646-
"title": "The %Iterator.prototype% Object",
13660+
"title": "Properties of the Iterator Prototype Object",
1364713661
"level": 3,
1364813662
"number": "27.1.4"
1364913663
},

0 commit comments

Comments
 (0)