Luke Warlow

Results 596 comments of Luke Warlow
trafficstars

I think Brecht means doing `select[base] { appearance: base-select }` rather than `select:has(datalist)`

I think this should wait for the outcome from the discussion regarding picker and user activations. Specifically I think this might need to move to the main algorithm not just...

1. Other than in some edge case scenarios where close watchers can end up stacking where the escape key listeners might not there should be no difference. 2. It's arguable...

Not saying this is better but a potential alternative to using `for` would be to use `invokertarget` from https://github.com/whatwg/html/issues/9625

My initial reaction is I think we should allow content(image/SVG is probably enough but enforcing this seems difficult?) in the thumbs (but this should be hidden from screen readers) I'm...

https://twitter.com/jh3yy/status/1733296190244979015?t=f_lc95VlAVjp20jZBTXpNg&s=19 Maybe a benchmark of crazy design to see if any proposal can manage 😅

https://github.com/whatwg/html/pull/9546#issuecomment-1865357407 - The HTML proposal from Apple has an implementation to try which might be useful. Currently it supports content attribute on tracks and thumbs

More granular but same overall theme to https://github.com/openui/open-ui/issues/758

I'm against using `for` or `target` because it precludes multiple types of targets on one element. If you want interesttarget AND invoketarget together you need the specificity. formaction for example...