Skip to content

Commit b752543

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.2.0.
1 parent 0059f1b commit b752543

Some content is hidden

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

52 files changed

+26493
-253
lines changed

tr/algorithms/dbsc-1.json

Lines changed: 737 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://www.w3.org/TR/passkey-endpoints-1/"
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+
}

tr/algorithms/webdriver2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@
19071907
"rationale": "let",
19081908
"steps": [
19091909
{
1910-
"html": "<p>Let <var>options</var> be\n the following <a href=\"https://www.w3.org/TR/webdriver2/#dfn-scrollintoviewoptions\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-scrollintoviewoptions-1\"><code>ScrollIntoViewOptions</code></a>:\n\n </p><dl>\n <dt><a href=\"https://www.w3.org/TR/webdriver2/#dfn-logical-scroll-position-block\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-logical-scroll-position-block-1\">Logical scroll position \"<code>block</code>\"</a>\n </dt><dd>\"<code>end</code>\"\n\n </dd><dt><a href=\"https://www.w3.org/TR/webdriver2/#dfn-logical-scroll-position-inline\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-logical-scroll-position-inline-1\">Logical scroll position \"<code>inline</code>\"</a>\n </dt><dd>\"<code>nearest</code>\"\n </dd></dl>"
1910+
"html": "<p>Let <var>options</var> be\n the following <a href=\"https://www.w3.org/TR/webdriver2/#dfn-scrollintoviewoptions\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-scrollintoviewoptions-1\"><code>ScrollIntoViewOptions</code></a>:\n\n </p><dl>\n <dt>\"<code>behavior</code>\"\n </dt><dd>\"<code>instant</code>\"\n\n </dd><dt><a href=\"https://www.w3.org/TR/webdriver2/#dfn-logical-scroll-position-block\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-logical-scroll-position-block-1\">Logical scroll position \"<code>block</code>\"</a>\n </dt><dd>\"<code>end</code>\"\n\n </dd><dt><a href=\"https://www.w3.org/TR/webdriver2/#dfn-logical-scroll-position-inline\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-logical-scroll-position-inline-1\">Logical scroll position \"<code>inline</code>\"</a>\n </dt><dd>\"<code>nearest</code>\"\n </dd></dl>"
19111911
},
19121912
{
19131913
"html": "<p>Run <a href=\"https://www.w3.org/TR/webdriver2/#dfn-call\" class=\"internalDFN\" data-link-type=\"idl\" id=\"ref-for-dfn-call-1\">Function.[[Call]]</a>(<a href=\"https://www.w3.org/TR/webdriver2/#dfn-scrollintoview\" class=\"internalDFN\" data-link-type=\"dfn\" id=\"ref-for-dfn-scrollintoview-1\">scrollIntoView</a>, <var>options</var>)\n with <var>element</var> as the this value.\n</p>"

tr/algorithms/wot-profile.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"spec": {
3+
"title": "Web of Things (WoT) Profile",
4+
"url": "https://www.w3.org/TR/wot-profile/"
5+
},
6+
"algorithms": [
7+
{
8+
"html": "If a Web Thing receives an HTTP request following\n the format above then it <em class=\"rfc2119\">MUST</em>\n respond with one of three response formats:",
9+
"rationale": "error",
10+
"steps": [
11+
{
12+
"html": "<a href=\"https://www.w3.org/TR/wot-profile/#sync-action-response\">Synchronous Action\n Response</a>"
13+
},
14+
{
15+
"html": "<a href=\"https://www.w3.org/TR/wot-profile/#async-action-response\">Asynchronous\n Action Response</a>"
16+
},
17+
{
18+
"html": "<a href=\"https://www.w3.org/TR/wot-profile/#error-responses\">Error Response</a>"
19+
}
20+
]
21+
}
22+
]
23+
}

tr/css/css-view-transitions.json

Lines changed: 112 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"spec": {
3-
"title": "CSS View Transitions Module Level 1",
4-
"url": "https://www.w3.org/TR/css-view-transitions-1/"
3+
"title": "CSS View Transitions Module Level 2",
4+
"url": "https://www.w3.org/TR/css-view-transitions-2/"
55
},
66
"properties": [
77
{
8-
"name": "view-transition-name",
9-
"href": "https://www.w3.org/TR/css-view-transitions-1/#propdef-view-transition-name",
10-
"value": "none | <custom-ident>",
8+
"name": "view-transition-class",
9+
"href": "https://www.w3.org/TR/css-view-transitions-2/#propdef-view-transition-class",
10+
"value": "none | <custom-ident>+",
1111
"initial": "none",
1212
"appliesTo": "all elements",
1313
"inherited": "no",
@@ -18,60 +18,135 @@
1818
"values": [
1919
{
2020
"name": "none",
21-
"prose": "The element will not participate independently in a view transition.",
22-
"href": "https://www.w3.org/TR/css-view-transitions-1/#valdef-view-transition-name-none",
21+
"prose": "No class would apply to the named view transition pseudo-elements generated for this element.",
22+
"href": "https://www.w3.org/TR/css-view-transitions-2/#valdef-view-transition-class-none",
2323
"type": "value",
2424
"value": "none"
2525
},
26+
{
27+
"name": "<custom-ident>+",
28+
"prose": "All of the specified <custom-ident> values (apart from none) are applied when used in named view transition pseudo-element selectors. none is an invalid <custom-ident> for view-transition-class, even when combined with another <custom-ident>. Each 'view transition class' is a tree-scoped name.",
29+
"href": "https://www.w3.org/TR/css-view-transitions-2/#valdef-view-transition-class-custom-ident",
30+
"type": "value",
31+
"value": "<custom-ident>+"
32+
}
33+
],
34+
"styleDeclaration": [
35+
"view-transition-class",
36+
"viewTransitionClass"
37+
]
38+
},
39+
{
40+
"name": "view-transition-group",
41+
"href": "https://www.w3.org/TR/css-view-transitions-2/#propdef-view-transition-group",
42+
"value": "normal | contain | nearest | <custom-ident>",
43+
"initial": "normal",
44+
"appliesTo": "all elements",
45+
"inherited": "no",
46+
"percentages": "n/a",
47+
"computedValue": "as specified",
48+
"canonicalOrder": "per grammar",
49+
"animationType": "discrete",
50+
"values": [
51+
{
52+
"name": "normal",
53+
"prose": "containingGroupName.",
54+
"href": "https://www.w3.org/TR/css-view-transitions-2/#valdef-view-transition-group-normal",
55+
"type": "value",
56+
"value": "normal"
57+
},
58+
{
59+
"name": "contain",
60+
"prose": "containingGroupName.",
61+
"href": "https://www.w3.org/TR/css-view-transitions-2/#valdef-view-transition-group-contain",
62+
"type": "value",
63+
"value": "contain"
64+
},
65+
{
66+
"name": "nearest",
67+
"prose": "The document-scoped view transition name of the element’s nearest flat tree ancestor which participates in the transition.",
68+
"href": "https://www.w3.org/TR/css-view-transitions-2/#valdef-view-transition-group-nearest",
69+
"type": "value",
70+
"value": "nearest"
71+
},
2672
{
2773
"name": "<custom-ident>",
28-
"prose": "The element participates independently in a view transition—​as either an old or new element—​with the specified view transition name. The values none and auto are excluded from <custom-ident> here.",
29-
"href": "https://www.w3.org/TR/css-view-transitions-1/#valdef-view-transition-name-custom-ident",
74+
"prose": "group if the element has a flat tree ancestor whose document-scoped view transition name is group and participates in transition; Otherwise containingGroupName.",
75+
"href": "https://www.w3.org/TR/css-view-transitions-2/#valdef-view-transition-group-custom-ident",
3076
"type": "value",
3177
"value": "<custom-ident>"
3278
}
3379
],
3480
"styleDeclaration": [
35-
"view-transition-name",
36-
"viewTransitionName"
81+
"view-transition-group",
82+
"viewTransitionGroup"
3783
]
3884
}
3985
],
40-
"atrules": [],
41-
"selectors": [
42-
{
43-
"name": "::view-transition",
44-
"prose": "The ::view-transition pseudo-element is a tree-abiding pseudo-element that is also a pseudo-element root. Its originating element is the document’s document element, and its containing block is the snapshot containing block.",
45-
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition",
46-
"value": "::view-transition"
47-
},
48-
{
49-
"name": "::view-transition-group()",
50-
"prose": "The ::view-transition-group() pseudo-element is a named view transition pseudo-element that represents a matching named view transition capture. A ::view-transition-group() pseudo-element is generated for each view transition name as a child of the ::view-transition pseudo-element, and contains a corresponding ::view-transition-image-pair().",
51-
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-group"
52-
},
86+
"atrules": [
5387
{
54-
"name": "::view-transition-image-pair()",
55-
"prose": "The ::view-transition-image-pair() pseudo-element is a named view transition pseudo-element that represents a pair of corresponding old/new view transition captures. This pseudo-element is a child of the corresponding ::view-transition-group() pseudo-element and contains a corresponding ::view-transition-old() pseudo-element and/or a corresponding ::view-transition-new() pseudo-element (in that order).",
56-
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-image-pair"
57-
},
88+
"name": "@view-transition",
89+
"href": "https://www.w3.org/TR/css-view-transitions-2/#at-view-transition-rule",
90+
"descriptors": [
91+
{
92+
"name": "navigation",
93+
"href": "https://www.w3.org/TR/css-view-transitions-2/#descdef-view-transition-navigation",
94+
"for": "@view-transition",
95+
"value": "auto | none",
96+
"initial": "none",
97+
"values": [
98+
{
99+
"name": "none",
100+
"prose": "There will be no transition.",
101+
"href": "https://www.w3.org/TR/css-view-transitions-2/#valdef-view-transition-navigation-none",
102+
"type": "value",
103+
"value": "none"
104+
},
105+
{
106+
"name": "auto",
107+
"prose": "The transition will be enabled if the navigation is same-origin, without cross-origin redirects, and whose NavigationType is traverse, or push or replace, with user navigation involvement not equal to \"browser UI\".",
108+
"href": "https://www.w3.org/TR/css-view-transitions-2/#valdef-view-transition-navigation-auto",
109+
"type": "value",
110+
"value": "auto"
111+
}
112+
]
113+
},
114+
{
115+
"name": "types",
116+
"href": "https://www.w3.org/TR/css-view-transitions-2/#descdef-view-transition-types",
117+
"for": "@view-transition",
118+
"value": "none | <custom-ident>+",
119+
"initial": "none"
120+
}
121+
],
122+
"value": "@view-transition { <declaration-list> }"
123+
}
124+
],
125+
"selectors": [
58126
{
59-
"name": "::view-transition-old()",
60-
"prose": "The ::view-transition-old() pseudo-element is an empty named view transition pseudo-element that represents a visual snapshot of the “old” state as a replaced element; it is omitted if there’s no “old” state to represent. Each ::view-transition-old() pseudo-element is a child of the corresponding ::view-transition-image-pair() pseudo-element.",
61-
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-old"
127+
"name": ":active-view-transition",
128+
"prose": "The :active-view-transition pseudo-class applies to the root element of the document, if it has an active view transition.",
129+
"href": "https://www.w3.org/TR/css-view-transitions-2/#active-view-transition-pseudo",
130+
"value": ":active-view-transition"
62131
},
63132
{
64-
"name": "::view-transition-new()",
65-
"prose": "The ::view-transition-new() pseudo-element (like the analogous ::view-transition-old() pseudo-element) is an empty named view transition pseudo-element that represents a visual snapshot of the “new” state as a replaced element; it is omitted if there’s no “new” state to represent. Each ::view-transition-new() pseudo-element is a child of the corresponding ::view-transition-image-pair() pseudo-element.",
66-
"href": "https://www.w3.org/TR/css-view-transitions-1/#selectordef-view-transition-new"
133+
"name": ":active-view-transition-type()",
134+
"prose": "The :active-view-transition-type() pseudo-class applies to the root element of the document, if it has a matching active view transition. It has the following syntax definition:",
135+
"href": "https://www.w3.org/TR/css-view-transitions-2/#active-view-transition-type-pseudo"
67136
}
68137
],
69138
"values": [
70139
{
71-
"name": "<pt-name-selector>",
72-
"href": "https://www.w3.org/TR/css-view-transitions-1/#typedef-pt-name-selector",
140+
"name": "<pt-name-and-class-selector>",
141+
"href": "https://www.w3.org/TR/css-view-transitions-2/#typedef-pt-name-and-class-selector",
142+
"type": "type",
143+
"value": "<pt-name-selector> <pt-class-selector>? | <pt-class-selector>"
144+
},
145+
{
146+
"name": "<pt-class-selector>",
147+
"href": "https://www.w3.org/TR/css-view-transitions-2/#typedef-pt-class-selector",
73148
"type": "type",
74-
"value": "'*' | <custom-ident>"
149+
"value": "['.' <custom-ident>]+"
75150
}
76151
]
77152
}

0 commit comments

Comments
 (0)