Skip to content

Commit db341f7

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.2.
1 parent 53f7d11 commit db341f7

22 files changed

+525
-500
lines changed

ed/algorithms/css-grid-1.json

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

ed/algorithms/css-grid-2.json

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

ed/algorithms/dbsc.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,22 @@
101101
"html": "<p>If <var>pattern</var> equals '*', return true.</p>"
102102
},
103103
{
104-
"html": "If <var>pattern</var> starts with '*':",
104+
"html": "<p>Let <var>host string</var> be the serialized <var>host</var>.</p>"
105+
},
106+
{
107+
"html": "If <var>pattern</var> starts with '*' and <var>host</var> is a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-domain\" id=\"ref-for-concept-domain②\">domain</a>:",
105108
"rationale": "if",
106109
"steps": [
107110
{
108111
"html": "<p>If <var>pattern</var> does not start with '*.', return false.</p>"
109112
},
110113
{
111-
"html": "<p>Return true if <var>host</var> ends with all but the first character\n of <var>pattern</var>.</p>"
114+
"html": "<p>Return true if <var>host string</var> ends with all but the first character\n of <var>pattern</var>.</p>"
112115
}
113116
]
114117
},
115118
{
116-
"html": "<p>Return true if <var>host</var> is equal to <var>pattern</var>.</p>"
119+
"html": "<p>Return true if <var>host string</var> is equal to <var>pattern</var>.</p>"
117120
}
118121
]
119122
},
@@ -647,7 +650,7 @@
647650
"html": "<p>If <var>provider session</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-dbsc/#device-bound-session-session-scope\" id=\"ref-for-device-bound-session-session-scope⑦\">session scope</a>\n <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-dbsc/#session-scope-origin\" id=\"ref-for-session-scope-origin⑤\">origin</a> is not <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin\" id=\"ref-for-same-origin②\">same origin</a> with <var>provider\n origin</var>, return null.</p>"
648651
},
649652
{
650-
"html": "<p>If <var>provider session</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-dbsc/#device-bound-session-session-key-pair\" id=\"ref-for-device-bound-session-session-key-pair①\">session key pair</a> does not match\n <var>params</var>[\"provider_key\"], return null.</p>"
653+
"html": "<p>If <var>provider session</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webappsec-dbsc/#device-bound-session-session-key-pair\" id=\"ref-for-device-bound-session-session-key-pair①\">session key pair</a>’s JWK thumbprint (see\n <a data-link-type=\"biblio\" href=\"https://w3c.github.io/webappsec-dbsc/#biblio-rfc7638\" title=\"JSON Web Key (JWK) Thumbprint\">[RFC7638]</a>) does not match <var>params</var>[\"provider_key\"]\n when encoded in base64 (see <a data-link-type=\"biblio\" href=\"https://w3c.github.io/webappsec-dbsc/#biblio-rfc4648\" title=\"The Base16, Base32, and Base64 Data Encodings\">[RFC4648]</a>), return null.</p>"
651654
},
652655
{
653656
"html": "<p>Let <var>provider well known URL</var> be a copy of <var>provider URL</var>, with the\n <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path④\">path</a> replaced with \"/.well-known/device-bound-sessions\".</p>"

ed/algorithms/wai-aria-1.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
]
8181
},
8282
{
83-
"html": "When the content of a <a href=\"https://w3c.github.io/aria/#dfn-live-region\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-live-region-10\">live region</a> changes, user agents <em class=\"rfc2119\">SHOULD</em> examine the changed <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> and traverse the ancestors to find the first element with\n <a href=\"https://w3c.github.io/aria/#aria-atomic\" class=\"property-reference\"><code>aria-atomic</code></a> set, and apply the appropriate behavior for the cases below.",
83+
"html": "When the content of a <a href=\"https://w3c.github.io/aria/#dfn-live-region\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-live-region-9\">live region</a> changes, user agents <em class=\"rfc2119\">SHOULD</em> examine the changed <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> and traverse the ancestors to find the first element with\n <a href=\"https://w3c.github.io/aria/#aria-atomic\" class=\"property-reference\"><code>aria-atomic</code></a> set, and apply the appropriate behavior for the cases below.",
8484
"rationale": "if",
8585
"steps": [
8686
{

ed/algorithms/wai-aria-1.3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
]
8181
},
8282
{
83-
"html": "When the content of a <a href=\"https://w3c.github.io/aria/#dfn-live-region\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-live-region-10\">live region</a> changes, user agents <em class=\"rfc2119\">SHOULD</em> examine the changed <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> and traverse the ancestors to find the first element with\n <a href=\"https://w3c.github.io/aria/#aria-atomic\" class=\"property-reference\"><code>aria-atomic</code></a> set, and apply the appropriate behavior for the cases below.",
83+
"html": "When the content of a <a href=\"https://w3c.github.io/aria/#dfn-live-region\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-live-region-9\">live region</a> changes, user agents <em class=\"rfc2119\">SHOULD</em> examine the changed <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> and traverse the ancestors to find the first element with\n <a href=\"https://w3c.github.io/aria/#aria-atomic\" class=\"property-reference\"><code>aria-atomic</code></a> set, and apply the appropriate behavior for the cases below.",
8484
"rationale": "if",
8585
"steps": [
8686
{

ed/dfns/wai-aria-1.2.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@
7777
"id": "dfn-deprecated",
7878
"href": "https://w3c.github.io/aria/#dfn-deprecated",
7979
"linkingText": [
80-
"Deprecated",
81-
"deprecate",
82-
"deprecation"
80+
"Deprecated"
8381
],
8482
"localLinkingText": [
8583
"deprecate",
@@ -128,8 +126,7 @@
128126
"id": "dfn-desktop-focus-event",
129127
"href": "https://w3c.github.io/aria/#dfn-desktop-focus-event",
130128
"linkingText": [
131-
"Desktop focus event",
132-
"desktop focus"
129+
"Desktop focus event"
133130
],
134131
"localLinkingText": [
135132
"desktop focus"
@@ -598,8 +595,7 @@
598595
"id": "dfn-semantics",
599596
"href": "https://w3c.github.io/aria/#dfn-semantics",
600597
"linkingText": [
601-
"Semantics",
602-
"semantically"
598+
"Semantics"
603599
],
604600
"localLinkingText": [
605601
"semantically"

ed/dfns/wai-aria-1.3.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@
7777
"id": "dfn-deprecated",
7878
"href": "https://w3c.github.io/aria/#dfn-deprecated",
7979
"linkingText": [
80-
"Deprecated",
81-
"deprecate",
82-
"deprecation"
80+
"Deprecated"
8381
],
8482
"localLinkingText": [
8583
"deprecate",
@@ -128,8 +126,7 @@
128126
"id": "dfn-desktop-focus-event",
129127
"href": "https://w3c.github.io/aria/#dfn-desktop-focus-event",
130128
"linkingText": [
131-
"Desktop focus event",
132-
"desktop focus"
129+
"Desktop focus event"
133130
],
134131
"localLinkingText": [
135132
"desktop focus"
@@ -598,8 +595,7 @@
598595
"id": "dfn-semantics",
599596
"href": "https://w3c.github.io/aria/#dfn-semantics",
600597
"linkingText": [
601-
"Semantics",
602-
"semantically"
598+
"Semantics"
603599
],
604600
"localLinkingText": [
605601
"semantically"

ed/ids/css-content-3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A7",
116116
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-quote",
117117
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A8",
118-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader",
118+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader",
119119
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%93%AA",
120120
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-target",
121121
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%91%A0",
@@ -246,9 +246,9 @@
246246
"https://drafts.csswg.org/css-content-3/#ref-for-valdef-content-close-quote%E2%91%A6",
247247
"https://drafts.csswg.org/css-content-3/#example-eb11c28e",
248248
"https://drafts.csswg.org/css-content-3/#leaders",
249-
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader",
250-
"https://drafts.csswg.org/css-content-3/#leader-function",
251249
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0",
250+
"https://drafts.csswg.org/css-content-3/#leader-function",
251+
"https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader",
252252
"https://drafts.csswg.org/css-content-3/#funcdef-content-leader",
253253
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-leader-type",
254254
"https://drafts.csswg.org/css-content-3/#funcdef-leader",

ed/ids/css-flexbox-1.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@
17621762
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1",
17631763
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A5%E2%91%A3",
17641764
"https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages",
1765-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4",
1765+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4",
17661766
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A6",
17671767
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A2",
17681768
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5",
@@ -1852,9 +1852,9 @@
18521852
"https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto",
18531853
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7",
18541854
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self",
1855+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4",
18551856
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5",
18561857
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6",
1857-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7",
18581858
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8",
18591859
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8",
18601860
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1",
@@ -1980,9 +1980,9 @@
19801980
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7",
19811981
"https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2",
19821982
"https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis",
1983-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8",
1983+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7",
19841984
"https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages",
1985-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4",
1985+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8",
19861986
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA",
19871987
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A3",
19881988
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8",
@@ -2117,7 +2117,7 @@
21172117
"https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero",
21182118
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5",
21192119
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7",
2120-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0",
2120+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5",
21212121
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8",
21222122
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA",
21232123
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0",
@@ -2135,17 +2135,17 @@
21352135
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right",
21362136
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top",
21372137
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom",
2138-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5",
2138+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6",
21392139
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0",
21402140
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0",
2141-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1",
2141+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0",
21422142
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A4",
21432143
"https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0",
21442144
"https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5",
21452145
"https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position",
21462146
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0",
21472147
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0",
2148-
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6",
2148+
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1",
21492149
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A5",
21502150
"https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1",
21512151
"https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6",

0 commit comments

Comments
 (0)