Skip to content

Commit df738d4

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.6.
1 parent 8a9d144 commit df738d4

File tree

7 files changed

+59
-44
lines changed

7 files changed

+59
-44
lines changed

ed/algorithms/html.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -18332,10 +18332,10 @@
1833218332
"rationale": "if",
1833318333
"steps": [
1833418334
{
18335-
"html": "<p>If the <code id=\"the-hidden-attribute:attr-hidden-22\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute is in the <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found-state\" id=\"the-hidden-attribute:attr-hidden-until-found-state-9\">hidden until found</a> state, then return \"<code id=\"the-hidden-attribute:attr-hidden-until-found\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found\">until-found</a></code>\".</p>"
18335+
"html": "<p>If the <code id=\"the-hidden-attribute:attr-hidden-20\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute is in the <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found-state\" id=\"the-hidden-attribute:attr-hidden-until-found-state-9\">hidden until found</a> state, then return \"<code id=\"the-hidden-attribute:attr-hidden-until-found\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found\">until-found</a></code>\".</p>"
1833618336
},
1833718337
{
18338-
"html": "<p>If the <code id=\"the-hidden-attribute:attr-hidden-23\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute is set, then return\n true.</p>"
18338+
"html": "<p>If the <code id=\"the-hidden-attribute:attr-hidden-21\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute is set, then return\n true.</p>"
1833918339
},
1834018340
{
1834118341
"html": "<p>Return false.</p>"
@@ -18347,25 +18347,25 @@
1834718347
"rationale": "if",
1834818348
"steps": [
1834918349
{
18350-
"html": "<p>If the given value is a string that is an <a id=\"the-hidden-attribute:ascii-case-insensitive\" href=\"https://infra.spec.whatwg.org/#ascii-case-insensitive\" data-x-internal=\"ascii-case-insensitive\">ASCII case-insensitive</a> match for\n \"<code id=\"the-hidden-attribute:attr-hidden-until-found-2\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found\">until-found</a></code>\", then set the <code id=\"the-hidden-attribute:attr-hidden-24\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute to \"<code id=\"the-hidden-attribute:attr-hidden-until-found-3\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found\">until-found</a></code>\".</p>"
18350+
"html": "<p>If the given value is a string that is an <a id=\"the-hidden-attribute:ascii-case-insensitive\" href=\"https://infra.spec.whatwg.org/#ascii-case-insensitive\" data-x-internal=\"ascii-case-insensitive\">ASCII case-insensitive</a> match for\n \"<code id=\"the-hidden-attribute:attr-hidden-until-found-2\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found\">until-found</a></code>\", then set the <code id=\"the-hidden-attribute:attr-hidden-22\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute to \"<code id=\"the-hidden-attribute:attr-hidden-until-found-3\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found\">until-found</a></code>\".</p>"
1835118351
},
1835218352
{
18353-
"html": "<p>Otherwise, if the given value is false, then remove the <code id=\"the-hidden-attribute:attr-hidden-25\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute.</p>"
18353+
"html": "<p>Otherwise, if the given value is false, then remove the <code id=\"the-hidden-attribute:attr-hidden-23\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute.</p>"
1835418354
},
1835518355
{
18356-
"html": "<p>Otherwise, if the given value is the empty string, then remove the <code id=\"the-hidden-attribute:attr-hidden-26\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute.</p>"
18356+
"html": "<p>Otherwise, if the given value is the empty string, then remove the <code id=\"the-hidden-attribute:attr-hidden-24\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute.</p>"
1835718357
},
1835818358
{
18359-
"html": "<p>Otherwise, if the given value is null, then remove the <code id=\"the-hidden-attribute:attr-hidden-27\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute.</p>"
18359+
"html": "<p>Otherwise, if the given value is null, then remove the <code id=\"the-hidden-attribute:attr-hidden-25\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute.</p>"
1836018360
},
1836118361
{
18362-
"html": "<p>Otherwise, if the given value is 0, then remove the <code id=\"the-hidden-attribute:attr-hidden-28\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute.</p>"
18362+
"html": "<p>Otherwise, if the given value is 0, then remove the <code id=\"the-hidden-attribute:attr-hidden-26\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute.</p>"
1836318363
},
1836418364
{
18365-
"html": "<p>Otherwise, if the given value is NaN, then remove the <code id=\"the-hidden-attribute:attr-hidden-29\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute.</p>"
18365+
"html": "<p>Otherwise, if the given value is NaN, then remove the <code id=\"the-hidden-attribute:attr-hidden-27\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute.</p>"
1836618366
},
1836718367
{
18368-
"html": "<p>Otherwise, set the <code id=\"the-hidden-attribute:attr-hidden-30\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute to the empty\n string.</p>"
18368+
"html": "<p>Otherwise, set the <code id=\"the-hidden-attribute:attr-hidden-28\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute to the empty\n string.</p>"
1836918369
}
1837018370
]
1837118371
},
@@ -18380,14 +18380,14 @@
1838018380
"rationale": "if",
1838118381
"steps": [
1838218382
{
18383-
"html": "If <var>currentNode</var> has the <code id=\"the-hidden-attribute:attr-hidden-31\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute in the\n <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found-state\" id=\"the-hidden-attribute:attr-hidden-until-found-state-10\">hidden until found</a> state, then:",
18383+
"html": "If <var>currentNode</var> has the <code id=\"the-hidden-attribute:attr-hidden-29\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute in the\n <a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden-until-found-state\" id=\"the-hidden-attribute:attr-hidden-until-found-state-10\">hidden until found</a> state, then:",
1838418384
"rationale": "fire",
1838518385
"steps": [
1838618386
{
18387-
"html": "<p><a href=\"https://dom.spec.whatwg.org/#concept-event-fire\" id=\"the-hidden-attribute:concept-event-fire\" data-x-internal=\"concept-event-fire\">Fire an event</a> named <code id=\"the-hidden-attribute:event-beforematch-2\"><a href=\"https://html.spec.whatwg.org/multipage/indices.html#event-beforematch\">beforematch</a></code> at <var>currentNode</var>.</p>"
18387+
"html": "<p><a href=\"https://dom.spec.whatwg.org/#concept-event-fire\" id=\"the-hidden-attribute:concept-event-fire\" data-x-internal=\"concept-event-fire\">Fire an event</a> named <code id=\"the-hidden-attribute:event-beforematch\"><a href=\"https://html.spec.whatwg.org/multipage/indices.html#event-beforematch\">beforematch</a></code> at <var>currentNode</var> with the <code id=\"the-hidden-attribute:dom-event-bubbles\"><a data-x-internal=\"dom-event-bubbles\" href=\"https://dom.spec.whatwg.org/#dom-event-bubbles\">bubbles</a></code> attribute initialized to true.</p>"
1838818388
},
1838918389
{
18390-
"html": "<p>Remove the <code id=\"the-hidden-attribute:attr-hidden-32\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute from\n <var>currentNode</var>.</p>"
18390+
"html": "<p>Remove the <code id=\"the-hidden-attribute:attr-hidden-30\"><a href=\"https://html.spec.whatwg.org/multipage/interaction.html#attr-hidden\">hidden</a></code> attribute from\n <var>currentNode</var>.</p>"
1839118391
}
1839218392
]
1839318393
},

ed/events/html.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,8 @@
529529
"targets": [
530530
"HTMLElement"
531531
],
532-
"interface": "Event"
532+
"interface": "Event",
533+
"bubbles": true
533534
},
534535
{
535536
"href": "https://html.spec.whatwg.org/multipage/indices.html#event-beforetoggle",

ed/ids/html.json

+20-21
Original file line numberDiff line numberDiff line change
@@ -33414,65 +33414,64 @@
3341433414
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Afind-in-page-2-2",
3341533415
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Anavigate-fragid-2",
3341633416
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-5",
33417+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aancestor-hidden-until-found-revealing-algorithm",
3341733418
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-6",
33418-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aevent-beforematch",
33419-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-7",
33420-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-8",
3342133419
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-2",
3342233420
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-6",
3342333421
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-3",
3342433422
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-4",
33425-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-9",
33423+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-7",
3342633424
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-5",
3342733425
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-6",
3342833426
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-hidden-state-7",
3342933427
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Alayout-containment",
3343033428
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-7",
3343133429
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3A'visibility'",
3343233430
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-8",
33431+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-8",
33432+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-9",
3343333433
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-10",
3343433434
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-11",
33435-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-12",
33436-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-13",
3343733435
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Ahyperlink",
33438-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-14",
33436+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-12",
3343933437
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Athe-label-element",
3344033438
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Athe-output-element",
33439+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-13",
33440+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-14",
3344133441
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-15",
33442-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-16",
33443-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-17",
3344433442
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hyperlink-href",
33445-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-18",
33443+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-16",
3344633444
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-aria-describedby",
33447-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-19",
33445+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-17",
3344833446
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Athe-canvas-element",
33449-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-20",
33447+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-18",
3345033448
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Athe-form-element",
3345133449
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-fae-form",
33452-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-21",
33450+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-19",
3345333451
"https://html.spec.whatwg.org/multipage/interaction.html#dom-hidden",
33454-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-22",
33452+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-20",
3345533453
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-9",
3345633454
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found",
33457-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-23",
33455+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-21",
3345833456
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Adom-hidden",
3345933457
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aascii-case-insensitive",
3346033458
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-2",
33461-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-24",
33459+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-22",
3346233460
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-3",
33461+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-23",
33462+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-24",
3346333463
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-25",
3346433464
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-26",
3346533465
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-27",
3346633466
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-28",
33467-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-29",
33468-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-30",
3346933467
"https://html.spec.whatwg.org/multipage/interaction.html#ancestor-hidden-until-found-revealing-algorithm",
3347033468
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aflat-tree",
33471-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-31",
33469+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-29",
3347233470
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-until-found-state-10",
3347333471
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aconcept-event-fire",
33474-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aevent-beforematch-2",
33475-
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-32",
33472+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aevent-beforematch",
33473+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Adom-event-bubbles",
33474+
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aattr-hidden-30",
3347633475
"https://html.spec.whatwg.org/multipage/interaction.html#the-hidden-attribute%3Aflat-tree-2",
3347733476
"https://html.spec.whatwg.org/multipage/interaction.html#page-visibility",
3347833477
"https://html.spec.whatwg.org/multipage/interaction.html#page-visibility%3Atraversable-navigable",

ed/ids/prerendering-revamped.json

+5
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@
322322
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-request-current-url",
323323
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-url-scheme%E2%91%A1",
324324
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-http-scheme%E2%91%A1",
325+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-navigation-params-request%E2%91%A1",
326+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-concept-request-current-url%E2%91%A0",
327+
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-potentially-trustworthy-url",
325328
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-navigation-params-response",
326329
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-supports-prefetch",
327330
"https://wicg.github.io/nav-speculation/prerendering.html#ref-for-navigation-params-response%E2%91%A0",
@@ -1015,6 +1018,7 @@
10151018
"https://wicg.github.io/nav-speculation/prerendering.html#72d2c5a0",
10161019
"https://wicg.github.io/nav-speculation/prerendering.html#9d3f3ebe",
10171020
"https://wicg.github.io/nav-speculation/prerendering.html#100523d5",
1021+
"https://wicg.github.io/nav-speculation/prerendering.html#9c5d9c4d",
10181022
"https://wicg.github.io/nav-speculation/prerendering.html#1767a082",
10191023
"https://wicg.github.io/nav-speculation/prerendering.html#67c70582",
10201024
"https://wicg.github.io/nav-speculation/prerendering.html#fcba80ff",
@@ -1114,6 +1118,7 @@
11141118
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-screen-capture",
11151119
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-screen-orientation",
11161120
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-screen-wake-lock",
1121+
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-secure-contexts",
11171122
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-serial",
11181123
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-service-workers",
11191124
"https://wicg.github.io/nav-speculation/prerendering.html#biblio-speech-api",

0 commit comments

Comments
 (0)