Skip to content

Commit ce79824

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.7.0.
1 parent beb83be commit ce79824

File tree

7 files changed

+61
-56
lines changed

7 files changed

+61
-56
lines changed

ed/algorithms/html-aam-1.0.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@
1111
"html": "If the control has an <a href=\"https://www.w3.org/TR/wai-aria-1.2/#aria-label\"><code>aria-label</code></a> or an <a href=\"https://www.w3.org/TR/wai-aria-1.2/#aria-labelledby\"><code>aria-labelledby</code></a> attribute the\n <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is to be calculated using the algorithm defined in\n <a href=\"https://w3c.github.io/accname/\" class=\"accname\">Accessible Name and Description: Computation and <abbr title=\"application programming interface\">API</abbr> Mappings</a>."
1212
},
1313
{
14-
"html": "Otherwise use the associated <code>label</code> element or elements <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name(s)</a> - if more than one <code>label</code> is associated; concatenate by\n DOM order, delimited by spaces."
14+
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty: use the <a href=\"https://www.w3.org/TR/accname-1.2/#mapping_additional_nd_te\">text equivalent computation</a> of\n the associated <code>label</code> element's subtree - if more than one <code>label</code> is associated; concatenate their subtrees by DOM order, delimited by spaces.\n <p>\n If the control is encapsulated by its <code>label</code> element, exclude the control's author specified or user-entered value from its computed\n <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a>.\n </p>"
15+
},
16+
{
17+
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty: use the value of the control's <code>title</code> attribute."
1518
},
1619
{
17-
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty, then: use the control's <code>title</code> attribute."
20+
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty: use the value of the control's <a href=\"https://w3c.github.io/html-aam/#att-placeholder\">placeholder</a> attribute."
1821
},
1922
{
20-
"html": "Otherwise use the control's <a href=\"https://w3c.github.io/html-aam/#att-placeholder\">placeholder</a> value."
23+
"html": "Otherwise, use the value of the element's <a href=\"https://www.w3.org/TR/wai-aria-1.2/#aria-placeholder\"><code>aria-placeholder</code></a> attribute."
2124
},
2225
{
2326
"html": "If none of the above yield a usable text string there is no <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a>."

ed/algorithms/html.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

ed/algorithms/sri-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"html": "<p>If <var>policy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-subresource-integrity/#sources\" id=\"ref-for-sources①\">sources</a> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain⑥\">contains</a> \"<code>inline</code>\"\n and <var>policy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-subresource-integrity/#blocked-destinations\" id=\"ref-for-blocked-destinations①\">blocked destinations</a> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain⑦\">contains</a> <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-destination\" id=\"ref-for-concept-request-destination①\">destination</a>,\n set <var>block</var> to true.</p>"
250250
},
251251
{
252-
"html": "<p>If <var>policy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-subresource-integrity/#sources\" id=\"ref-for-sources②\">sources</a> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain⑧\">contains</a> \"<code>inline</code>\"\n and <var>reportPolicy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-subresource-integrity/#blocked-destinations\" id=\"ref-for-blocked-destinations②\">blocked destinations</a> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain⑨\">contains</a> <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-destination\" id=\"ref-for-concept-request-destination②\">destination</a>,\n set <var>reportBlock</var> to true.</p>"
252+
"html": "<p>If <var>reportPolicy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-subresource-integrity/#sources\" id=\"ref-for-sources②\">sources</a> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain⑧\">contains</a> \"<code>inline</code>\"\n and <var>reportPolicy</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-subresource-integrity/#blocked-destinations\" id=\"ref-for-blocked-destinations②\">blocked destinations</a> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain⑨\">contains</a> <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-destination\" id=\"ref-for-concept-request-destination②\">destination</a>,\n set <var>reportBlock</var> to true.</p>"
253253
},
254254
{
255255
"html": "<p>If <var>block</var> is true or <var>reportBlock</var> is true, then <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-subresource-integrity/#report-violation\" id=\"ref-for-report-violation\">report violation</a> with <var>request</var>, <var>block</var>, <var>reportBlock</var>, <var>policy</var> and <var>reportPolicy</var>.</p>"

ed/dfns/sri-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"localLinkingText": [],
242242
"type": "dfn",
243243
"for": [],
244-
"access": "private",
244+
"access": "public",
245245
"informative": false,
246246
"heading": {
247247
"id": "integrity-policy-section",
@@ -336,7 +336,7 @@
336336
"localLinkingText": [],
337337
"type": "dfn",
338338
"for": [],
339-
"access": "private",
339+
"access": "public",
340340
"informative": false,
341341
"heading": {
342342
"id": "parse-integrity-policy-headers-section",
@@ -355,7 +355,7 @@
355355
"localLinkingText": [],
356356
"type": "dfn",
357357
"for": [],
358-
"access": "private",
358+
"access": "public",
359359
"informative": false,
360360
"heading": {
361361
"id": "should-request-be-blocked-by-integrity-policy-section",

ed/ids/html.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44054,6 +44054,7 @@
4405444054
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-request-client",
4405544055
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Asource-snapshot-params-client",
4405644056
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-request-destination",
44057+
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container",
4405744058
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-request-credentials-mode",
4405844059
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Ause-url-credentials-flag",
4405944060
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-request-redirect-mode",
@@ -44092,19 +44093,19 @@
4409244093
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-request-history-navigation-flag",
4409344094
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Asource-snapshot-params-activation-2",
4409444095
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-request-user-activation",
44095-
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container",
4409644096
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-2",
44097+
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-3",
4409744098
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Abrowsing-context-scope-origin",
4409844099
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-request-origin-2",
4409944100
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Abrowsing-context-scope-origin-2",
4410044101
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-request-destination-2",
44101-
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-3",
44102+
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-4",
4410244103
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-element-local-name",
4410344104
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Asource-snapshot-params-client-2",
4410444105
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-document-2",
4410544106
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Arelevant-settings-object-2",
4410644107
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-request-initiator-type",
44107-
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-4",
44108+
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-5",
4410844109
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-element-local-name-2",
4410944110
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Acoop-enforcement-result-2",
4411044111
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Acoop-enforcement-url-2",
@@ -44301,10 +44302,10 @@
4430144302
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Ashe-document-state-38",
4430244303
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Adocument-state-history-policy-container-6",
4430344304
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Asource-snapshot-params-policy-container-2",
44304-
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-5",
44305+
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-6",
4430544306
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Athe-iframe-element",
4430644307
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aconcept-response-timing-allow-passed",
44307-
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-6",
44308+
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anav-container-7",
4430844309
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Aiframe-pending-resource-timing-start-time",
4430944310
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Athe-iframe-element-2",
4431044311
"https://html.spec.whatwg.org/multipage/browsing-the-web.html#populating-a-session-history-entry%3Anavigation-params-6",

0 commit comments

Comments
 (0)