Piotr Bialecki

Results 120 comments of Piotr Bialecki

/tpac to touch base on this proposal

Summary: discussed this at TPAC, the group is leaning towards letting the UA decide (so no new API is needed), either by enabling auto-focus by default or by leveraging other...

> It's weird the that arrays are live objects. I see that they are defined as sameObject in the spec but not in Chromium's IDL. Maybe we can fix the...

The XRFrames can / are recycled I believe - the spec mandates recycling by reusing [animation frame](https://immersive-web.github.io/webxr/#xrsession-animation-frame) that is set on an XRSession. Alright, so given the above, I think...

> You can't have gotten a reference to a plane independent of the frame it seems (if I misread the spec please let me know!) so we don't have as...

From today's meeting: I think this issue is no longer that big of a concern given that the spec mandates that the XRFrame is recycled, and other comments in this...

Strawperson proposal: ```webidl enum XRFeature { "local", "local-floor", ... }; interface XRFeatureSet { // Alternatively, this could be a DOMString, or any. readonly setlike; }; partial interface XRSession { //...

> Should we just return a set directly? I guess it could get more complex for cases of non-stringy descriptors. I'm not sure if this is doable in Web IDL...