Skip to content

Commit 53847c5

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 20.0.1.
1 parent 943db37 commit 53847c5

14 files changed

+3635
-1901
lines changed

tr/algorithms/css-conditional-5.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44
"url": "https://www.w3.org/TR/css-conditional-5/"
55
},
66
"algorithms": [
7+
{
8+
"name": "evaluate a <style-range>",
9+
"href": "https://www.w3.org/TR/css-conditional-5/#evaluate-a-style-range",
10+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"evaluate-a-style-range\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">evaluate a <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-conditional-5/#typedef-style-range\" id=\"ref-for-typedef-style-range③\">&lt;style-range&gt;</a></dfn>,\n\t\tthe following steps needs to be performed:",
11+
"rationale": ".algorithm",
12+
"steps": [
13+
{
14+
"html": "<p>If <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-conditional-5/#typedef-style-range-value\" id=\"ref-for-typedef-style-range-value⑨\">&lt;style-range-value&gt;</a> is a <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-variables-1/#typedef-custom-property-name\" id=\"ref-for-typedef-custom-property-name②\">&lt;custom-property-name&gt;</a>,\nit needs to be substituted\nas if the <span class=\"production\" id=\"ref-for-typedef-custom-property-name③\">&lt;custom-property-name&gt;</span> was wrapped inside a <a class=\"css\" data-link-type=\"maybe\" href=\"https://www.w3.org/TR/css-variables-1/#funcdef-var\" id=\"ref-for-funcdef-var①\">var()</a>.</p>"
15+
},
16+
{
17+
"html": "<p>Substitute <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-values-5/#arbitrary-substitution-function\" id=\"ref-for-arbitrary-substitution-function\">arbitrary substitution function</a> within <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-conditional-5/#typedef-style-range-value\" id=\"ref-for-typedef-style-range-value①⓪\">&lt;style-range-value&gt;</a>.</p>"
18+
},
19+
{
20+
"html": "<p>Parse <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-conditional-5/#typedef-style-range-value\" id=\"ref-for-typedef-style-range-value①①\">&lt;style-range-value&gt;</a> to <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-values-4/#number-value\" id=\"ref-for-number-value\">&lt;number&gt;</a>, <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-values-4/#percentage-value\" id=\"ref-for-percentage-value\">&lt;percentage&gt;</a>, <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-values-4/#length-value\" id=\"ref-for-length-value④\" title=\"Expands to: advance measure | cap | ch | cm | dvb | dvh | dvi | dvmax | dvmin | dvw | em | ex | ic | in | lh | lvb | lvh | lvi | lvmax | lvmin | lvw | mm | pc | pt | px | rcap | rch | rem | rex | ric | rlh | svb | svh | svi | svmax | svmin | svw | vb | vh | vi | vmax | vmin | vw\">&lt;length&gt;</a>, <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-values-4/#angle-value\" id=\"ref-for-angle-value\" title=\"Expands to: deg | grad | rad | turn\">&lt;angle&gt;</a>, <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-values-4/#time-value\" id=\"ref-for-time-value\" title=\"Expands to: ms | s\">&lt;time&gt;</a>, <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-values-4/#frequency-value\" id=\"ref-for-frequency-value\">&lt;frequency&gt;</a> or <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-values-4/#resolution-value\" id=\"ref-for-resolution-value\" title=\"Expands to: dpcm | dpi | dppx | x\">&lt;resolution&gt;</a>.\nIf this cannot be done, evaluate to false.</p>"
21+
},
22+
{
23+
"html": "<p>If each <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-conditional-5/#typedef-style-range-value\" id=\"ref-for-typedef-style-range-value①②\">&lt;style-range-value&gt;</a> from the range have the same type,\ncompute each and evaluate the comparison;\na unitless zero must be treated as being a zero-<a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-values-4/#length-value\" id=\"ref-for-length-value⑤\" title=\"Expands to: advance measure | cap | ch | cm | dvb | dvh | dvi | dvmax | dvmin | dvw | em | ex | ic | in | lh | lvb | lvh | lvi | lvmax | lvmin | lvw | mm | pc | pt | px | rcap | rch | rem | rex | ric | rlh | svb | svh | svi | svmax | svmin | svw | vb | vh | vi | vmax | vmin | vw\">&lt;length&gt;</a> when compared against a <span class=\"production\" id=\"ref-for-length-value⑥\">&lt;length&gt;</span> .</p>"
24+
},
25+
{
26+
"html": "<p>Otherwise evaluate to false.</p>"
27+
}
28+
]
29+
},
730
{
831
"html": "The <code class=\"highlight\">conditionText</code> attribute (defined on the <code class=\"highlight\">CSSConditionRule</code> parent rule),\n\t\t\ton getting, must return a value as follows:",
932
"rationale": ".switch",
@@ -32,7 +55,7 @@
3255
"steps": [
3356
{
3457
"case": "The @container rule has an associated <container-name>",
35-
"html": "The result of serializing that <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-conditional-5/#typedef-container-name\" id=\"ref-for-typedef-container-name\">&lt;container-name&gt;</a>."
58+
"html": "The result of serializing that <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/css-conditional-5/#typedef-container-name\" id=\"ref-for-typedef-container-name\">&lt;container-name&gt;</a>."
3659
},
3760
{
3861
"case": "Otherwise",

tr/algorithms/shacl12-core.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
},
66
"algorithms": [
77
{
8-
"html": "For <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-property-shapes\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-property-shapes-15\">property shapes</a> with a <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-values\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-values-62\">value</a> for <code>sh:path</code> <code>p</code> the\n\t\t\t\t\t\tset of <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-value-node\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-value-node-5\">value nodes</a> is produced by the following steps:",
8+
"html": "For <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-property-shape\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-property-shape-14\">property shapes</a> with a <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-value\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-value-57\">value</a> for <code>sh:path</code> <code>p</code> the\n\t\t\t\t\t\tset of <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-value-node\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-value-node-5\">value nodes</a> is produced by the following steps:",
99
"rationale": "add",
1010
"steps": [
1111
{
12-
"html": "Add all <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-rdf-node\" id=\"ref-for-index-term-node-16\">nodes</a> in the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-data-graphs\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-data-graphs-29\">data graph</a> that can be reached from the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-focus-node\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-focus-node-24\">focus node</a> with the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-path-mapping\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-path-mapping-2\">path mapping</a> of <code>p</code>."
12+
"html": "Add all <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/rdf12-concepts/#dfn-rdf-node\" id=\"ref-for-index-term-node-19\">nodes</a> in the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-data-graph\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-data-graph-32\">data graph</a> that can be reached from the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-focus-node\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-focus-node-24\">focus node</a> with the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-path-mapping\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-path-mapping-2\">path mapping</a> of <code>p</code>."
1313
},
1414
{
15-
"html": "If <code>e</code> is the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-values\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-values-63\">value</a> of <code>sh:values</code> at the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-property-shapes\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-property-shapes-16\">property shape</a>,\n\t\t\t\t\t\t\tthen add the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-output-nodes\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-output-nodes-7\">output nodes</a> of <code>evalExpr(e, <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-data-graphs\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-data-graphs-30\">data graph</a>, <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-focus-node\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-focus-node-25\">focus node</a>, {})</code>."
15+
"html": "If <code>e</code> is the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-value\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-value-58\">value</a> of <code>sh:values</code> at the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-property-shape\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-property-shape-15\">property shape</a>,\n\t\t\t\t\t\t\tthen add the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-output-nodes\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-output-nodes-7\">output nodes</a> of <code>evalExpr(e, <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-data-graph\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-data-graph-33\">data graph</a>, <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-focus-node\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-focus-node-25\">focus node</a>, {})</code>."
1616
},
1717
{
18-
"html": "If the set is still empty and <code>d</code> is the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-values\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-values-64\">value</a> of <code>sh:defaultValue</code> at the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-property-shapes\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-property-shapes-17\">property shape</a>,\n\t\t\t\t\t\t\tthen add the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-output-nodes\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-output-nodes-8\">output nodes</a> of <code>evalExpr(d, <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-data-graphs\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-data-graphs-31\">data graph</a>, <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-focus-node\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-focus-node-26\">focus node</a>, {})</code>."
18+
"html": "If the set is still empty and <code>d</code> is the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-value\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-value-59\">value</a> of <code>sh:defaultValue</code> at the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-property-shape\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-property-shape-16\">property shape</a>,\n\t\t\t\t\t\t\tthen add the <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-output-nodes\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-output-nodes-8\">output nodes</a> of <code>evalExpr(d, <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-data-graph\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-data-graph-34\">data graph</a>, <a href=\"https://www.w3.org/TR/shacl12-core/#dfn-focus-node\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-focus-node-26\">focus node</a>, {})</code>."
1919
}
2020
]
2121
}

0 commit comments

Comments
 (0)