Skip to content

Commit f155347

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

File tree

3 files changed

+57
-49
lines changed

3 files changed

+57
-49
lines changed

ed/algorithms/html.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6967,13 +6967,16 @@
69676967
},
69686968
{
69696969
"html": "The <code id=\"the-source-element:the-source-element-16\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element\">source</a></code> <a id=\"the-source-element:html-element-insertion-steps\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#html-element-insertion-steps\">HTML element insertion steps</a>, given\n <var>insertedNode</var>, are:",
6970-
"rationale": "if",
6970+
"rationale": "let",
69716971
"steps": [
69726972
{
6973-
"html": "<p>If <var>insertedNode</var>'s parent is a <a id=\"the-source-element:media-element-7\" href=\"https://html.spec.whatwg.org/multipage/media.html#media-element\">media element</a> that has no <code id=\"the-source-element:attr-media-src-2\"><a href=\"https://html.spec.whatwg.org/multipage/media.html#attr-media-src\">src</a></code> attribute and whose <code id=\"the-source-element:dom-media-networkstate\"><a href=\"https://html.spec.whatwg.org/multipage/media.html#dom-media-networkstate\">networkState</a></code> has the value <code id=\"the-source-element:dom-media-network_empty\"><a href=\"https://html.spec.whatwg.org/multipage/media.html#dom-media-network_empty\">NETWORK_EMPTY</a></code>, then invoke that <a id=\"the-source-element:media-element-8\" href=\"https://html.spec.whatwg.org/multipage/media.html#media-element\">media\n element</a>'s <a href=\"https://html.spec.whatwg.org/multipage/media.html#concept-media-load-algorithm\" id=\"the-source-element:concept-media-load-algorithm-2\">resource selection\n algorithm</a>.</p>"
6973+
"html": "<p>Let <var>parent</var> be <var>insertedNode</var>'s <a id=\"the-source-element:parent\" href=\"https://dom.spec.whatwg.org/#concept-tree-parent\" data-x-internal=\"parent\">parent</a>.</p>"
6974+
},
6975+
{
6976+
"html": "<p>If <var>parent</var> is a <a id=\"the-source-element:media-element-7\" href=\"https://html.spec.whatwg.org/multipage/media.html#media-element\">media element</a> that has no <code id=\"the-source-element:attr-media-src-2\"><a href=\"https://html.spec.whatwg.org/multipage/media.html#attr-media-src\">src</a></code> attribute and whose <code id=\"the-source-element:dom-media-networkstate\"><a href=\"https://html.spec.whatwg.org/multipage/media.html#dom-media-networkstate\">networkState</a></code> has the value <code id=\"the-source-element:dom-media-network_empty\"><a href=\"https://html.spec.whatwg.org/multipage/media.html#dom-media-network_empty\">NETWORK_EMPTY</a></code>, then invoke that <a id=\"the-source-element:media-element-8\" href=\"https://html.spec.whatwg.org/multipage/media.html#media-element\">media\n element</a>'s <a href=\"https://html.spec.whatwg.org/multipage/media.html#concept-media-load-algorithm\" id=\"the-source-element:concept-media-load-algorithm-2\">resource selection\n algorithm</a>.</p>"
69746977
},
69756978
{
6976-
"html": "<p>If <var>insertedNode</var>'s next sibling is an <code id=\"the-source-element:the-img-element-8\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element\">img</a></code> element and its parent is\n a <code id=\"the-source-element:the-picture-element-9\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element\">picture</a></code> element, then, count this as a <a href=\"https://html.spec.whatwg.org/multipage/images.html#relevant-mutations\" id=\"the-source-element:relevant-mutations\">relevant\n mutation</a> for the <code id=\"the-source-element:the-img-element-9\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element\">img</a></code> element.</p>"
6979+
"html": "<p>If <var>parent</var> is a <code id=\"the-source-element:the-picture-element-9\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element\">picture</a></code> element, then <a href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"the-source-element:list-iterate\" data-x-internal=\"list-iterate\">for each</a> <var>child</var> of <var>parent</var>'s <a href=\"https://dom.spec.whatwg.org/#concept-tree-child\" id=\"the-source-element:concept-tree-child\" data-x-internal=\"concept-tree-child\">children</a>, if <var>child</var> is an <code id=\"the-source-element:the-img-element-8\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element\">img</a></code> element,\n then count this as a <a href=\"https://html.spec.whatwg.org/multipage/images.html#relevant-mutations\" id=\"the-source-element:relevant-mutations\">relevant mutation</a> for\n <var>child</var>.</p>"
69776980
}
69786981
]
69796982
},
@@ -6982,7 +6985,7 @@
69826985
"rationale": "if",
69836986
"steps": [
69846987
{
6985-
"html": "<p>If <var>movedNode</var>'s next sibling was an <code id=\"the-source-element:the-img-element-10\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element\">img</a></code> element and\n <var>oldParent</var> is a <code id=\"the-source-element:the-picture-element-10\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element\">picture</a></code> element, then, count this as a <a href=\"https://html.spec.whatwg.org/multipage/images.html#relevant-mutations\" id=\"the-source-element:relevant-mutations-2\">relevant mutation</a> for the <code id=\"the-source-element:the-img-element-11\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element\">img</a></code> element.</p>"
6988+
"html": "<p>If <var>oldParent</var> is a <code id=\"the-source-element:the-picture-element-10\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element\">picture</a></code> element, then <a href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"the-source-element:list-iterate-2\" data-x-internal=\"list-iterate\">for each</a> <var>child</var> of <var>oldParent</var>'s <a href=\"https://dom.spec.whatwg.org/#concept-tree-child\" id=\"the-source-element:concept-tree-child-2\" data-x-internal=\"concept-tree-child\">children</a>, if <var>child</var> is an <code id=\"the-source-element:the-img-element-9\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element\">img</a></code> element,\n then count this as a <a href=\"https://html.spec.whatwg.org/multipage/images.html#relevant-mutations\" id=\"the-source-element:relevant-mutations-2\">relevant mutation</a> for\n <var>child</var>.</p>"
69866989
}
69876990
]
69886991
},
@@ -6991,7 +6994,7 @@
69916994
"rationale": "if",
69926995
"steps": [
69936996
{
6994-
"html": "<p>If <var>removedNode</var>'s next sibling was an <code id=\"the-source-element:the-img-element-12\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element\">img</a></code> element and\n <var>oldParent</var> is a <code id=\"the-source-element:the-picture-element-11\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element\">picture</a></code> element, then, count this as a <a href=\"https://html.spec.whatwg.org/multipage/images.html#relevant-mutations\" id=\"the-source-element:relevant-mutations-3\">relevant mutation</a> for the <code id=\"the-source-element:the-img-element-13\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element\">img</a></code> element.</p>"
6997+
"html": "<p>If <var>oldParent</var> is a <code id=\"the-source-element:the-picture-element-11\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element\">picture</a></code> element, then <a href=\"https://infra.spec.whatwg.org/#list-iterate\" id=\"the-source-element:list-iterate-3\" data-x-internal=\"list-iterate\">for each</a> <var>child</var> of <var>oldParent</var>'s <a href=\"https://dom.spec.whatwg.org/#concept-tree-child\" id=\"the-source-element:concept-tree-child-3\" data-x-internal=\"concept-tree-child\">children</a>, if <var>child</var> is an <code id=\"the-source-element:the-img-element-10\"><a href=\"https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element\">img</a></code> element,\n then count this as a <a href=\"https://html.spec.whatwg.org/multipage/images.html#relevant-mutations\" id=\"the-source-element:relevant-mutations-3\">relevant mutation</a> for\n <var>child</var>.</p>"
69956998
}
69966999
]
69977000
},

ed/ids/html.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11277,28 +11277,32 @@
1127711277
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Aattr-source-sizes-5",
1127811278
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-source-element-16",
1127911279
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Ahtml-element-insertion-steps",
11280+
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Aparent",
1128011281
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Amedia-element-7",
1128111282
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Aattr-media-src-2",
1128211283
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Adom-media-networkstate",
1128311284
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Adom-media-network_empty",
1128411285
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Amedia-element-8",
1128511286
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Aconcept-media-load-algorithm-2",
11286-
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-img-element-8",
1128711287
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-picture-element-9",
11288+
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Alist-iterate",
11289+
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Aconcept-tree-child",
11290+
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-img-element-8",
1128811291
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Arelevant-mutations",
11289-
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-img-element-9",
1129011292
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-source-element-17",
1129111293
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Ahtml-element-moving-steps",
11292-
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-img-element-10",
1129311294
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-picture-element-10",
11295+
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Alist-iterate-2",
11296+
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Aconcept-tree-child-2",
11297+
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-img-element-9",
1129411298
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Arelevant-mutations-2",
11295-
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-img-element-11",
1129611299
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-source-element-18",
1129711300
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Ahtml-element-removing-steps",
11298-
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-img-element-12",
1129911301
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-picture-element-11",
11302+
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Alist-iterate-3",
11303+
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Aconcept-tree-child-3",
11304+
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-img-element-10",
1130011305
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Arelevant-mutations-3",
11301-
"https://html.spec.whatwg.org/multipage/embedded-content.html#the-source-element%3Athe-img-element-13",
1130211306
"https://html.spec.whatwg.org/multipage/embedded-content.html#dom-source-src",
1130311307
"https://html.spec.whatwg.org/multipage/embedded-content.html#dom-source-type",
1130411308
"https://html.spec.whatwg.org/multipage/embedded-content.html#dom-source-srcset",
@@ -33399,9 +33403,10 @@
3339933403
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-3",
3340033404
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-2",
3340133405
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-3",
33406+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-4",
3340233407
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-4",
3340333408
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state",
33404-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-4",
33409+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-5",
3340533410
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Afind-in-page-2-2",
3340633411
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Anavigate-fragid-2",
3340733412
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-5",
@@ -33410,13 +33415,13 @@
3341033415
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-7",
3341133416
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-8",
3341233417
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-2",
33413-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-5",
33418+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-6",
3341433419
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-3",
3341533420
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-4",
3341633421
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-9",
3341733422
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-5",
3341833423
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-6",
33419-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-6",
33424+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-7",
3342033425
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Alayout-containment",
3342133426
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-7",
3342233427
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3A'visibility'",

0 commit comments

Comments
 (0)