Skip to content

Commit e036f1f

Browse files
committed
Deploying to gh-pages from @ bb75161 🚀
1 parent 3f0cb21 commit e036f1f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

plane-detection.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@
734734
<div class="head">
735735
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
736736
<h1 class="p-name no-ref" id="title">WebXR Plane Detection Module</h1>
737-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2023-11-07">7 November 2023</time></p>
737+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2023-11-11">11 November 2023</time></p>
738738
<details open>
739739
<summary>More details about this document</summary>
740740
<div data-fill-with="spec-metadata">
@@ -753,7 +753,7 @@ <h1 class="p-name no-ref" id="title">WebXR Plane Detection Module</h1>
753753
</div>
754754
</details>
755755
<div data-fill-with="warning"></div>
756-
<p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2023 <a href="https://www.w3.org/">World Wide Web Consortium</a>. <abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/Consortium/Legal/copyright-software" rel="license" title="W3C Software and Document License">permissive document license</a> rules apply. </p>
756+
<p class="copyright" data-fill-with="copyright"><a href="https://www.w3.org/policies/#copyright">Copyright</a> © 2023 <a href="https://www.w3.org/">World Wide Web Consortium</a>. <abbr title="World Wide Web Consortium">W3C</abbr><sup>®</sup> <a href="https://www.w3.org/policies/#Legal_Disclaimer">liability</a>, <a href="https://www.w3.org/policies/#W3C_Trademarks">trademark</a> and <a href="https://www.w3.org/copyright/software-license/" rel="license" title="W3C Software and Document License">permissive document license</a> rules apply. </p>
757757
<hr title="Separator for header">
758758
</div>
759759
<div class="p-summary" data-fill-with="abstract">
@@ -856,7 +856,7 @@ <h3 class="heading settled" data-level="3.2" id="plane"><span class="secno">3.2.
856856
<p>The <code class="idl"><a data-link-type="idl" href="#dom-xrplane-polygon" id="ref-for-dom-xrplane-polygon">polygon</a></code> is an array of vertices that describe the shape of the plane. They are returned in the form of a loop of points at the edges of the polygon, expressed in the coordinate system defined by <code class="idl"><a data-link-type="idl" href="#dom-xrplane-planespace" id="ref-for-dom-xrplane-planespace③">planeSpace</a></code>. The Y coordinate of each vertex MUST be <code>0.0</code>.</p>
857857
<div class="unstable">
858858
<p>The <code class="idl"><a data-link-type="idl" href="#dom-xrplane-semanticlabel" id="ref-for-dom-xrplane-semanticlabel">semanticLabel</a></code> attribute is a string that describes the <a data-link-type="dfn" href="#semantic-label" id="ref-for-semantic-label">semantic label</a> of the polygon. This array is empty if there is no semantic information. The <code class="idl"><a data-link-type="idl" href="https://immersive-web.github.io/webxr/#xrsystem" id="ref-for-xrsystem">XRSystem</a></code> SHOULD populate this with the <a data-link-type="dfn" href="#semantic-label" id="ref-for-semantic-label①">semantic label</a> it has knowledge of.</p>
859-
<p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="semantic-label">semantic label</dfn> is an ASCII lowercase DOMString that describes the name in the real world of the <code class="idl"><a data-link-type="idl" href="#xrplane" id="ref-for-xrplane③">XRPlane</a></code> as known by the <code class="idl"><a data-link-type="idl" href="https://immersive-web.github.io/webxr/#xrsystem" id="ref-for-xrsystem①">XRSystem</a></code>. The following table describes the known <a data-link-type="dfn" href="#semantic-label" id="ref-for-semantic-label②">semantic labels</a>:
859+
<p>A <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="semantic-label">semantic label</dfn> is an ASCII lowercase DOMString that describes the name in the real world of the <code class="idl"><a data-link-type="idl" href="#xrplane" id="ref-for-xrplane③">XRPlane</a></code> as known by the <code class="idl"><a data-link-type="idl" href="https://immersive-web.github.io/webxr/#xrsystem" id="ref-for-xrsystem①">XRSystem</a></code>.
860860
The list of semantic labels is defined in the <a href="https://github.com/immersive-web/semantic-labels">semantic label registry</a>.</p>
861861
</div>
862862
<p>The <code class="idl"><a data-link-type="idl" href="#dom-xrplane-orientation" id="ref-for-dom-xrplane-orientation">orientation</a></code> describes orientation of the plane, as classified by the underlying XR system. In case the orientation cannot be classified into <code class="idl"><a data-link-type="idl" href="#dom-xrplaneorientation-horizontal" id="ref-for-dom-xrplaneorientation-horizontal①">"horizontal"</a></code> or <code class="idl"><a data-link-type="idl" href="#dom-xrplaneorientation-vertical" id="ref-for-dom-xrplaneorientation-vertical①">"vertical"</a></code> by the underlying XR system, this attribute will be set to <code>null</code>.</p>
@@ -936,7 +936,7 @@ <h3 class="heading settled" data-level="4.1" id="plane-set"><span class="secno">
936936
<li data-md>
937937
<p>Set <var>plane</var>’s <code class="idl"><a data-link-type="idl" href="#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>
938938
<li data-md>
939-
<div class="unstable">Set <var>plane</var>’s <code class="idl"><a data-link-type="idl" href="#dom-xrplane-semanticlabel" id="ref-for-dom-xrplane-semanticlabel①">semanticLabel</a></code> to a new string with the <a data-link-type="dfn" href="#semantic-label" id="ref-for-semantic-label">semantic labels</a>.</div>
939+
<div class="unstable">Set <var>plane</var>’s <code class="idl"><a data-link-type="idl" href="#dom-xrplane-semanticlabel" id="ref-for-dom-xrplane-semanticlabel①">semanticLabel</a></code> to a new string with the <a data-link-type="dfn" href="#semantic-label" id="ref-for-semantic-label">semantic labels</a>.</div>
940940
<li data-md>
941941
<p>If desired, reduce the level of detail of the <var>plane</var>’s <code class="idl"><a data-link-type="idl" href="#dom-xrplane-polygon" id="ref-for-dom-xrplane-polygon②">polygon</a></code> as described in <a href="#privacy-security">§ 6 Privacy &amp; Security Considerations</a>.</p>
942942
<li data-md>
@@ -1518,7 +1518,7 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I
15181518
window.dfnpanelData['dom-xrplane-semanticlabel'] = {"dfnID": "dom-xrplane-semanticlabel", "url": "#dom-xrplane-semanticlabel", "dfnText": "semanticLabel", "refSections": [{"refs": [{"id": "ref-for-dom-xrplane-semanticlabel"}], "title": "3.2. XRPlane"}, {"refs": [{"id": "ref-for-dom-xrplane-semanticlabel\u2460"}], "title": "4.1. XRPlaneSet"}], "external": false};
15191519
window.dfnpanelData['xrplane-native-entity'] = {"dfnID": "xrplane-native-entity", "url": "#xrplane-native-entity", "dfnText": "native entity", "refSections": [{"refs": [{"id": "ref-for-xrplane-native-entity"}], "title": "4.1. XRPlaneSet"}], "external": false};
15201520
window.dfnpanelData['xrplane-frame'] = {"dfnID": "xrplane-frame", "url": "#xrplane-frame", "dfnText": "frame", "refSections": [{"refs": [{"id": "ref-for-xrplane-frame"}], "title": "4.1. XRPlaneSet"}], "external": false};
1521-
window.dfnpanelData['semantic-label'] = {"dfnID": "semantic-label", "url": "#semantic-label", "dfnText": "semantic label", "refSections": [{"refs": [{"id": "ref-for-semantic-label"}, {"id": "ref-for-semantic-label\u2460"}, {"id": "ref-for-semantic-label\u2461"}], "title": "3.2. XRPlane"}, {"refs": [{"id": "ref-for-semantic-label\u2462"}], "title": "4.1. XRPlaneSet"}], "external": false};
1521+
window.dfnpanelData['semantic-label'] = {"dfnID": "semantic-label", "url": "#semantic-label", "dfnText": "semantic label", "refSections": [{"refs": [{"id": "ref-for-semantic-label"}, {"id": "ref-for-semantic-label\u2460"}], "title": "3.2. XRPlane"}, {"refs": [{"id": "ref-for-semantic-label\u2461"}], "title": "4.1. XRPlaneSet"}], "external": false};
15221522
window.dfnpanelData['xrplaneset'] = {"dfnID": "xrplaneset", "url": "#xrplaneset", "dfnText": "XRPlaneSet", "refSections": [{"refs": [{"id": "ref-for-xrplaneset"}, {"id": "ref-for-xrplaneset\u2460"}], "title": "4.1. XRPlaneSet"}], "external": false};
15231523
window.dfnpanelData['dom-xrframe-detectedplanes'] = {"dfnID": "dom-xrframe-detectedplanes", "url": "#dom-xrframe-detectedplanes", "dfnText": "detectedPlanes", "refSections": [{"refs": [{"id": "ref-for-dom-xrframe-detectedplanes"}, {"id": "ref-for-dom-xrframe-detectedplanes\u2460"}], "title": "4.1. XRPlaneSet"}], "external": false};
15241524
window.dfnpanelData['dom-xrsession-initiateroomcapture'] = {"dfnID": "dom-xrsession-initiateroomcapture", "url": "#dom-xrsession-initiateroomcapture", "dfnText": "initiateRoomCapture", "refSections": [{"refs": [{"id": "ref-for-dom-xrsession-initiateroomcapture"}, {"id": "ref-for-dom-xrsession-initiateroomcapture\u2460"}], "title": "4.1. XRPlaneSet"}], "external": false};

webxrmeshing-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,7 @@
21852185
<div class="head">
21862186
<p data-fill-with="logo"></p>
21872187
<h1 class="p-name no-ref" id="title">WebXR Meshing API Level 1</h1>
2188-
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">A Collection of Interesting Ideas, <time class="dt-updated" datetime="2023-11-07">7 November 2023</time></span></h2>
2188+
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">A Collection of Interesting Ideas, <time class="dt-updated" datetime="2023-11-11">11 November 2023</time></span></h2>
21892189
<div data-fill-with="spec-metadata">
21902190
<dl>
21912191
<dt>Previous Versions:
@@ -2200,7 +2200,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span cla
22002200
<div data-fill-with="warning"></div>
22012201
<p class="copyright" data-fill-with="copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" height="15" src="https://licensebuttons.net/p/zero/1.0/80x15.png" width="80"></a> To the extent possible under law, the editors have waived all copyright
22022202
and related or neighboring rights to this work.
2203-
In addition, as of 7 November 2023,
2203+
In addition, as of 11 November 2023,
22042204
the editors have made this specification available under the <a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
22052205
which is available at http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0.
22062206
Parts of this work may be from another specification document. If so, those parts are instead covered by the license of that specification document. </p>

0 commit comments

Comments
 (0)