Luke Warlow
Luke Warlow
The same would apply to the new speculationrules script type: https://wicg.github.io/nav-speculation/speculation-rules.html#speculation-rules-script Cc @fred-wang might be worth a test or two?
Per [1] should this request be considered withdrawn? [1] https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/
One issue with the static property approach is it doesn't work if you're using a shadow root on a built in element. An attribute would work though. Perhaps could check...
@sashafirsov if I've understood correctly shadow Dom already handles this 1 way sharing of CSS we can adopt the page styles but the page doesn't adopt the shadow Dom styles....
One other issue with this opt out approach is that it applies to the node itself not the sub-tree of that node. I think a way to opt-out the entire...
> I mean, it can be an instance property? Why not? You can set that any way you want. It's very possible I'm just forgetting that you can do this...
This is potentially related to the recent discussion on an orientation attribute. It would solve at least some of these issues and also make sure the aria-orientation is correct. But...
Something interesting here is that currently you can't use structural pseudo classes on pseudo elements. So :nth-child() wouldn't work on any pseudo elements. I'm not sure if this is a...
Fwiw per CSS forms as it currently is we have the thumb as a sibling to the track. I think there's an issue somewhere related to updating the OpenUI names,...
I feel like this falls into a similar category as say typing letters into a number input or having a value that's too big. Browsers vary in how much they...