Luke Warlow
Luke Warlow
Various element structures (not sure how much is web exposed) Blink: ``` ``` ``` or or ``` ``` ``` WebKit: ``` ``` ``` ``` ``` ``` Firefox: ``` ``` :-moz-meter-sub-sub-optimum::-moz-meter-bar...
@nicolo-ribaudo I'm not sure this is actually addressed by that change. That change provides the strings separately but not the compiled version which is needed for CSP reports. This will...
Just as an fyi the spec is now published at https://urlpattern.spec.whatwg.org/
Not sure how feasible these are to implement currently (not sure how scrollbars work in Serenity) but I've been working on this spec in WebKit and Chromium recently so would...
As far as I understand the reason showPicker() doesn't return a success boolean was because browsers explicitly didn't want to "leak" the information about whether they show a picker on...
> I'd be interested to hear more about this, is there a conversation you can point to? Absolutely, so there's an open issue regarding lack of feature detection for showPicker()...
Following up on this another place where we'd potentially like to do something that exposes picker UI existence is with invokers. If we were to add showPicker actions to invokers...
Something I've just thought of. Would it be worth exposing this on datalist elements? They're kind of input pickers but also they're a separate element so idk if input:open matching...
Apologies if this is mentioned in the TPAC discussion or elsewhere that I've missed but I was under the impression the new proposed `close watcher` concept had a scenario where...
Ah yeah that makes sense. I guess in that case my question should be. Should that behaviour be matched by this lightdismiss definition. If you have multiple dialogs opened without...