Skip to content

Commit 8a77628

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.2.
1 parent 38df80d commit 8a77628

Some content is hidden

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

55 files changed

+12013
-818
lines changed

ed/algorithms/body-tracking.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"spec": {
3+
"title": "WebXR Body Tracking Module - Level 1",
4+
"url": "https://immersive-web.github.io/body-tracking/"
5+
},
6+
"algorithms": [
7+
{
8+
"name": "index-joint-space",
9+
"href": "https://immersive-web.github.io/body-tracking/#dom-xrbody-get-jointname",
10+
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"XRBody\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-xrbody-get-jointname\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>get(<var>jointName</var>)</code></dfn> method when invoked on an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/body-tracking/#xrbody\" id=\"ref-for-xrbody⑤\">XRBody</a></code> <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①\">this</a> MUST run the following steps:",
11+
"rationale": ".algorithm",
12+
"steps": [
13+
{
14+
"html": "<p>Let <var>joints</var> be the value of <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this②\">this</a>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/body-tracking/#dom-xrbody-joints-slot\" id=\"ref-for-dom-xrbody-joints-slot②\">[[joints]]</a></code> internal slot.</p>"
15+
},
16+
{
17+
"html": "<p>Return <var>joints</var>[<var>jointName</var>]. (This implies returning <code>undefined</code> for unknown <var>jointName</var>.)</p>"
18+
}
19+
]
20+
}
21+
]
22+
}

ed/algorithms/html.json

Lines changed: 1135 additions & 0 deletions
Large diffs are not rendered by default.

ed/css/css-anchor-position-2.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"spec": {
3+
"title": "CSS Anchor Positioning Level 2",
4+
"url": "https://drafts.csswg.org/css-anchor-position-2/"
5+
},
6+
"properties": [],
7+
"atrules": [
8+
{
9+
"name": "@container",
10+
"descriptors": [
11+
{
12+
"name": "fallback",
13+
"href": "https://drafts.csswg.org/css-anchor-position-2/#descdef-container-fallback",
14+
"for": "@container",
15+
"value": "none | [ [<dashed-ident> || <try-tactic>] | <position-area> ]",
16+
"type": "discrete",
17+
"values": [
18+
{
19+
"name": "none",
20+
"prose": "The anchored container does not have any position-try-fallbacks applied.",
21+
"href": "https://drafts.csswg.org/css-anchor-position-2/#valdef-container-fallback-none",
22+
"type": "value",
23+
"value": "none"
24+
}
25+
]
26+
}
27+
]
28+
}
29+
],
30+
"selectors": [],
31+
"values": [
32+
{
33+
"name": "<anchored-query>",
34+
"href": "https://drafts.csswg.org/css-anchor-position-2/#typedef-anchored-query",
35+
"type": "type",
36+
"value": "not <anchored-in-parens> | <anchored-in-parens> [ [ and <anchored-in-parens> ]* | [ or <anchored-in-parens> ]* ] | <anchored-feature>"
37+
},
38+
{
39+
"name": "<anchored-in-parens>",
40+
"href": "https://drafts.csswg.org/css-anchor-position-2/#typedef-anchored-in-parens",
41+
"type": "type",
42+
"value": "( <anchored-query> ) | ( <anchored-feature> ) | <general-enclosed>"
43+
}
44+
],
45+
"warnings": [
46+
{
47+
"msg": "Missing definition",
48+
"name": "<query-in-parens>",
49+
"value": "... | anchored( <anchored-query> )"
50+
},
51+
{
52+
"msg": "Dangling value",
53+
"name": "anchored",
54+
"prose": "Establishes a query container for container queries, allowing for descendants of an anchor positioned element to be styled based on certain features of the anchoring. (Currently, limited to which of the position-try-fallbacks are applied, if any.) The anchored container-type applies style containment to the query container.",
55+
"href": "https://drafts.csswg.org/css-anchor-position-2/#valdef-container-type-anchored",
56+
"type": "value",
57+
"value": "anchored",
58+
"for": "container-type"
59+
}
60+
]
61+
}

0 commit comments

Comments
 (0)