Skip to content

Commit 1340688

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 20.0.3.
1 parent 7107152 commit 1340688

File tree

94 files changed

+18171
-9491
lines changed

Some content is hidden

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

94 files changed

+18171
-9491
lines changed

ed/algorithms/anchors.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"html": "<p>Let <var>uuid</var> be the empty string.</p>"
6767
},
6868
{
69-
"html": "<p>Generate a UUID <a data-link-type=\"biblio\" href=\"https://immersive-web.github.io/anchors/#biblio-rfc4122\" title=\"Universally Unique IDentifiers (UUIDs)\">[RFC4122]</a> as a string and append it to <var>uuid</var>.</p>"
69+
"html": "<p>Generate a UUID <a data-link-type=\"biblio\" href=\"https://immersive-web.github.io/anchors/#biblio-rfc9562\" title=\"Universally Unique IDentifiers (UUIDs)\">[RFC9562]</a> as a string and append it to <var>uuid</var>.</p>"
7070
},
7171
{
7272
"html": "<p>Add <var>uuid</var> and <var>anchor</var> to <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/anchors/#xrsession-map-of-persistent-anchors\" id=\"ref-for-xrsession-map-of-persistent-anchors②\">map of persistent anchors</a>.</p>"
@@ -131,7 +131,7 @@
131131
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/anchors/#xrsession-map-of-persistent-anchors\" id=\"ref-for-xrsession-map-of-persistent-anchors④\">map of persistent anchors</a> does not contain a mapping from <var>uuid</var> to an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/anchors/#xranchor\" id=\"ref-for-xranchor①②\">XRAnchor</a></code>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject②\">reject</a> <var>promise</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror③\">InvalidStateError</a></code>, return <var>promise</var>, and abort these steps.</p>"
132132
},
133133
{
134-
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-writing-modes-4/#css-end\" id=\"ref-for-css-end\">ended</a> value is `true`, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject③\">reject</a> <var>promise</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror④\">InvalidStateError</a></code>, return <var>promise</var>, and abort these steps.</p>"
134+
"html": "<p>If <var>session</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webxr/#xrsession-ended\" id=\"ref-for-xrsession-ended\">ended</a></code> value is `true`, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject③\">reject</a> <var>promise</var> with <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror④\">InvalidStateError</a></code>, return <var>promise</var>, and abort these steps.</p>"
135135
},
136136
{
137137
"html": "<p>Let <var>anchor</var> be the value of mapping from <var>uuid</var> on <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/anchors/#xrsession-map-of-persistent-anchors\" id=\"ref-for-xrsession-map-of-persistent-anchors⑤\">map of persistent anchors</a>.</p>"

ed/algorithms/compositing-1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"spec": {
3-
"title": "Compositing and Blending Level 1",
4-
"url": "https://drafts.fxtf.org/compositing-1/"
3+
"title": "Compositing and Blending Module Level 1",
4+
"url": "https://drafts.csswg.org/compositing-1/"
55
},
66
"algorithms": [
77
{
88
"html": "Nonseparable blend modes consider all color components in combination as opposed to the separable ones that look at each component individually.\nAll of these blend modes conceptually entail the following steps:",
99
"rationale": "convert",
1010
"steps": [
1111
{
12-
"html": "Convert the <a data-link-type=\"dfn\" href=\"https://drafts.fxtf.org/compositing-1/#backdrop\" id=\"ref-for-backdrop②⑨\">backdrop</a> and source colors from the blending color space to an intermediate hue-saturation-luminosity representation."
12+
"html": "Convert the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/compositing-1/#backdrop\" id=\"ref-for-backdrop②⑨\">backdrop</a> and source colors from the blending color space to an intermediate hue-saturation-luminosity representation."
1313
},
1414
{
15-
"html": "Create a new color from some combination of hue, saturation, and luminosity components selected from the <a data-link-type=\"dfn\" href=\"https://drafts.fxtf.org/compositing-1/#backdrop\" id=\"ref-for-backdrop③⓪\">backdrop</a> and source colors."
15+
"html": "Create a new color from some combination of hue, saturation, and luminosity components selected from the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/compositing-1/#backdrop\" id=\"ref-for-backdrop③⓪\">backdrop</a> and source colors."
1616
},
1717
{
1818
"html": "Convert the result back to the original color space."

ed/algorithms/compositing-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"spec": {
3-
"title": "Compositing and Blending Level 2",
4-
"url": "https://drafts.fxtf.org/compositing-2/"
3+
"title": "Compositing and Blending Module Level 2",
4+
"url": "https://drafts.csswg.org/compositing-2/"
55
},
66
"algorithms": [
77
{
88
"html": "Nonseparable blend modes consider all color components in combination as opposed to the separable ones that look at each component individually.\nAll of these blend modes conceptually entail the following steps:",
99
"rationale": "convert",
1010
"steps": [
1111
{
12-
"html": "Convert the <a data-link-type=\"dfn\" href=\"https://drafts.fxtf.org/compositing-2/#backdrop\" id=\"ref-for-backdrop②⑨\">backdrop</a> and source colors from the blending color space to an intermediate hue-saturation-luminosity representation."
12+
"html": "Convert the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/compositing-2/#backdrop\" id=\"ref-for-backdrop②⑨\">backdrop</a> and source colors from the blending color space to an intermediate hue-saturation-luminosity representation."
1313
},
1414
{
15-
"html": "Create a new color from some combination of hue, saturation, and luminosity components selected from the <a data-link-type=\"dfn\" href=\"https://drafts.fxtf.org/compositing-2/#backdrop\" id=\"ref-for-backdrop③⓪\">backdrop</a> and source colors."
15+
"html": "Create a new color from some combination of hue, saturation, and luminosity components selected from the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/compositing-2/#backdrop\" id=\"ref-for-backdrop③⓪\">backdrop</a> and source colors."
1616
},
1717
{
1818
"html": "Convert the result back to the original color space."

0 commit comments

Comments
 (0)