Skip to content

Commit 02881aa

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.7.
1 parent e830731 commit 02881aa

File tree

9 files changed

+283
-246
lines changed

9 files changed

+283
-246
lines changed

ed/algorithms/webxr.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"rationale": ".algorithm",
369369
"steps": [
370370
{
371-
"html": "<p>Set <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#ended\" id=\"ref-for-ended\">ended</a> value to <code>true</code>.</p>"
371+
"html": "<p>Set <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-ended\" id=\"ref-for-xrsession-ended\">ended</a> value to <code>true</code>.</p>"
372372
},
373373
{
374374
"html": "<p>If the <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#active-immersive-session\" id=\"ref-for-active-immersive-session③\">active immersive session</a> is equal to <var>session</var>, set the <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#active-immersive-session\" id=\"ref-for-active-immersive-session④\">active immersive session</a> to <code>null</code>.</p>"
@@ -397,7 +397,7 @@
397397
"html": "<p>Let <var>promise</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-new-promise\" id=\"ref-for-a-new-promise②\">a new Promise</a> in the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm\" id=\"ref-for-concept-relevant-realm③\">relevant realm</a> of this <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#xrsession\" id=\"ref-for-xrsession③⓪\">XRSession</a></code>.</p>"
398398
},
399399
{
400-
"html": "<p>If the <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#ended\" id=\"ref-for-ended①\">ended</a> value of <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this\">this</a> is <code>true</code>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject⑦\">reject</a> <var>promise</var> with a \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror②\">InvalidStateError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑥\">DOMException</a></code> and return <var>promise</var>.</p>"
400+
"html": "<p>If the <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-ended\" id=\"ref-for-xrsession-ended①\">ended</a> value of <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this\">this</a> is <code>true</code>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject⑦\">reject</a> <var>promise</var> with a \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror②\">InvalidStateError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑥\">DOMException</a></code> and return <var>promise</var>.</p>"
401401
},
402402
{
403403
"html": "<p><a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#shut-down-the-session\" id=\"ref-for-shut-down-the-session②\">Shut down</a> <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①\">this</a>.</p>"
@@ -440,7 +440,7 @@
440440
"html": "<p>If <var>rate</var> is the same as <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-internal-nominal-framerate\" id=\"ref-for-xrsession-internal-nominal-framerate\">internal nominal framerate</a>, abort these steps.</p>"
441441
},
442442
{
443-
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#ended\" id=\"ref-for-ended②\">ended</a> value is <code>true</code>, abort these steps.</p>"
443+
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-ended\" id=\"ref-for-xrsession-ended②\">ended</a> value is <code>true</code>, abort these steps.</p>"
444444
},
445445
{
446446
"html": "<p>Set <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-internal-nominal-framerate\" id=\"ref-for-xrsession-internal-nominal-framerate①\">internal nominal framerate</a> to <var>rate</var>.</p>"
@@ -466,7 +466,7 @@
466466
"html": "<p>If the <var>session</var> has no <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-internal-nominal-framerate\" id=\"ref-for-xrsession-internal-nominal-framerate②\">internal nominal framerate</a>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject⑧\">reject</a> <var>promise</var> with an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror③\">InvalidStateError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑦\">DOMException</a></code> and return <var>promise</var>.</p>"
467467
},
468468
{
469-
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#ended\" id=\"ref-for-ended③\">ended</a> value is <code>true</code>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject⑨\">reject</a> <var>promise</var> with an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror④\">InvalidStateError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑧\">DOMException</a></code> and return <var>promise</var>.</p>"
469+
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-ended\" id=\"ref-for-xrsession-ended③\">ended</a> value is <code>true</code>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject⑨\">reject</a> <var>promise</var> with an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror④\">InvalidStateError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑧\">DOMException</a></code> and return <var>promise</var>.</p>"
470470
},
471471
{
472472
"html": "<p>If <var>rate</var> is not in <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#dom-xrsession-supportedframerates\" id=\"ref-for-dom-xrsession-supportedframerates①\">supportedFrameRates</a></code>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\" id=\"ref-for-reject①⓪\">reject</a> <var>promise</var> with an \"<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#exceptiondef-typeerror\" id=\"ref-for-exceptiondef-typeerror\">TypeError</a></code>\" <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\" id=\"ref-for-idl-DOMException⑨\">DOMException</a></code> and return <var>promise</var>.</p>"
@@ -516,7 +516,7 @@
516516
"html": "<p>Let <var>session</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this③\">this</a>.</p>"
517517
},
518518
{
519-
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#ended\" id=\"ref-for-ended④\">ended</a> value is <code>true</code>, throw an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror⑤\">InvalidStateError</a></code> and abort these steps.</p>"
519+
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-ended\" id=\"ref-for-xrsession-ended④\">ended</a> value is <code>true</code>, throw an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror⑤\">InvalidStateError</a></code> and abort these steps.</p>"
520520
},
521521
{
522522
"html": "<p>If <var>newState</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#dom-xrrenderstateinit-baselayer\" id=\"ref-for-dom-xrrenderstateinit-baselayer\">baseLayer</a></code> was created with an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#xrsession\" id=\"ref-for-xrsession③⑧\">XRSession</a></code> other than <var>session</var>, throw an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror⑥\">InvalidStateError</a></code> and abort these steps.</p>"
@@ -920,7 +920,7 @@
920920
"html": "<p>Let <var>session</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this④\">this</a>.</p>"
921921
},
922922
{
923-
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#ended\" id=\"ref-for-ended⑤\">ended</a> value is <code>true</code>, return <code>0</code> and abort these steps.</p>"
923+
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-ended\" id=\"ref-for-xrsession-ended⑤\">ended</a> value is <code>true</code>, return <code>0</code> and abort these steps.</p>"
924924
},
925925
{
926926
"html": "<p>Increment <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#animation-frame-callback-identifier\" id=\"ref-for-animation-frame-callback-identifier\">animation frame callback identifier</a> by one.</p>"
@@ -1759,7 +1759,7 @@
17591759
"html": "<p>Let <var>layer</var> be a <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#new\" id=\"ref-for-new③⓪\">new</a> <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#xrwebgllayer\" id=\"ref-for-xrwebgllayer①②\">XRWebGLLayer</a></code> in the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm\" id=\"ref-for-concept-relevant-realm③①\">relevant realm</a> of <var>session</var>.</p>"
17601760
},
17611761
{
1762-
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#ended\" id=\"ref-for-ended⑥\">ended</a> value is <code>true</code>, throw an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror①③\">InvalidStateError</a></code> and abort these steps.</p>"
1762+
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-ended\" id=\"ref-for-xrsession-ended⑥\">ended</a> value is <code>true</code>, throw an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror①③\">InvalidStateError</a></code> and abort these steps.</p>"
17631763
},
17641764
{
17651765
"html": "<p>If <var>context</var> is lost, throw an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\" id=\"ref-for-invalidstateerror①④\">InvalidStateError</a></code> and abort these steps.</p>"
@@ -1935,7 +1935,7 @@
19351935
"html": "<p>Let <var>session</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this⑧\">this</a>.</p>"
19361936
},
19371937
{
1938-
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#ended\" id=\"ref-for-ended⑦\">ended</a> value is <code>true</code>, return <code>0.0</code> and abort these steps.</p>"
1938+
"html": "<p>If <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-ended\" id=\"ref-for-xrsession-ended⑦\">ended</a> value is <code>true</code>, return <code>0.0</code> and abort these steps.</p>"
19391939
},
19401940
{
19411941
"html": "<p>Return the value that the <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#recommended-webgl-framebuffer-resolution\" id=\"ref-for-recommended-webgl-framebuffer-resolution③\">recommended WebGL framebuffer resolution</a> width and height must each be multiplied by to yield the <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#native-webgl-framebuffer-resolution\" id=\"ref-for-native-webgl-framebuffer-resolution④\">native WebGL framebuffer resolution</a>.</p>"

ed/dfns/ecma-426.json

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"id": "sec-source-map-format",
172172
"href": "https://tc39.es/ecma426/#sec-source-map-format",
173173
"title": "Source map format",
174-
"number": "8"
174+
"number": "9"
175175
},
176176
"definedIn": "prose"
177177
},
@@ -190,7 +190,7 @@
190190
"id": "sec-source-map-format",
191191
"href": "https://tc39.es/ecma426/#sec-source-map-format",
192192
"title": "Source map format",
193-
"number": "8"
193+
"number": "9"
194194
},
195195
"definedIn": "prose"
196196
},
@@ -209,7 +209,7 @@
209209
"id": "sec-source-map-format",
210210
"href": "https://tc39.es/ecma426/#sec-source-map-format",
211211
"title": "Source map format",
212-
"number": "8"
212+
"number": "9"
213213
},
214214
"definedIn": "prose"
215215
},
@@ -228,7 +228,7 @@
228228
"id": "sec-source-map-format",
229229
"href": "https://tc39.es/ecma426/#sec-source-map-format",
230230
"title": "Source map format",
231-
"number": "8"
231+
"number": "9"
232232
},
233233
"definedIn": "prose"
234234
},
@@ -247,7 +247,7 @@
247247
"id": "sec-source-map-format",
248248
"href": "https://tc39.es/ecma426/#sec-source-map-format",
249249
"title": "Source map format",
250-
"number": "8"
250+
"number": "9"
251251
},
252252
"definedIn": "prose"
253253
},
@@ -266,7 +266,7 @@
266266
"id": "sec-source-map-format",
267267
"href": "https://tc39.es/ecma426/#sec-source-map-format",
268268
"title": "Source map format",
269-
"number": "8"
269+
"number": "9"
270270
},
271271
"definedIn": "prose"
272272
},
@@ -285,7 +285,7 @@
285285
"id": "sec-source-map-format",
286286
"href": "https://tc39.es/ecma426/#sec-source-map-format",
287287
"title": "Source map format",
288-
"number": "8"
288+
"number": "9"
289289
},
290290
"definedIn": "prose"
291291
},
@@ -304,7 +304,7 @@
304304
"id": "sec-source-map-format",
305305
"href": "https://tc39.es/ecma426/#sec-source-map-format",
306306
"title": "Source map format",
307-
"number": "8"
307+
"number": "9"
308308
},
309309
"definedIn": "prose"
310310
},
@@ -323,7 +323,7 @@
323323
"id": "sec-decoding-source-maps",
324324
"href": "https://tc39.es/ecma426/#sec-decoding-source-maps",
325325
"title": "Decoding source maps",
326-
"number": "8.1"
326+
"number": "9.1"
327327
},
328328
"definedIn": "prose"
329329
},
@@ -342,7 +342,7 @@
342342
"id": "sec-decoding-source-maps",
343343
"href": "https://tc39.es/ecma426/#sec-decoding-source-maps",
344344
"title": "Decoding source maps",
345-
"number": "8.1"
345+
"number": "9.1"
346346
},
347347
"definedIn": "prose"
348348
},
@@ -361,7 +361,7 @@
361361
"id": "sec-mappings",
362362
"href": "https://tc39.es/ecma426/#sec-mappings",
363363
"title": "Mappings structure",
364-
"number": "8.2"
364+
"number": "9.2"
365365
},
366366
"definedIn": "prose"
367367
},
@@ -380,7 +380,7 @@
380380
"id": "sec-mappings-grammar",
381381
"href": "https://tc39.es/ecma426/#sec-mappings-grammar",
382382
"title": "Mappings grammar",
383-
"number": "8.2.1"
383+
"number": "9.2.1"
384384
},
385385
"definedIn": "prose"
386386
},
@@ -398,8 +398,7 @@
398398
"heading": {
399399
"id": "sec-index-source-map",
400400
"href": "https://tc39.es/ecma426/#sec-index-source-map",
401-
"title": "Index source map",
402-
"number": "9"
401+
"title": "10 Index source map"
403402
},
404403
"definedIn": "prose"
405404
},
@@ -417,8 +416,7 @@
417416
"heading": {
418417
"id": "sec-index-source-map",
419418
"href": "https://tc39.es/ecma426/#sec-index-source-map",
420-
"title": "Index source map",
421-
"number": "9"
419+
"title": "10 Index source map"
422420
},
423421
"definedIn": "prose"
424422
},
@@ -436,8 +434,7 @@
436434
"heading": {
437435
"id": "sec-index-source-map",
438436
"href": "https://tc39.es/ecma426/#sec-index-source-map",
439-
"title": "Index source map",
440-
"number": "9"
437+
"title": "10 Index source map"
441438
},
442439
"definedIn": "prose"
443440
},
@@ -456,7 +453,7 @@
456453
"id": "sec-linking-generated-code",
457454
"href": "https://tc39.es/ecma426/#sec-linking-generated-code",
458455
"title": "Linking generated code to source maps",
459-
"number": "10.1"
456+
"number": "11.1"
460457
},
461458
"definedIn": "prose"
462459
},
@@ -475,7 +472,7 @@
475472
"id": "sec-linking-inline",
476473
"href": "https://tc39.es/ecma426/#sec-linking-inline",
477474
"title": "Linking through inline annotations",
478-
"number": "10.1.2"
475+
"number": "11.1.2"
479476
},
480477
"definedIn": "prose"
481478
},
@@ -494,7 +491,7 @@
494491
"id": "sec-JavaScriptExtractSourceMapURL",
495492
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractSourceMapURL",
496493
"title": "JavaScriptExtractSourceMapURL ( source )",
497-
"number": "10.1.2.1"
494+
"number": "11.1.2.1"
498495
},
499496
"definedIn": "prose"
500497
},
@@ -513,7 +510,7 @@
513510
"id": "sec-JavaScriptExtractSourceMapURL",
514511
"href": "https://tc39.es/ecma426/#sec-JavaScriptExtractSourceMapURL",
515512
"title": "JavaScriptExtractSourceMapURL ( source )",
516-
"number": "10.1.2.1"
513+
"number": "11.1.2.1"
517514
},
518515
"definedIn": "prose"
519516
},

ed/dfns/webxr.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,14 +1122,16 @@
11221122
"definedIn": "prose"
11231123
},
11241124
{
1125-
"id": "ended",
1126-
"href": "https://immersive-web.github.io/webxr/#ended",
1125+
"id": "xrsession-ended",
1126+
"href": "https://immersive-web.github.io/webxr/#xrsession-ended",
11271127
"linkingText": [
11281128
"ended"
11291129
],
11301130
"localLinkingText": [],
11311131
"type": "dfn",
1132-
"for": [],
1132+
"for": [
1133+
"XRSession"
1134+
],
11331135
"access": "private",
11341136
"informative": false,
11351137
"heading": {

0 commit comments

Comments
 (0)