Skip to content

Commit 8304870

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

File tree

12 files changed

+258
-238
lines changed

12 files changed

+258
-238
lines changed

ed/algorithms/html.json

Lines changed: 95 additions & 125 deletions
Large diffs are not rendered by default.

ed/algorithms/webxr-plane-detection.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"html": "<p>Let <var>session</var> be a <var>frame</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#dom-xrframe-session\" id=\"ref-for-dom-xrframe-session\">session</a>.</p>"
1515
},
1616
{
17-
"html": "<p>Let <var>device</var> be a <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-xr-device\" id=\"ref-for-xrsession-xr-device②\">XR device</a>.</p>"
17+
"html": "<p>Let <var>device</var> be a <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-xr-device\" id=\"ref-for-xrsession-xr-device③\">XR device</a>.</p>"
18+
},
19+
{
20+
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/plane-detection/#plane-detection\" id=\"ref-for-plane-detection①\">plane-detection</a> feature descriptor is not <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-contain\" id=\"ref-for-list-contain①\">contained</a> in <var>device</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#dom-xrsession-enabledfeatures\" id=\"ref-for-dom-xrsession-enabledfeatures①\">list of enabled features</a> for <var>session</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrsession-mode\" id=\"ref-for-xrsession-mode①\">mode</a>, abort these steps.</p>"
1821
},
1922
{
2023
"html": "<p>Let <var>trackedPlanes</var> be a result of calling into <var>device</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/plane-detection/#native-plane-detection\" id=\"ref-for-native-plane-detection①\">native plane detection</a> capability to obtain tracked planes at <var>frame</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrframe-time\" id=\"ref-for-xrframe-time\">time</a>.</p>"
@@ -48,7 +51,7 @@
4851
{
4952
"name": "create-plane-object",
5053
"href": "https://immersive-web.github.io/plane-detection/#create-plane-object",
51-
"html": "In order to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-plane-object\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create plane object</dfn> from a <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/plane-detection/#native-plane-objects\" id=\"ref-for-native-plane-objects\">native plane object</a> <var>native plane</var> and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#xrframe\" id=\"ref-for-xrframe③\">XRFrame</a></code> <var>frame</var>, the user agent MUST run the following steps:\n\n \n <p>A plane object, <var>result</var>, created in such way is said to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"correspond-to\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">correspond to</dfn> the passed in native plane object <var>native plane</var>.</p>",
54+
"html": "In order to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"create-plane-object\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">create plane object</dfn> from a <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/plane-detection/#native-plane-objects\" id=\"ref-for-native-plane-objects\">native plane object</a> <var>native plane</var> and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#xrframe-interface\" id=\"ref-for-xrframe-interface\">XRFrame</a></code> <var>frame</var>, the user agent MUST run the following steps:\n\n \n <p>A plane object, <var>result</var>, created in such way is said to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"correspond-to\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">correspond to</dfn> the passed in native plane object <var>native plane</var>.</p>",
5255
"rationale": ".algorithm",
5356
"steps": [
5457
{
@@ -58,7 +61,7 @@
5861
"html": "<p>Set <var>result</var>’s <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/plane-detection/#xrplane-native-entity\" id=\"ref-for-xrplane-native-entity\">native entity</a> to <var>native plane</var>.</p>"
5962
},
6063
{
61-
"html": "<p>Set <var>result</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/plane-detection/#dom-xrplane-planespace\" id=\"ref-for-dom-xrplane-planespace⑤\">planeSpace</a></code> to a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#xrspace\" id=\"ref-for-xrspace③\">XRSpace</a></code> object created with <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrspace-session\" id=\"ref-for-xrspace-session\">session</a> set to <var>frame</var>’s <code class=\"idl\"><a data-link-type=\"idl\" data-refhint-key=\"https://immersive-web.github.io/webxr/#dom-xrframe-session\" href=\"https://immersive-web.github.io/webxr/#dom-xrframe-session\" id=\"ref-for-dom-xrframe-session①\">session</a></code> and <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrspace-native-origin\" id=\"ref-for-xrspace-native-origin①\">native origin</a> set to track <var>native plane</var>’s native origin.</p>"
64+
"html": "<p>Set <var>result</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/plane-detection/#dom-xrplane-planespace\" id=\"ref-for-dom-xrplane-planespace⑤\">planeSpace</a></code> to a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#xrspace-interface\" id=\"ref-for-xrspace-interface③\">XRSpace</a></code> object created with <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrspace-session\" id=\"ref-for-xrspace-session\">session</a> set to <var>frame</var>’s <code class=\"idl\"><a data-link-type=\"idl\" data-refhint-key=\"https://immersive-web.github.io/webxr/#dom-xrframe-session\" href=\"https://immersive-web.github.io/webxr/#dom-xrframe-session\" id=\"ref-for-dom-xrframe-session①\">session</a></code> and <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/webxr/#xrspace-native-origin\" id=\"ref-for-xrspace-native-origin①\">native origin</a> set to track <var>native plane</var>’s native origin.</p>"
6265
},
6366
{
6467
"html": "<p>Invoke <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/plane-detection/#update-plane-object\" id=\"ref-for-update-plane-object①\">update plane object</a> algorithm with <var>result</var>, <var>native plane</var>, and <var>frame</var>.</p>"
@@ -71,7 +74,7 @@
7174
{
7275
"name": "update-plane-object",
7376
"href": "https://immersive-web.github.io/plane-detection/#update-plane-object",
74-
"html": "In order to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"update-plane-object\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">update plane object</dfn> <var>plane</var> from a <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/plane-detection/#native-plane-objects\" id=\"ref-for-native-plane-objects①\">native plane object</a> <var>native plane</var> and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#xrframe\" id=\"ref-for-xrframe④\">XRFrame</a></code> <var>frame</var>, the user agent MUST run the following steps:",
77+
"html": "In order to <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"update-plane-object\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">update plane object</dfn> <var>plane</var> from a <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/plane-detection/#native-plane-objects\" id=\"ref-for-native-plane-objects①\">native plane object</a> <var>native plane</var> and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/webxr/#xrframe-interface\" id=\"ref-for-xrframe-interface\">XRFrame</a></code> <var>frame</var>, the user agent MUST run the following steps:",
7578
"rationale": ".algorithm",
7679
"steps": [
7780
{
@@ -84,7 +87,7 @@
8487
"html": "<p>Set <var>plane</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/plane-detection/#dom-xrplane-polygon\" id=\"ref-for-dom-xrplane-polygon①\">polygon</a></code> to the new array of vertices representing <var>native plane</var>’s polygon, performing all necessary conversions to account for differences in native plane polygon representation.</p>"
8588
},
8689
{
87-
"html": "<div class=\"unstable\">Set <var>plane</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/plane-detection/#dom-xrplane-semanticlabel\" id=\"ref-for-dom-xrplane-semanticlabel①\">semanticLabel</a></code> to a new string with the <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/plane-detection/#semantic-label\" id=\"ref-for-semantic-label②\">semantic labels</a>.</div>"
90+
"html": "<p>Set <var>plane</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/plane-detection/#dom-xrplane-semanticlabel\" id=\"ref-for-dom-xrplane-semanticlabel①\">semanticLabel</a></code> to a new string with the <a data-link-type=\"dfn\" href=\"https://immersive-web.github.io/plane-detection/#semantic-label\" id=\"ref-for-semantic-label②\">semantic labels</a>.</p>"
8891
},
8992
{
9093
"html": "<p>If desired, reduce the level of detail of the <var>plane</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://immersive-web.github.io/plane-detection/#dom-xrplane-polygon\" id=\"ref-for-dom-xrplane-polygon②\">polygon</a></code> as described in <a href=\"https://immersive-web.github.io/plane-detection/#privacy-security\">§ 6 Privacy &amp; Security Considerations</a>.</p>"

ed/dfns/html.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82990,10 +82990,10 @@
8299082990
"links": []
8299182991
},
8299282992
{
82993-
"id": "commit-a-navigate-event",
82994-
"href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#commit-a-navigate-event",
82993+
"id": "commit-an-intercepted-navigate-event",
82994+
"href": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#commit-an-intercepted-navigate-event",
8299582995
"linkingText": [
82996-
"commit a navigate event"
82996+
"commit an intercepted navigate event"
8299782997
],
8299882998
"localLinkingText": [],
8299982999
"type": "dfn",

ed/headings/mathml4.json

Lines changed: 42 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,26 @@
468468
],
469469
"number": "3.1.9.1"
470470
},
471+
{
472+
"id": "mathml-full-only-attributes",
473+
"href": "https://w3c.github.io/mathml/#mathml-full-only-attributes",
474+
"level": 5,
475+
"title": "MathML Full-only Attributes",
476+
"alternateIds": [
477+
"presm_presatt_full"
478+
],
479+
"number": "3.1.9.2"
480+
},
481+
{
482+
"id": "attributes-0",
483+
"href": "https://w3c.github.io/mathml/#attributes-0",
484+
"level": 6,
485+
"title": "Attributes",
486+
"alternateIds": [
487+
"presm_mstyle_attrs"
488+
],
489+
"number": "3.1.9.2.1"
490+
},
471491
{
472492
"id": "token-elements-0",
473493
"href": "https://w3c.github.io/mathml/#token-elements-0",
@@ -509,8 +529,8 @@
509529
"number": "3.2.1.1.1"
510530
},
511531
{
512-
"id": "attributes-0",
513-
"href": "https://w3c.github.io/mathml/#attributes-0",
532+
"id": "attributes-1",
533+
"href": "https://w3c.github.io/mathml/#attributes-1",
514534
"level": 6,
515535
"title": "Attributes",
516536
"alternateIds": [
@@ -569,8 +589,8 @@
569589
"number": "3.2.3.1"
570590
},
571591
{
572-
"id": "attributes-1",
573-
"href": "https://w3c.github.io/mathml/#attributes-1",
592+
"id": "attributes-2",
593+
"href": "https://w3c.github.io/mathml/#attributes-2",
574594
"level": 5,
575595
"title": "Attributes",
576596
"alternateIds": [
@@ -609,8 +629,8 @@
609629
"number": "3.2.4.1"
610630
},
611631
{
612-
"id": "attributes-2",
613-
"href": "https://w3c.github.io/mathml/#attributes-2",
632+
"id": "attributes-3",
633+
"href": "https://w3c.github.io/mathml/#attributes-3",
614634
"level": 5,
615635
"title": "Attributes",
616636
"alternateIds": [
@@ -669,8 +689,8 @@
669689
"number": "3.2.5.1"
670690
},
671691
{
672-
"id": "attributes-3",
673-
"href": "https://w3c.github.io/mathml/#attributes-3",
692+
"id": "attributes-4",
693+
"href": "https://w3c.github.io/mathml/#attributes-4",
674694
"level": 5,
675695
"title": "Attributes",
676696
"alternateIds": [
@@ -869,8 +889,8 @@
869889
"number": "3.2.6.1"
870890
},
871891
{
872-
"id": "attributes-4",
873-
"href": "https://w3c.github.io/mathml/#attributes-4",
892+
"id": "attributes-5",
893+
"href": "https://w3c.github.io/mathml/#attributes-5",
874894
"level": 5,
875895
"title": "Attributes",
876896
"alternateIds": [
@@ -909,8 +929,8 @@
909929
"number": "3.2.7.1"
910930
},
911931
{
912-
"id": "attributes-5",
913-
"href": "https://w3c.github.io/mathml/#attributes-5",
932+
"id": "attributes-6",
933+
"href": "https://w3c.github.io/mathml/#attributes-6",
914934
"level": 5,
915935
"title": "Attributes",
916936
"alternateIds": [
@@ -969,8 +989,8 @@
969989
"number": "3.2.8.1"
970990
},
971991
{
972-
"id": "attributes-6",
973-
"href": "https://w3c.github.io/mathml/#attributes-6",
992+
"id": "attributes-7",
993+
"href": "https://w3c.github.io/mathml/#attributes-7",
974994
"level": 5,
975995
"title": "Attributes",
976996
"alternateIds": [
@@ -1009,8 +1029,8 @@
10091029
"number": "3.3.1.1"
10101030
},
10111031
{
1012-
"id": "attributes-7",
1013-
"href": "https://w3c.github.io/mathml/#attributes-7",
1032+
"id": "attributes-8",
1033+
"href": "https://w3c.github.io/mathml/#attributes-8",
10141034
"level": 5,
10151035
"title": "Attributes",
10161036
"alternateIds": [
@@ -1079,8 +1099,8 @@
10791099
"number": "3.3.2.1"
10801100
},
10811101
{
1082-
"id": "attributes-8",
1083-
"href": "https://w3c.github.io/mathml/#attributes-8",
1102+
"id": "attributes-9",
1103+
"href": "https://w3c.github.io/mathml/#attributes-9",
10841104
"level": 5,
10851105
"title": "Attributes",
10861106
"alternateIds": [
@@ -1119,8 +1139,8 @@
11191139
"number": "3.3.3.1"
11201140
},
11211141
{
1122-
"id": "attributes-9",
1123-
"href": "https://w3c.github.io/mathml/#attributes-9",
1142+
"id": "attributes-10",
1143+
"href": "https://w3c.github.io/mathml/#attributes-10",
11241144
"level": 5,
11251145
"title": "Attributes",
11261146
"alternateIds": [
@@ -1158,16 +1178,6 @@
11581178
],
11591179
"number": "3.3.4.1"
11601180
},
1161-
{
1162-
"id": "attributes-10",
1163-
"href": "https://w3c.github.io/mathml/#attributes-10",
1164-
"level": 5,
1165-
"title": "Attributes",
1166-
"alternateIds": [
1167-
"presm_mstyle_attrs"
1168-
],
1169-
"number": "3.3.4.2"
1170-
},
11711181
{
11721182
"id": "examples-7",
11731183
"href": "https://w3c.github.io/mathml/#examples-7",
@@ -1176,7 +1186,7 @@
11761186
"alternateIds": [
11771187
"presm_mstyle_attrs_ex"
11781188
],
1179-
"number": "3.3.4.3"
1189+
"number": "3.3.4.2"
11801190
},
11811191
{
11821192
"id": "error-message-merror",
@@ -3604,7 +3614,7 @@
36043614
"level": 4,
36053615
"title": "Multiple properties",
36063616
"alternateIds": [
3607-
"mixing_intent_multiple properties"
3617+
"mixing_intent_multiple_properties"
36083618
],
36093619
"number": "5.5.1"
36103620
},

0 commit comments

Comments
 (0)