Skip to content

Commit 23990ad

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.0.
1 parent fecee1f commit 23990ad

File tree

215 files changed

+45734
-3993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+45734
-3993
lines changed

ed/algorithms/css-fonts-4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
]
123123
},
124124
{
125-
"html": "If the value of <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-fonts-4/#propdef-font-style\" id=\"ref-for-propdef-font-style②②\">font-style</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-fonts-4/#valdef-font-style-normal\" id=\"ref-for-valdef-font-style-normal\">normal</a>,",
125+
"html": "If the value of <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-fonts-4/#propdef-font-style\" id=\"ref-for-propdef-font-style②②\">font-style</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-fonts-4/#valdef-font-style-normal\" id=\"ref-for-valdef-font-style-normal\">normal</a>,",
126126
"rationale": "if",
127127
"steps": [
128128
{

ed/algorithms/css-grid-1.json

Lines changed: 5 additions & 5 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-1.json

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

ed/algorithms/local-network-access.json

Lines changed: 239 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"spec": {
3+
"title": "A Well-Known URL for Relying Party Passkey Endpoints",
4+
"url": "https://w3c.github.io/webappsec-passkey-endpoints/"
5+
},
6+
"algorithms": [
7+
{
8+
"html": "Given a passkey’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webauthn-2#relying-party-identifier\" id=\"ref-for-relying-party-identifier①\">relying party identifier</a>, generate a passkey endpoints URL by running these steps:",
9+
"rationale": "let",
10+
"steps": [
11+
{
12+
"html": "<p>Let <var>url</var> be a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#url\" id=\"ref-for-url\">URL</a></code> with values set as follows:</p>\n <dl>\n <dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme①\">scheme</a>\n </dt><dd data-md=\"\">\n <p>\"https\"</p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-host\" id=\"ref-for-concept-url-host\">host</a>\n </dt><dd data-md=\"\">\n <p>the passkey’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webauthn-2#relying-party-identifier\" id=\"ref-for-relying-party-identifier②\">relying party identifier</a></p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-port\" id=\"ref-for-concept-url-port\">port</a>\n </dt><dd data-md=\"\">\n <p>null</p>\n </dd><dt data-md=\"\"><a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\" id=\"ref-for-concept-url-path\">path</a>\n </dt><dd data-md=\"\">\n <p>« \".well-known\", \"passkey-endpoints\" ».</p>\n </dd></dl>"
13+
},
14+
{
15+
"html": "<p>Return <var>url</var>.</p>"
16+
}
17+
]
18+
}
19+
]
20+
}

ed/algorithms/private-network-access.json

Lines changed: 0 additions & 360 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"spec": {
3+
"title": "SHACL 1.2 Node Expressions",
4+
"url": "https://w3c.github.io/data-shapes/shacl12-node-expr/"
5+
},
6+
"algorithms": [
7+
{
8+
"html": "Let <code>var</code> be the <a data-cite=\"shacl12-core#dfn-value\" data-link-type=\"dfn\" href=\"https://www.w3.org/TR/shacl12-core/#dfn-value\" id=\"ref-for-index-term-value-2\">value</a> of <code>shnex:var</code> in the <a href=\"https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-var-expression\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-var-expression-1\">var expression</a>.\n\t\t\t\t\t\t\tThe <a data-cite=\"shacl12-core#dfn-output-nodes\" data-link-type=\"dfn\" href=\"https://www.w3.org/TR/shacl12-core/#dfn-output-nodes\" id=\"ref-for-index-term-output-nodes-14\">output nodes</a> of the <a href=\"https://w3c.github.io/data-shapes/shacl12-node-expr/#dfn-var-expression\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-var-expression-2\">var expression</a> are computed as follows, in order:",
9+
"rationale": "if",
10+
"steps": [
11+
{
12+
"html": "if <code>var</code> is <code>\"focusNode\"</code> then <code>evalExpr(expr, focusGraph, focusNode, scope) -&gt; [focusNode]</code>"
13+
},
14+
{
15+
"html": "if <code>var</code> is in the <code>scope</code> then <code>evalExpr(expr, focusGraph, focusNode, scope) -&gt; [ scope[var] ]</code>"
16+
},
17+
{
18+
"html": "otherwise <code>evalExpr(expr, focusGraph, focusNode, scope) -&gt; []</code>"
19+
}
20+
]
21+
}
22+
]
23+
}

ed/algorithms/wcag-3.0.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"spec": {
3+
"title": "W3C Accessibility Guidelines (WCAG) 3.0",
4+
"url": "https://w3c.github.io/wcag3/guidelines/"
5+
},
6+
"algorithms": [
7+
{
8+
"html": "For each word of text:",
9+
"rationale": "fail",
10+
"steps": [
11+
{
12+
"html": "Is the text purely <a href=\"https://w3c.github.io/wcag3/guidelines/#dfn-decorative\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-decorative-2\">decorative</a> or, is it not readable by anybody?\n<ul>\n<li>Yes, Pass</li>\n<li>No, Continue</li>\n</ul>"
13+
},
14+
{
15+
"html": "Does the default/authored presentation meet minimum <a href=\"https://w3c.github.io/wcag3/guidelines/#dfn-requirement\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-requirement-3\">requirements</a>?",
16+
"ignored": [
17+
"Yes, the default/authored presentation meets Readable Blocks of Text (foundational) and Readable Text Style (foundational), Continue No, Fail"
18+
]
19+
},
20+
{
21+
"html": "Can the text appearance be adjusted by the user?",
22+
"rationale": "fail",
23+
"steps": [
24+
{
25+
"html": "Yes, text must be <a href=\"https://w3c.github.io/wcag3/guidelines/#dfn-user-manipulable-text\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-user-manipulable-text-1\">user-manipulable text</a> and:",
26+
"ignored": [
27+
"The accessibility support set meets: Adjustable blocks of text Adjustable text style Content and functional are not lost with text adjustment Pass"
28+
]
29+
},
30+
{
31+
"html": "Yes, via produce-provided themes:",
32+
"ignored": [
33+
"Adjustable blocks of text Adjustable text style Content and functional are not lost with text adjustment Pass"
34+
]
35+
},
36+
{
37+
"html": "No, and the <a href=\"https://w3c.github.io/wcag3/guidelines/#dfn-product\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-product-1\">product</a> does not provide its own themes:",
38+
"rationale": "fail",
39+
"steps": [
40+
{
41+
"html": "Fail."
42+
}
43+
]
44+
}
45+
]
46+
}
47+
]
48+
}
49+
]
50+
}

0 commit comments

Comments
 (0)