Re: [blink-dev] Implement and Ship: Blob URL Partitioning: Fetching/Navigation

2024-10-29 Thread Domenic Denicola
It's awesome to see this work progressing! On Wed, Oct 30, 2024 at 4:14 AM Janice Liu wrote: > Contact emails > > janice...@chromium.org, awil...@chromium.org, miketa...@chromium.org > > Explainer > > > https://github.com/wanderview/quota-storage-partitioning/blob/main/explainer.md > > Specifica

[blink-dev] Intent to Prototype: ::scroll-*-button for Carousel

2024-10-29 Thread Chromestatus
Contact emails fla...@chromium.org, sakha...@chromium.org Explainer https://github.com/flackr/carousel/tree/main/scroll-button Specification https://github.com/flackr/carousel/tree/main/scroll-button Summary Allow the creation of interactive scroll buttons as pseudo-elements, eg .scroller {

[blink-dev] Intent to Prototype: ::column pseudo element for Carousel

2024-10-29 Thread Chromestatus
Contact emails fla...@chromium.org, sakha...@chromium.org Explainer https://github.com/flackr/carousel/tree/main/fragmentation Specification None Summary A ::column pseudo element, which allows applying a limited set of styles to the generated fragments. Specifically, this would be limited

[blink-dev] Intent to Prototype: CSS Inertness

2024-10-29 Thread Chromestatus
Contact emails fla...@chromium.org, sakha...@chromium.org Explainer https://github.com/flackr/carousel/tree/main/inert Specification https://github.com/flackr/carousel/tree/main/inert Summary Similar to display: none, a property would be added that removes the element and its subtree from t

[blink-dev] Re: Intent to Extend Experiment: Keyboard-focusable scroll containers

2024-10-29 Thread Di Zhang
I noticed the above template drafted email makes it sound like I am talking about the feature and not the opt-out (deprecation) origin trial. I want to clarify this is a request to extend the Deprecation Origin Trial KeyboardFocusableScrollersOptOut only, which is currently expiring in M132. Th

[blink-dev] Intent to Prototype: IndexedDB getAllRecords()

2024-10-29 Thread Chromestatus
Contact emails stev...@microsoft.com, rah...@microsoft.com Explainer https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/IndexedDbGetAllEntries/explainer.md Specification None Summary getAllRecords() combines getAllKeys() with getAll() to enumerate both primary keys and values at th

[blink-dev] Re: Intent to Prototype: Link rel=payment to support push payments

2024-10-29 Thread 'Junhui He' via blink-dev
The paymentlink repo including explainer is moved to WICG at https://github.com/WICG/paymentlink. On Mon, May 20, 2024 at 3:39 PM Junhui He wrote: > The public version of HTML payment link design doc is available at > bit.ly/html-payment-link-dd. > > On Wed, May 8, 2024 at 11:57 AM Junhui He wr

[blink-dev] Re: PSA: Chrome getUserMedia "ideal" Constraint Change

2024-10-29 Thread 'Streamzz' via blink-dev
The test flags are available in Chrome desktop 130. The test flags are not available in Chrome mobile 130. Please advise for mobile. On Tuesday, October 29, 2024 at 6:24:46 AM UTC+13 Bryant Chandler wrote: > PSA: We're updating how Chrome handles device selection when getUserMedia > is called wi

[blink-dev] Implement and Ship: Blob URL Partitioning: Fetching/Navigation

2024-10-29 Thread Janice Liu
Contact emails janice...@chromium.org, awil...@chromium.org, miketa...@chromium.org Explainer https://github.com/wanderview/quota-storage-partitioning/blob/main/explainer.md Specification Firefox and Safari have provided support on speccing these changes and we will implement this alongside wo

Re: [blink-dev] Intent to Ship: Protected Audience Bidding & Auction Services

2024-10-29 Thread Mike Taylor
Thanks - LGTM1 On 10/29/24 10:33 AM, Paul Jensen wrote: On a related note, we requested a TAG review of Bidding and Auction Services here , and updated our standards-positions-asks to mention Bidding and Auction Services here

[blink-dev] Intent to Extend Experiment: Keyboard-focusable scroll containers

2024-10-29 Thread Di Zhang
Contact emailsdizha...@chromium.org, mas...@chromium.org ExplainerNone Specification https://html.spec.whatwg.org/multipage/interaction.html#attr-tabindex Design docs https://drafts.csswg.org/css-overflow-3/#scroll-container https://html.spec.whatwg.org/multipage/interaction.html#focusable-area

[blink-dev] Web-Facing Change PSA: Throw exception for popovers/dialogs in non-active documents

2024-10-29 Thread Mason Freed
Contact emailsmas...@chromium.org Specificationhttps://github.com/whatwg/html/pull/10705 Summary This is a corner case change that hopefully does not impact developers. Previously calling `showPopover()` or `showModal()` on a popover or dialog that resides within an inactive document would silen

Re: [blink-dev] Intent to Ship: Protected Audience Bidding & Auction Services

2024-10-29 Thread Paul Jensen
On a related note, we requested a TAG review of Bidding and Auction Services here , and updated our standards-positions-asks to mention Bidding and Auction Services here

Re: [blink-dev] Intent to Ship: File System Access on Android and WebView

2024-10-29 Thread 'Ashley Gullen' via blink-dev
Thanks for filing the issues! Re 'save as folder': yes, it's just showDirectoryPicker({ mode: "readwrite" }). We just describe that as "save as" in our own UI (as it basically means "choose the location with a dialog"). My main point is that things that work on desktop Chrome aren't currently work

Re: [blink-dev] Intent to Ship: File System Access on Android and WebView

2024-10-29 Thread 'Thomas Steiner' via blink-dev
> > Re 'save as folder': yes, it's just showDirectoryPicker({ mode: > "readwrite" }). We just describe that as "save as" in our own UI (as it > basically means "choose the location with a dialog"). My main point is that > things that work on desktop Chrome aren't currently working on Android. > Go

Re: [blink-dev] Intent to Ship: File System Access on Android and WebView

2024-10-29 Thread Peter Beverloo
On Tue, Oct 29, 2024 at 7:27 AM Joel Hockey wrote: > Thanks Tom and Ashley, I've created: > > crbug.com/376097107 - Android FileSystemAccess mime filters are being > ignored > crbug.com/376097630 - Android FileSystemAccess opening folder with many > files causes chrome to become unresponsive > cr

Re: [blink-dev] Intent to Ship: File System Access on Android and WebView

2024-10-29 Thread 'Thomas Steiner' via blink-dev
On Tue, Oct 29, 2024 at 8:27 AM Joel Hockey wrote: > Thanks Tom and Ashley, I've created: > > crbug.com/376097107 - Android FileSystemAccess mime filters are being > ignored > crbug.com/376097630 - Android FileSystemAccess opening folder with many > files causes chrome to become unresponsive > cr

Re: [blink-dev] Intent to Ship: File System Access on Android and WebView

2024-10-29 Thread Joel Hockey
Thanks Tom and Ashley, I've created: crbug.com/376097107 - Android FileSystemAccess mime filters are being ignored crbug.com/376097630 - Android FileSystemAccess opening folder with many files causes chrome to become unresponsive crbug.com/376097108 - Android FileSystemAccess save-as does not allo