Skip to content

Commit a1c73a0

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.2.
1 parent c4f065f commit a1c73a0

24 files changed

+792
-720
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/css-view-transitions-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@
115115
"html": "<p class=\"assertion\">Assert: <var>computed</var> is <span class=\"css\">auto</span> or <span class=\"css\">match-element</span>.</p>"
116116
},
117117
{
118-
"html": "<p>If <var>computed</var> is <span class=\"css\">auto</span>, <var>element</var> has an associated <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-id\" id=\"ref-for-concept-id②\">id</a>, and <var>computed</var> is associated with the same <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-root\" id=\"ref-for-concept-tree-root\">root</a> as <var>element</var>’s <span id=\"ref-for-concept-tree-root①\">root</span>, then return the value of <var>element</var>’s <span id=\"ref-for-concept-id③\">id</span>.</p>"
118+
"html": "<p>If <var>computed</var> is <span class=\"css\">auto</span>, <var>element</var> has an associated <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-id\" id=\"ref-for-concept-id②\">id</a>, and <var>computed</var> is associated with the same <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-root\" id=\"ref-for-concept-tree-root\">root</a> as <var>element</var>’s <span id=\"ref-for-concept-tree-root①\">root</span>, then return a unique string.\nTwo elements with the same <span id=\"ref-for-concept-id③\">id</span> must return the same string, regardless of their <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document②\">node document</a>.</p>"
119119
},
120120
{
121-
"html": "<p>Return a unique string. The string should remain consistent and unique for this element and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document①②\">Document</a></code>, at least for the lifetime of <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document\">node document</a>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-view-transitions-1/#document-active-view-transition\" id=\"ref-for-document-active-view-transition⑧\">active view transition</a>.</p>"
121+
"html": "<p>Return a unique string. The string should remain consistent and unique for this element and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#document\" id=\"ref-for-document①②\">Document</a></code>, at least for the lifetime of <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document\">node document</a>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-view-transitions-1/#document-active-view-transition\" id=\"ref-for-document-active-view-transition⑧\">active view transition</a>.</p>"
122122
}
123123
]
124124
},
@@ -381,7 +381,7 @@
381381
"rationale": ".algorithm",
382382
"steps": [
383383
{
384-
"html": "<p>Set <var>capture</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-view-transitions-2/#captured-element-class-list\" id=\"ref-for-captured-element-class-list①\">class list</a> to the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value⑤\">computed value</a> of <var>element</var>’s <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-view-transitions-2/#propdef-view-transition-class\" id=\"ref-for-propdef-view-transition-class⑧\">view-transition-class</a>, if it is associated with <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document\">node document</a>.</p>"
384+
"html": "<p>Set <var>capture</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-view-transitions-2/#captured-element-class-list\" id=\"ref-for-captured-element-class-list①\">class list</a> to the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value⑤\">computed value</a> of <var>element</var>’s <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-view-transitions-2/#propdef-view-transition-class\" id=\"ref-for-propdef-view-transition-class⑧\">view-transition-class</a>, if it is associated with <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document\">node document</a>.</p>"
385385
}
386386
]
387387
},
@@ -395,7 +395,7 @@
395395
"html": "<p>Let <var>computedGroup</var> be the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-cascade-5/#computed-value\" id=\"ref-for-computed-value⑥\">computed value</a> of element’s <a class=\"property css\" data-link-type=\"property\" href=\"https://drafts.csswg.org/css-view-transitions-2/#propdef-view-transition-group\" id=\"ref-for-propdef-view-transition-group⑥\">view-transition-group</a> property.</p>"
396396
},
397397
{
398-
"html": "<p>If <var>computedGroup</var> is associated with <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document\">node document</a>, return <var>computedGroup</var>.</p>"
398+
"html": "<p>If <var>computedGroup</var> is associated with <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document\">node document</a>, return <var>computedGroup</var>.</p>"
399399
},
400400
{
401401
"html": "<p>Return <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-normal\" id=\"ref-for-valdef-view-transition-group-normal\">normal</a>.</p>"

ed/algorithms/rdf12-concepts.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
{
88
"name": "literal",
99
"href": "https://w3c.github.io/rdf-concepts/spec/#dfn-literal",
10-
"html": "A <dfn data-local-lt=\"RDF literal\" data-lt=\"literal|RDF literal\" data-plurals=\"literals\" id=\"dfn-literal\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">literal</dfn> in an <a href=\"https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-graph\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-rdf-graph-26\">RDF graph</a> consists of\n two, three, or four elements, as follow:",
10+
"html": "A <dfn data-local-lt=\"RDF literal\" data-lt=\"literal|RDF literal\" data-plurals=\"literals\" id=\"dfn-literal\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">literal</dfn> in an <a href=\"https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-graph\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-rdf-graph-29\">RDF graph</a> consists of\n two, three, or four elements, as follow:",
1111
"rationale": "if",
1212
"steps": [
1313
{
14-
"html": "A <dfn data-plurals=\"lexical forms\" id=\"dfn-lexical-form\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">lexical form</dfn>, being an <a data-lt=\"string\" href=\"https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-string\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-rdf-string-3\">RDF string</a>."
14+
"html": "A <dfn data-plurals=\"lexical forms\" id=\"dfn-lexical-form\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">lexical form</dfn>, being an <a data-lt=\"string\" href=\"https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-string\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-rdf-string-4\">RDF string</a>."
1515
},
1616
{
17-
"html": "A <dfn data-plurals=\"datatype iris\" id=\"dfn-datatype-iri\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">datatype <abbr title=\"Internationalized Resource Identifier\">IRI</abbr></dfn>, being an <a href=\"https://w3c.github.io/rdf-concepts/spec/#dfn-iri\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-iri-26\"><abbr title=\"Internationalized Resource Identifier\">IRI</abbr></a>\n identifying a datatype that determines how the lexical form maps\n to a <a href=\"https://w3c.github.io/rdf-concepts/spec/#dfn-literal-value\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-literal-value-3\">literal value</a>."
17+
"html": "A <dfn data-plurals=\"datatype iris\" id=\"dfn-datatype-iri\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">datatype <abbr title=\"Internationalized Resource Identifier\">IRI</abbr></dfn>, being an <a href=\"https://w3c.github.io/rdf-concepts/spec/#dfn-iri\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-iri-28\"><abbr title=\"Internationalized Resource Identifier\">IRI</abbr></a>\n identifying a datatype that determines how the lexical form maps\n to a <a href=\"https://w3c.github.io/rdf-concepts/spec/#dfn-literal-value\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-literal-value-3\">literal value</a>."
1818
},
1919
{
2020
"html": "If and only if the <a href=\"https://w3c.github.io/rdf-concepts/spec/#dfn-datatype-iri\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-datatype-iri-1\">datatype <abbr title=\"Internationalized Resource Identifier\">IRI</abbr></a> is\n <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#langString</code> or\n <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#dirLangString</code>, a\n non-empty <dfn data-plurals=\"language tags\" id=\"dfn-language-tag\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">language tag</dfn> as defined by [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/rdf-concepts/spec/#bib-bcp47\" title=\"Tags for Identifying Languages\">BCP47</a></cite>]. The\n language tag <em class=\"rfc2119\">MUST</em> be well-formed according to\n <a data-cite=\"bcp47#section-2.2.9\" href=\"https://www.rfc-editor.org/rfc/rfc5646#section-2.2.9\" id=\"ref-for-index-term-section-2-2-9-1\">section 2.2.9</a>\n of [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/rdf-concepts/spec/#bib-bcp47\" title=\"Tags for Identifying Languages\">BCP47</a></cite>],\n and <em class=\"rfc2119\">MUST</em> be treated accordingly, that is, in a case insensitive manner.\n Two [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/rdf-concepts/spec/#bib-bcp47\" title=\"Tags for Identifying Languages\">BCP47</a></cite>]-complying strings that differ only by case represent the same <a data-link-type=\"dfn|abstract-op\" href=\"https://w3c.github.io/rdf-concepts/spec/#dfn-language-tag\" class=\"internalDFN\" id=\"ref-for-dfn-language-tag-1\">language tag</a>."

ed/algorithms/url.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@
13851385
"rationale": "if",
13861386
"steps": [
13871387
{
1388-
"html": "If <var>buffer</var> is not the empty string, then:",
1388+
"html": "If <var>buffer</var> is not the empty string:",
13891389
"rationale": "let",
13901390
"steps": [
13911391
{
@@ -1399,11 +1399,14 @@
13991399
},
14001400
{
14011401
"html": "<p>Set <var>buffer</var> to the empty string. </p>"
1402+
},
1403+
{
1404+
"html": "<p>If <var>state override</var> is given, then return. </p>"
14021405
}
14031406
]
14041407
},
14051408
{
1406-
"html": "<p>If <var>state override</var> is given, then return. </p>"
1409+
"html": "<p>If <var>state override</var> is given, then return failure. </p>"
14071410
},
14081411
{
14091412
"html": "<p>Set <var>state</var> to <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#path-start-state\" id=\"ref-for-path-start-state①\">path start state</a> and decrease <var>pointer</var> by 1. </p>"

0 commit comments

Comments
 (0)