[blink-dev] Intent to Prototype: NDEFReader makeReadOnly()

2021-12-07 Thread 'François Beaufort ' via blink-dev
Contact emails fbeauf...@google.com Explainer https://github.com/w3c/web-nfc/blob/gh-pages/EXPLAINER.md Specification https://w3c.github.io/web-nfc/#dom-ndefreader-makereadonly https://github.com/w3c/web-nfc/pull/632 Summary The NDEFReader makeReadOnly() method allows web developers to

[blink-dev] Re: Intent to Ship: CSS cascade layers

2021-12-07 Thread Xiaocheng Hu
On Tue, Dec 7, 2021 at 2:33 PM Yoav Weiss wrote: > > > On Tuesday, December 7, 2021 at 9:49:42 PM UTC+1 Xiaocheng Hu wrote: > >> Also some updates since the I2P: >> >> 1. The 'revert-layer' keyword is now supported >> >> 2. Regarding concerns of loading performance when importing external >>

[blink-dev] Re: Intent to Ship: CSS cascade layers

2021-12-07 Thread Xiaocheng Hu
Also some updates since the I2P: 1. The 'revert-layer' keyword is now supported 2. Regarding concerns of loading performance when importing external stylesheets into a layer, it's recommended to inline the @import rule in a

[blink-dev] Intent to Ship: CSS cascade layers

2021-12-07 Thread Xiaocheng Hu
Contact emailsxiaoche...@chromium.org Explainerhttps://gist.github.com/xiaochengh/58c793e3bf06a1bb0f7d472ebb170feb Specificationhttps://drafts.csswg.org/css-cascade-5/#layering Design docs https://bit.ly/2SGjPlu Summary CSS cascade layers (@layer rule and layered @import syntax) provide a

Re: [blink-dev] Intent to Ship: Convert adoptedStyleSheets to use ObservableArray

2021-12-07 Thread Camille Lamy
Hi Mason, We reviewed this intent in the S review today, and we were not quite clear on the scope of the change. In particular, is it possible for cross-origin documents to share the adoptedStyelSheets? If so, can a style sheet used across cross-origin documents be modified and the

Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-12-07 Thread Yoav Weiss
*LGTM1* Thanks for driving those discussions and making the spec interoperable in the process. On Tuesday, December 7, 2021 at 11:07:21 AM UTC+1 Diego González wrote: > Just as a heads up, all concerns have been addressed and the latest > version of the spec is in a state where I believe we

Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-12-07 Thread Diego González
Just as a heads up, all concerns have been addressed and the latest version of the spec is in a state where I believe we are all happy with. Thanks for all the feedback and comments! On Wednesday, 1 December 2021 at 18:26:03 UTC luig...@microsoft.com wrote: > There is a PR waiting to be merged