Skip to content

Commit

Permalink
Fix spec to match webidl in explainer for xrCompatible attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kearwood committed Mar 11, 2020
1 parent 7ed23d7 commit ae12001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@ Note: {{XRSessionMode/"inline"}} sessions render using the same graphics adapter

<pre class="idl">
partial dictionary WebGLContextAttributes {
boolean xrCompatible = null;
boolean xrCompatible = false;
};

partial interface mixin WebGLRenderingContextBase {
Expand Down

0 comments on commit ae12001

Please sign in to comment.