Skip to content

Commit ee567fa

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.6.1.
1 parent 1935e34 commit ee567fa

17 files changed

+142
-63
lines changed

ed/algorithms/html.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11799,7 +11799,7 @@
1179911799
"rationale": "if",
1180011800
"steps": [
1180111801
{
11802-
"html": "<p>If the result of running <a id=\"the-button-element:check-popover-validity-2\" href=\"https://html.spec.whatwg.org/multipage/popover.html#check-popover-validity\">check popover validity</a> given\n <var>target</var>, false, false, and null is true, then run the\n <a href=\"https://html.spec.whatwg.org/multipage/popover.html#show-popover\" id=\"the-button-element:show-popover\">show popover algorithm</a> given <var>target</var>, true,\n true, and false.</p>"
11802+
"html": "<p>If the result of running <a id=\"the-button-element:check-popover-validity-2\" href=\"https://html.spec.whatwg.org/multipage/popover.html#check-popover-validity\">check popover validity</a> given\n <var>target</var>, false, false, and null is true, then run the\n <a href=\"https://html.spec.whatwg.org/multipage/popover.html#show-popover\" id=\"the-button-element:show-popover\">show popover algorithm</a> given <var>target</var>, false, and\n <a id=\"the-button-element:this\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>.</p>"
1180311803
},
1180411804
{
1180511805
"html": "<p>Otheriwse, if the result of running <a id=\"the-button-element:check-popover-validity-3\" href=\"https://html.spec.whatwg.org/multipage/popover.html#check-popover-validity\">check popover validity</a> given\n <var>target</var>, true, false, and null is true, then run the\n <a id=\"the-button-element:hide-popover-algorithm-2\" href=\"https://html.spec.whatwg.org/multipage/popover.html#hide-popover-algorithm\">hide popover algorithm</a> given <var>target</var>, true,\n true, and false.</p>"
@@ -11811,7 +11811,7 @@
1181111811
"rationale": "if",
1181211812
"steps": [
1181311813
{
11814-
"html": "<p>If the result of running <a id=\"the-button-element:check-popover-validity-4\" href=\"https://html.spec.whatwg.org/multipage/popover.html#check-popover-validity\">check popover validity</a> given <var>target</var>,\n false, false, and null is true, then run the <a href=\"https://html.spec.whatwg.org/multipage/popover.html#show-popover\" id=\"the-button-element:show-popover-2\">show popover algorithm</a> given <var>target</var>, true, true,\n and false.</p>"
11814+
"html": "<p>If the result of running <a id=\"the-button-element:check-popover-validity-4\" href=\"https://html.spec.whatwg.org/multipage/popover.html#check-popover-validity\">check popover validity</a> given <var>target</var>,\n false, false, and null is true, then run the <a href=\"https://html.spec.whatwg.org/multipage/popover.html#show-popover\" id=\"the-button-element:show-popover-2\">show popover algorithm</a> given <var>target</var>, false, and\n <a id=\"the-button-element:this-2\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>.</p>"
1181511815
}
1181611816
]
1181711817
},
@@ -11832,7 +11832,7 @@
1183211832
"rationale": "let",
1183311833
"steps": [
1183411834
{
11835-
"html": "<p>Let <var>command</var> be <a id=\"the-button-element:this\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <code id=\"the-button-element:attr-button-command-4\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command\">command</a></code> attribute.</p>"
11835+
"html": "<p>Let <var>command</var> be <a id=\"the-button-element:this-3\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <code id=\"the-button-element:attr-button-command-4\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command\">command</a></code> attribute.</p>"
1183611836
},
1183711837
{
1183811838
"html": "<p>If <var>command</var> is in the <a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command-custom-state\" id=\"the-button-element:attr-button-command-custom-state-3\">Custom</a> state, then return <var>command</var>'s\n value.</p>"
@@ -11855,7 +11855,7 @@
1185511855
"html": "<p>If <var>this</var> is a <a href=\"https://html.spec.whatwg.org/multipage/forms.html#concept-submit-button\" id=\"the-button-element:concept-submit-button-5\">submit button</a>, then\n return \"<code>submit</code>\".</p>"
1185611856
},
1185711857
{
11858-
"html": "<p>Let <var>state</var> be <a id=\"the-button-element:this-2\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <code id=\"the-button-element:attr-button-type-6\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type\">type</a></code>\n attribute.</p>"
11858+
"html": "<p>Let <var>state</var> be <a id=\"the-button-element:this-4\" href=\"https://webidl.spec.whatwg.org/#this\" data-x-internal=\"this\">this</a>'s <code id=\"the-button-element:attr-button-type-6\"><a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type\">type</a></code>\n attribute.</p>"
1185911859
},
1186011860
{
1186111861
"html": "<p><a id=\"the-button-element:assert-2\" href=\"https://infra.spec.whatwg.org/#assert\" data-x-internal=\"assert\">Assert</a>: <var>state</var> is not in the <a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-type-submit-state\" id=\"the-button-element:attr-button-type-submit-state-2\">Submit Button</a> state.</p>"

ed/algorithms/shacl12-sparql.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@
4343
"html": "Otherwise, use one of the values of <code>sh:validator</code>."
4444
}
4545
]
46+
},
47+
{
48+
"html": "For each <a href=\"https://w3c.github.io/data-shapes/shacl12-sparql/#dfn-solutions\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-solutions-11\">solution</a> of a <code>SELECT</code> result set, a SHACL processor that supports annotations\n\t\t\t\twalks through the declared result annotations.\n\t\t\t\tThe mapping from result annotations to SPARQL variables uses the following rules:",
49+
"rationale": "use",
50+
"steps": [
51+
{
52+
"html": "Use the <a data-cite=\"shacl12-core#dfn-value\" data-link-type=\"dfn\" href=\"https://www.w3.org/TR/shacl12-core/#dfn-value\">value</a> of the property <code>sh:annotationVarName</code>"
53+
},
54+
{
55+
"html": "If no such <a data-cite=\"shacl12-core#dfn-value\" data-link-type=\"dfn\" href=\"https://www.w3.org/TR/shacl12-core/#dfn-value\">value</a> exists, use the <a href=\"https://w3c.github.io/data-shapes/shacl12-sparql/#dfn-local-names\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-local-names-2\">local name</a> of the <a data-cite=\"shacl12-core#dfn-value\" data-link-type=\"dfn\" href=\"https://www.w3.org/TR/shacl12-core/#dfn-value\">value</a> of <code>sh:annotationProperty</code> \n\t\t\t\tas the variable name."
56+
}
57+
]
4658
}
4759
]
4860
}

ed/algorithms/url.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2533,10 +2533,10 @@
25332533
"rationale": ".algorithm",
25342534
"steps": [
25352535
{
2536-
"html": "<p>Sort all <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#tuple\" id=\"ref-for-tuple①②\">tuples</a> in <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this⑤\">this</a>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-urlsearchparams-list\" id=\"ref-for-concept-urlsearchparams-list①\">list</a>, if any, by\n their names. Sorting must be done by comparison of code units. The relative order between <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#tuple\" id=\"ref-for-tuple①③\">tuples</a> with equal names must be preserved. </p>"
2536+
"html": "<p>Set <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this⑤⑦\">this</a>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-urlsearchparams-list\" id=\"ref-for-concept-urlsearchparams-list①⑧\">list</a> to the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-sort-in-ascending-order\" id=\"ref-for-list-sort-in-ascending-order\">sorting in ascending order</a> <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this⑤\">this</a>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-urlsearchparams-list\" id=\"ref-for-concept-urlsearchparams-list①\">list</a>,\n with <var>a</var> being less than <var>b</var> if <var>a</var>’s name is <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-unit-less-than\" id=\"ref-for-code-unit-less-than\">code unit less than</a> <var>b</var>’s name. </p>"
25372537
},
25382538
{
2539-
"html": "<p><a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-urlsearchparams-update\" id=\"ref-for-concept-urlsearchparams-update③\">Update</a> <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this⑤\">this</a>. </p>"
2539+
"html": "<p><a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-urlsearchparams-update\" id=\"ref-for-concept-urlsearchparams-update③\">Update</a> <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this⑤\">this</a>. </p>"
25402540
}
25412541
]
25422542
}

ed/algorithms/webdriver-bidi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3146,7 +3146,7 @@
31463146
"rationale": "let",
31473147
"steps": [
31483148
{
3149-
"html": "<p>Let <var>pdf data</var> be the result taking UA-specific steps to generate a\n paginated representation of <var>document</var>, with the CSS <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/mediaqueries-5/#media-type\" id=\"ref-for-media-type\">media type</a> set to <code>print</code>, encoded as a PDF, with the following paper settings:</p>\n <table>\n <tbody>\n <tr>\n <th>Property \n </th><th>Value \n </th></tr><tr>\n <td>Width in cm \n </td><td><var>page size</var>[\"<code>width</code>\"] if <var>command parameters</var>[\"<code>orientation</code>\"] is\n \"<code>portrait</code>\" otherwise <var>page size</var>[\"<code>height</code>\"] \n </td></tr><tr>\n <td>Height in cm \n </td><td><var>page size</var>[\"<code>height</code>\"] if <var>command parameters</var>[\"<code>orientation</code>\"] is\n \"<code>portrait</code>\" otherwise <var>page size</var>[\"<code>width</code>\"] \n </td></tr><tr>\n <td>Top margin, in cm \n </td><td><var>margin</var>[\"<code>top</code>\"] \n </td></tr><tr>\n <td>Bottom margin, in cm \n </td><td><var>margin</var>[\"<code>bottom</code>\"] \n </td></tr><tr>\n <td>Left margin, in cm \n </td><td><var>margin</var>[\"<code>left</code>\"] \n </td></tr><tr>\n <td>Right margin, in cm \n </td><td><var>margin</var>[\"<code>right</code>\"] \n </td></tr></tbody></table>\n <p>In addition, the following formatting hints should be applied by the UA:</p>\n <dl>\n <dt>If <var>command parameters</var>[\"<code>scale</code>\"] is not equal to <code>1</code>: \n </dt><dd>Zoom the size of the content by a factor <var>command parameters</var>[\"<code>scale</code>\"] \n </dd><dt>If <var>command parameters</var>[\"<code>background</code>\"] is false: \n </dt><dd>Suppress output of background images \n </dd><dt>If <var>command parameters</var>[\"<code>shrinkToFit</code>\"] is true: \n </dt><dd>Resize the content to match the page width, overriding any page\n width specified in the content \n </dd></dl>"
3149+
"html": "<p>Let <var>pdf data</var> be the result taking UA-specific steps to generate a\n paginated representation of <var>document</var>, with the CSS <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/mediaqueries-4/#media-type\" id=\"ref-for-media-type\">media type</a> set to <code>print</code>, encoded as a PDF, with the following paper settings:</p>\n <table>\n <tbody>\n <tr>\n <th>Property \n </th><th>Value \n </th></tr><tr>\n <td>Width in cm \n </td><td><var>page size</var>[\"<code>width</code>\"] if <var>command parameters</var>[\"<code>orientation</code>\"] is\n \"<code>portrait</code>\" otherwise <var>page size</var>[\"<code>height</code>\"] \n </td></tr><tr>\n <td>Height in cm \n </td><td><var>page size</var>[\"<code>height</code>\"] if <var>command parameters</var>[\"<code>orientation</code>\"] is\n \"<code>portrait</code>\" otherwise <var>page size</var>[\"<code>width</code>\"] \n </td></tr><tr>\n <td>Top margin, in cm \n </td><td><var>margin</var>[\"<code>top</code>\"] \n </td></tr><tr>\n <td>Bottom margin, in cm \n </td><td><var>margin</var>[\"<code>bottom</code>\"] \n </td></tr><tr>\n <td>Left margin, in cm \n </td><td><var>margin</var>[\"<code>left</code>\"] \n </td></tr><tr>\n <td>Right margin, in cm \n </td><td><var>margin</var>[\"<code>right</code>\"] \n </td></tr></tbody></table>\n <p>In addition, the following formatting hints should be applied by the UA:</p>\n <dl>\n <dt>If <var>command parameters</var>[\"<code>scale</code>\"] is not equal to <code>1</code>: \n </dt><dd>Zoom the size of the content by a factor <var>command parameters</var>[\"<code>scale</code>\"] \n </dd><dt>If <var>command parameters</var>[\"<code>background</code>\"] is false: \n </dt><dd>Suppress output of background images \n </dd><dt>If <var>command parameters</var>[\"<code>shrinkToFit</code>\"] is true: \n </dt><dd>Resize the content to match the page width, overriding any page\n width specified in the content \n </dd></dl>"
31503150
},
31513151
{
31523152
"html": "<p>If <var>page ranges</var> is not <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-empty\" id=\"ref-for-list-empty⑦\">empty</a>, let <var>pages</var> be the result of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-try\" id=\"ref-for-dfn-try③⓪\">trying</a> to <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webdriver/#dfn-parse-a-page-range\" id=\"ref-for-dfn-parse-a-page-range\">parse a page range</a> with <var>page ranges</var> and the number of\n pages contained in <var>pdf data</var>, then remove any pages from <var>pdf data</var> whose one-based index is not contained in <var>pages</var>.</p>"

ed/dfns/shacl12-sparql.json

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,45 @@
280280
},
281281
"definedIn": "prose"
282282
},
283+
{
284+
"id": "dfn-annotation-properties",
285+
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#dfn-annotation-properties",
286+
"linkingText": [
287+
"annotation properties"
288+
],
289+
"localLinkingText": [],
290+
"type": "dfn",
291+
"for": [],
292+
"access": "private",
293+
"informative": false,
294+
"heading": {
295+
"id": "sparql-constraints-annotations",
296+
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#sparql-constraints-annotations",
297+
"title": "Annotation Properties",
298+
"number": "4"
299+
},
300+
"definedIn": "prose"
301+
},
302+
{
303+
"id": "dfn-result-annotation",
304+
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#dfn-result-annotation",
305+
"linkingText": [
306+
"result annotation",
307+
"result annotations"
308+
],
309+
"localLinkingText": [],
310+
"type": "dfn",
311+
"for": [],
312+
"access": "private",
313+
"informative": false,
314+
"heading": {
315+
"id": "sparql-constraints-annotations",
316+
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#sparql-constraints-annotations",
317+
"title": "Annotation Properties",
318+
"number": "4"
319+
},
320+
"definedIn": "prose"
321+
},
283322
{
284323
"id": "dfn-select-expression",
285324
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#dfn-select-expression",
@@ -295,7 +334,7 @@
295334
"id": "SelectExpression",
296335
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#SelectExpression",
297336
"title": "Select Expressions",
298-
"number": "4.1"
337+
"number": "5.1"
299338
},
300339
"definedIn": "prose"
301340
},
@@ -314,7 +353,7 @@
314353
"id": "SPARQLExprExpression",
315354
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#SPARQLExprExpression",
316355
"title": "SPARQL Expr Expressions",
317-
"number": "4.2"
356+
"number": "5.2"
318357
},
319358
"definedIn": "prose"
320359
},

ed/headings/shacl12-sparql.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,26 +156,33 @@
156156
"title": "Validation with SPARQL-based Constraint Components",
157157
"number": "3.3"
158158
},
159+
{
160+
"id": "sparql-constraints-annotations",
161+
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#sparql-constraints-annotations",
162+
"level": 2,
163+
"title": "Annotation Properties",
164+
"number": "4"
165+
},
159166
{
160167
"id": "sparql-node-expressions",
161168
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#sparql-node-expressions",
162169
"level": 2,
163170
"title": "SPARQL-based Node Expressions",
164-
"number": "4"
171+
"number": "5"
165172
},
166173
{
167174
"id": "SelectExpression",
168175
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#SelectExpression",
169176
"level": 3,
170177
"title": "Select Expressions",
171-
"number": "4.1"
178+
"number": "5.1"
172179
},
173180
{
174181
"id": "SPARQLExprExpression",
175182
"href": "https://w3c.github.io/data-shapes/shacl12-sparql/#SPARQLExprExpression",
176183
"level": 3,
177184
"title": "SPARQL Expr Expressions",
178-
"number": "4.2"
185+
"number": "5.2"
179186
},
180187
{
181188
"id": "appendix",

0 commit comments

Comments
 (0)