Sushanth Rajasankar

Results 5 issues of Sushanth Rajasankar

Hello WICG, Microsoft has put together an explainer for a method to leverage the UA's ability to compute line-breaking of formatted text runs in scenarios where the DOM is not...

Category: APIs
repo_adopted

This proposal is about adding built-in GLTF support in the browser. At the W3C workshop on web games, Yasushi Ando conducted a breakout session discussing native support for GLTF in...

What are the mitigations to prevent sites from throwing prompts that require users to turn off auto play to continue browsing? The current Play method on the HTMLMediaElement already provides...

https://w3c.github.io/autoplay/#autoplay-policy enum AutoplayPolicy { ["allowed"](https://w3c.github.io/autoplay/#dom-autoplaypolicy-allowed), ["allowed-muted"](https://w3c.github.io/autoplay/#dom-autoplaypolicy-allowed-muted), ["disallowed"](https://w3c.github.io/autoplay/#dom-autoplaypolicy-disallowed) }; With Edge we are still working through how to improve auto play for users, and this is a top customer feedback we...

I used DbgObject.locals to return roots. GetRoots: function () { return DbgObject.locals("service", "viz::CompositorFrameSinkImpl::SubmitCompositorFrameInternal", "frame"); } with the debugger broken in inside viz::CompositorFrameSinkImpl::SubmitCompositorFrameInternal. observation: roots usually returned null. Stepping through the...

bug