Skip to content

Commit 536f7de

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.4.2.
1 parent 2e3ce53 commit 536f7de

18 files changed

+131
-151
lines changed

tr/algorithms/CSP3.json

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

tr/algorithms/CSS2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"spec": {
33
"title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification",
4-
"url": "https://www.w3.org/TR/CSS21/"
4+
"url": "https://www.w3.org/TR/CSS2/"
55
},
66
"algorithms": [
77
{
@@ -157,7 +157,7 @@
157157
"html": "If the element has 'position: fixed', the containing block is\nestablished by the <a href=\"https://www.w3.org/TR/CSS2/visuren.html#viewport\">viewport</a>\nin the case of continuous media or the page area in the case of paged media."
158158
},
159159
{
160-
"html": "If the element has 'position: absolute', the containing block is\nestablished by the nearest ancestor with a <a href=\"https://www.w3.org/TR/CSS21/visuren.html#propdef-position\" class=\"noxref\"><span class=\"propinst-position\">'position'</span></a> of 'absolute', 'relative'\nor 'fixed', in the following way:",
160+
"html": "If the element has 'position: absolute', the containing block is\nestablished by the nearest ancestor with a <a href=\"https://www.w3.org/TR/CSS2/visuren.html#propdef-position\" class=\"noxref\"><span class=\"propinst-position\">'position'</span></a> of 'absolute', 'relative'\nor 'fixed', in the following way:",
161161
"rationale": "/^otherwise(\\,| )/i",
162162
"steps": [
163163
{
@@ -556,7 +556,7 @@
556556
"rationale": "if",
557557
"steps": [
558558
{
559-
"html": "In the case that the ancestor is an <del>inline box</del>\n<ins>inline-level element</ins>, the containing block <del>depends on\nthe <a href=\"https://www.w3.org/TR/CSS21/visuren.html#propdef-direction\" class=\"noxref\"><span class=\"propinst-direction\">'direction'</span></a> property of\nthe ancestor:</del> <ins>is the bounding box around the padding boxes\nof the first and the\nlast inline boxes generated for that element. In CSS&nbsp;2.1, if the\ninline element is split across multiple lines, the containing\nblock is undefined.</ins>",
559+
"html": "In the case that the ancestor is an <del>inline box</del>\n<ins>inline-level element</ins>, the containing block <del>depends on\nthe <a href=\"https://www.w3.org/TR/CSS2/visuren.html#propdef-direction\" class=\"noxref\"><span class=\"propinst-direction\">'direction'</span></a> property of\nthe ancestor:</del> <ins>is the bounding box around the padding boxes\nof the first and the\nlast inline boxes generated for that element. In CSS&nbsp;2.1, if the\ninline element is split across multiple lines, the containing\nblock is undefined.</ins>",
560560
"rationale": "if",
561561
"steps": [
562562
{

tr/algorithms/accname-1.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
]
7777
},
7878
{
79-
"html": "<span id=\"step2D\"></span><em>AriaLabel:</em> Otherwise, if the <code>current node</code> is not a <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-slot\">slot</a> element and has an <code>aria-label</code> <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a>\n whose value is not undefined, not the empty string, nor, when trimmed of <a data-link-type=\"dfn\" data-lt=\"ascii whitespace\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\">whitespace</a>, is not the empty string:",
79+
"html": "<span id=\"step2D\"></span><em>AriaLabel:</em> Otherwise, if the <code>current node</code> is not a <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-slot\">slot</a> element and has an\n <code>aria-label</code> <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a> whose value is not undefined, not the empty string, nor, when trimmed of <a data-link-type=\"dfn\" data-lt=\"ascii whitespace\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\">whitespace</a>, is not the empty string:",
8080
"rationale": "if",
8181
"steps": [
8282
{

tr/algorithms/compute-pressure.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,9 @@
424424
"html": "",
425425
"rationale": "if",
426426
"steps": [
427+
{
428+
"html": "If <var data-type=\"PressureObserver\">observer</var>.<a data-link-type=\"attribute\" data-lt=\"[[SampleIntervalMap]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-sampleintervalmap\" class=\"internalDFN\" id=\"ref-for-dfn-sampleintervalmap-5\"><code>[[SampleIntervalMap]]</code></a>[<var data-type=\"PressureSource\">source</var>] &gt; 0, return true."
429+
},
427430
{
428431
"html": "If <var data-type=\"PressureObserver\">observer</var>.<a data-link-type=\"attribute\" data-lt=\"[[LastRecordMap]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-lastrecordmap\" class=\"internalDFN\" id=\"ref-for-dfn-lastrecordmap-5\"><code>[[LastRecordMap]]</code></a>[<var data-type=\"PressureSource\">source</var>] does not <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-index-term-contains-for-map-3\">exist</a>, return true."
429432
},
@@ -593,7 +596,7 @@
593596
"rationale": "set",
594597
"steps": [
595598
{
596-
"html": "Set <var data-type=\"PressureState\">state</var> to the <a data-link-type=\"idl\" data-lt=\"PressureState\" href=\"https://www.w3.org/TR/compute-pressure/#dom-pressurestate\" class=\"internalDFN\" id=\"ref-for-dom-pressurestate-5\"><code>PressureState</code></a> stored in <var>sample</var>'s <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-data\" class=\"internalDFN\" id=\"ref-for-dfn-data-4\">data</a>."
599+
"html": "Set <var data-type=\"PressureState\">state</var> to the <a data-link-type=\"idl\" data-lt=\"PressureState\" href=\"https://www.w3.org/TR/compute-pressure/#dom-pressurestate\" class=\"internalDFN\" id=\"ref-for-dom-pressurestate-6\"><code>PressureState</code></a> stored in <var>sample</var>'s <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-data\" class=\"internalDFN\" id=\"ref-for-dfn-data-4\">data</a>."
597600
}
598601
]
599602
},
@@ -629,7 +632,7 @@
629632
"html": "If running <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-passes-rate-test\" class=\"internalDFN\" id=\"ref-for-dfn-passes-rate-test-1\">passes rate test</a> with <var data-type=\"PressureObserver\">observer</var>, <var>source</var> and <var>timeValue</var>\n returns false, <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-continue\" id=\"ref-for-index-term-continue-for-iteration-3\">continue</a>."
630633
},
631634
{
632-
"html": "If running <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-has-change-in-data\" class=\"internalDFN\" id=\"ref-for-dfn-has-change-in-data-1\">has change in data</a> with <var data-type=\"PressureObserver\">observer</var>, <var>source</var>, <var data-type=\"PressureState\">state</var> \n \n returns false, <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-continue\" id=\"ref-for-index-term-continue-for-iteration-4\">continue</a>."
635+
"html": "If running <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-should-dispatch\" class=\"internalDFN\" id=\"ref-for-dfn-should-dispatch-1\">should dispatch</a> with <var data-type=\"PressureObserver\">observer</var>, <var>source</var>, <var data-type=\"PressureState\">state</var>\n \n returns false, <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-continue\" id=\"ref-for-index-term-continue-for-iteration-4\">continue</a>."
633636
},
634637
{
635638
"html": "Let <var data-type=\"PressureRecord\">record</var> be a new <a data-link-type=\"idl\" data-lt=\"PressureRecord\" href=\"https://www.w3.org/TR/compute-pressure/#dom-pressurerecord\" class=\"internalDFN\" id=\"ref-for-dom-pressurerecord-10\"><code>PressureRecord</code></a> object with its\n <a data-link-type=\"attribute\" data-lt=\"[[Source]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-source\" class=\"internalDFN\" id=\"ref-for-dfn-source-2\"><code>[[Source]]</code></a> set to <var>source</var>,\n <a data-link-type=\"attribute\" data-lt=\"[[State]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-state\" class=\"internalDFN\" id=\"ref-for-dfn-state-3\"><code>[[State]]</code></a> set to <var data-type=\"PressureState\">state</var>,\n \n and <a data-link-type=\"attribute\" data-lt=\"[[Time]]\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-time\" class=\"internalDFN\" id=\"ref-for-dfn-time-3\"><code>[[Time]]</code></a> set to <var>timeValue</var>."
@@ -892,7 +895,7 @@
892895
"html": "Let <var>sample</var> be the result of invoking\n <a href=\"https://www.w3.org/TR/webdriver2/#dfn-getting-properties\" id=\"ref-for-index-term-get-a-property-2\">get a property</a> \"sample\" from <var>parameters</var>."
893896
},
894897
{
895-
"html": "If <var>sample</var> is not of type <a data-link-type=\"idl\" data-lt=\"PressureState\" href=\"https://www.w3.org/TR/compute-pressure/#dom-pressurestate\" class=\"internalDFN\" id=\"ref-for-dom-pressurestate-8\"><code>PressureState</code></a>, return <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver2/#dfn-error\" id=\"ref-for-index-term-error-7\">error</a> with <a data-link-type=\"dfn\" data-lt=\"error code\" href=\"https://www.w3.org/TR/webdriver2/#dfn-error-code\" id=\"ref-for-index-term-error-code-7\">WebDriver error code</a> <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver2/#dfn-invalid-argument\" id=\"ref-for-index-term-invalid-argument-5\">invalid argument</a>."
898+
"html": "If <var>sample</var> is not of type <a data-link-type=\"idl\" data-lt=\"PressureState\" href=\"https://www.w3.org/TR/compute-pressure/#dom-pressurestate\" class=\"internalDFN\" id=\"ref-for-dom-pressurestate-9\"><code>PressureState</code></a>, return <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver2/#dfn-error\" id=\"ref-for-index-term-error-7\">error</a> with <a data-link-type=\"dfn\" data-lt=\"error code\" href=\"https://www.w3.org/TR/webdriver2/#dfn-error-code\" id=\"ref-for-index-term-error-code-7\">WebDriver error code</a> <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webdriver2/#dfn-invalid-argument\" id=\"ref-for-index-term-invalid-argument-5\">invalid argument</a>."
896899
},
897900
{
898901
"html": "Set <var>virtualPressureSource</var>'s <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-latest-sample\" class=\"internalDFN\" id=\"ref-for-dfn-latest-sample-3\">latest sample</a> to a new\n <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-pressure-source-sample\" class=\"internalDFN\" id=\"ref-for-dfn-pressure-source-sample-6\">pressure source sample</a> whose <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-data\" class=\"internalDFN\" id=\"ref-for-dfn-data-8\">data</a> is\n \n <span class=\"non-experimental hidden\">\n <var>sample</var>\n </span>\n and <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/compute-pressure/#dfn-timestamp\" class=\"internalDFN\" id=\"ref-for-dfn-timestamp-3\">timestamp</a> is the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/hr-time-3/#dfn-unsafe-shared-current-time\" id=\"ref-for-index-term-unsafe-shared-current-time-2\">unsafe shared current time</a>."

tr/css/CSS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"spec": {
33
"title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification",
4-
"url": "https://www.w3.org/TR/CSS21/"
4+
"url": "https://www.w3.org/TR/CSS2/"
55
},
66
"properties": [
77
{

tr/dfns/CSS2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"spec": {
33
"title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification",
4-
"url": "https://www.w3.org/TR/CSS21/"
4+
"url": "https://www.w3.org/TR/CSS2/"
55
},
66
"dfns": [
77
{

tr/dfns/audiobooks.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -118,25 +118,6 @@
118118
},
119119
"definedIn": "prose"
120120
},
121-
{
122-
"id": "dfn-default-reading-order",
123-
"href": "https://www.w3.org/TR/audiobooks/#dfn-default-reading-order",
124-
"linkingText": [
125-
"default reading order"
126-
],
127-
"localLinkingText": [],
128-
"type": "dfn",
129-
"for": [],
130-
"access": "private",
131-
"informative": false,
132-
"heading": {
133-
"id": "audio-readingorder",
134-
"href": "https://www.w3.org/TR/audiobooks/#audio-readingorder",
135-
"title": "Default Reading Order",
136-
"number": "5.7"
137-
},
138-
"definedIn": "prose"
139-
},
140121
{
141122
"id": "dfn-resource-list",
142123
"href": "https://www.w3.org/TR/audiobooks/#dfn-resource-list",

tr/dfns/compute-pressure.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,10 +1363,10 @@
13631363
"definedIn": "prose"
13641364
},
13651365
{
1366-
"id": "dfn-has-change-in-data",
1367-
"href": "https://www.w3.org/TR/compute-pressure/#dfn-has-change-in-data",
1366+
"id": "dfn-should-dispatch",
1367+
"href": "https://www.w3.org/TR/compute-pressure/#dfn-should-dispatch",
13681368
"linkingText": [
1369-
"has change in data"
1369+
"should dispatch"
13701370
],
13711371
"localLinkingText": [],
13721372
"type": "dfn",

tr/dfns/json-ld11-api.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -641,25 +641,6 @@
641641
},
642642
"definedIn": "prose"
643643
},
644-
{
645-
"id": "dfn-lexical-form",
646-
"href": "https://www.w3.org/TR/json-ld11-api/#dfn-lexical-form",
647-
"linkingText": [
648-
"lexical form"
649-
],
650-
"localLinkingText": [],
651-
"type": "dfn",
652-
"for": [],
653-
"access": "private",
654-
"informative": false,
655-
"heading": {
656-
"id": "serialize-rdf-as-json-ld-algorithm",
657-
"href": "https://www.w3.org/TR/json-ld11-api/#serialize-rdf-as-json-ld-algorithm",
658-
"title": "Serialize RDF as JSON-LD Algorithm",
659-
"number": "8.4"
660-
},
661-
"definedIn": "prose"
662-
},
663644
{
664645
"id": "dfn-canonical-lexical-form",
665646
"href": "https://www.w3.org/TR/json-ld11-api/#dfn-canonical-lexical-form",

tr/headings/CSS2.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
22
"spec": {
33
"title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification",
4-
"url": "https://www.w3.org/TR/CSS21/"
4+
"url": "https://www.w3.org/TR/CSS2/"
55
},
66
"headings": [
77
{
88
"id": "title",
9-
"href": "https://www.w3.org/TR/CSS21/#title",
9+
"href": "https://www.w3.org/TR/CSS2/#title",
1010
"level": 1,
1111
"title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification"
1212
},
1313
{
1414
"id": "W3C-doctype",
15-
"href": "https://www.w3.org/TR/CSS21/#W3C-doctype",
15+
"href": "https://www.w3.org/TR/CSS2/#W3C-doctype",
1616
"level": 2,
1717
"title": "W3C Recommendation 07 June 2011, edited in place 12 April 2016 to point to new work, edited in place 07 December 2021 to correct markup."
1818
},
1919
{
2020
"id": "abstract",
21-
"href": "https://www.w3.org/TR/CSS21/#abstract",
21+
"href": "https://www.w3.org/TR/CSS2/#abstract",
2222
"level": 2,
2323
"title": "Abstract"
2424
},
2525
{
2626
"id": "status",
27-
"href": "https://www.w3.org/TR/CSS21/#status",
27+
"href": "https://www.w3.org/TR/CSS2/#status",
2828
"level": 2,
2929
"title": "Status of this document"
3030
},
3131
{
3232
"id": "minitoc",
33-
"href": "https://www.w3.org/TR/CSS21/#minitoc",
33+
"href": "https://www.w3.org/TR/CSS2/#minitoc",
3434
"level": 2,
3535
"title": "Quick Table of Contents"
3636
},
3737
{
3838
"id": "toc",
39-
"href": "https://www.w3.org/TR/CSS21/#toc",
39+
"href": "https://www.w3.org/TR/CSS2/#toc",
4040
"level": 2,
4141
"title": "Full Table of Contents"
4242
},

0 commit comments

Comments
 (0)