Skip to content

Commit 108f3ec

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.0.1.
1 parent a8c0778 commit 108f3ec

File tree

10 files changed

+214
-310
lines changed

10 files changed

+214
-310
lines changed

ed/algorithms/anchors.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "create-anchor-object",
99
"href": "https://immersive-web.github.io/anchors/#create-new-anchor-object",
10-
"html": "In order to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-new-anchor-object\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create new anchor object</dfn><span style=\"position: relative; height: 0px;\"></span> from <var>native origin</var> and <var>session</var>, the user agent MUST run the following steps:",
10+
"html": "In order to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-new-anchor-object\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create new anchor object</dfn> from <var>native origin</var> and <var>session</var>, the user agent MUST run the following steps:",
1111
"rationale": ".algorithm",
1212
"steps": [
1313
{
@@ -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=\"A Universally Unique IDentifier (UUID) URN Namespace\">[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-rfc4122\" title=\"Universally Unique IDentifiers (UUIDs)\">[RFC4122]</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://w3c.github.io/mediacapture-main/#track-ended\" id=\"ref-for-track-ended\">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 <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>"
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>"
@@ -168,7 +168,7 @@
168168
"html": "<p>Remove the mapping from <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>"
169169
},
170170
{
171-
"html": "<p>Invoke {{XRAnchor/delete()} on <var>anchor</var>.</p>"
171+
"html": "<p>Invoke <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/anchors/#dom-xranchor-delete\" id=\"ref-for-dom-xranchor-delete\">delete()</a></code> on <var>anchor</var>.</p>"
172172
},
173173
{
174174
"html": "<p>Return <var>promise</var>.</p>"
@@ -221,7 +221,7 @@
221221
{
222222
"name": "update-anchors",
223223
"href": "https://immersive-web.github.io/anchors/#update-anchors",
224-
"html": "In order to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"update-anchors\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">update anchors</dfn><span style=\"position: relative; height: 0px;\"></span> for <var>frame</var>, the user agent MUST run the following steps:",
224+
"html": "In order to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"update-anchors\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">update anchors</dfn> for <var>frame</var>, the user agent MUST run the following steps:",
225225
"rationale": ".algorithm",
226226
"steps": [
227227
{
@@ -265,7 +265,7 @@
265265
{
266266
"name": "detach-anchor",
267267
"href": "https://immersive-web.github.io/anchors/#delete-an-anchor",
268-
"html": "The <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/anchors/#dom-xranchor-delete\" id=\"ref-for-dom-xranchor-delete\">delete()</a></code> method, when invoked on an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/anchors/#xranchor\" id=\"ref-for-xranchor①④\">XRAnchor</a></code> <var>anchor</var>, MUST <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"delete-an-anchor\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">delete an anchor</dfn><span style=\"position: relative; height: 0px;\"></span> by running the following steps:",
268+
"html": "The <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/anchors/#dom-xranchor-delete\" id=\"ref-for-dom-xranchor-delete\">delete()</a></code> method, when invoked on an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/anchors/#xranchor\" id=\"ref-for-xranchor①④\">XRAnchor</a></code> <var>anchor</var>, MUST <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"delete-an-anchor\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">delete an anchor</dfn> by running the following steps:",
269269
"rationale": ".algorithm",
270270
"steps": [
271271
{

0 commit comments

Comments
 (0)