dom-overlays
dom-overlays copied to clipboard
A feature incubation repo for layering DOM content on/in WebXR content. Feature lead: Piotr Bialecki
It would be useful to collect some use cases for how DOM Overlay's are being used in VR for potential implementations. This example by @mrdoob is a great use case:...
added missing favicon files.
added a line for TR, bikeshed configuration parameter. Also there are two another error from bikeshed: ``` LINE ~236: No 'dfn' refs found for 'root element' that are marked for...
https://developers.google.com/ar/devices#google_play_devices https://developers.google.com/ar/devices#ios I want to know these devices support the WebXR or not? I tried WebXR sample on Android(Redmi Note 8) and iOS( iPhone X 14.4.2) but it's not working....
Per [the spec](https://immersive-web.github.io/dom-overlays/#dictdef-xrdomoverlaystate), `XRDOMOverlayState` should be a dictionary, but [in Chromium](https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/modules/xr/xr_dom_overlay_state.idl) it's an interface. Because `XRDOMOverlayState` is the type of an attribute on an interface, it doesn't really work to...
https://immersive-web.github.io/dom-overlays/#onbeforexrselect > An XRSessionEvent of type beforexrselect is dispatched on the DOM overlay element before generating a WebXR selectstart input event if the input source’s targetRaySpace intersects the DOM overlay...
https://immersive-web.github.io/dom-overlays/#security reasonably calls out `frame-src` as applying to overlay content. It would be reasonable to note that the content itself might reasonably opt-out of such embedding via `x-frame-options` and/or `frame-ancestor`....
The spec has the following to say about cross origin content and input: > For a DOM overlay, XR input event data is treated as similar to mouse movement data....
https://immersive-web.github.io/dom-overlays/#fullscreen-api-integration says this: > The UA MAY implement DOM Overlay as a special case of the [FULLSCREEN] API. In this case, the UA MUST prevent changes to the active fullscreen...
I'm currently preparing to send out an Intent to Ship for WebXR DOM Overlays Module so I'd like to poll for other vendors' support for the module. @raviramachandra, @Manishearth, @thetuvix,...