Rob Dodson

Results 362 comments of Rob Dodson

I like the second proposal if we can get buy-in. And I also want `outline: platform-default;` :)

@kloots I think one thing alice and I were unsure of: were you saying you like the second proposal _instead of `:focus-ring`_ or in addition to `:focus-ring`? In other words,...

regarding this example: ``` custom-text-editor:focus { outline: platform-default; /* need a way to express this */ } ``` I just learned about [the `revert` value](http://caniuse.com/#feat=css-revert-value). It looks like only Safari...

Just a quick update, see the last part of this comment for details. https://github.com/WICG/focus-visible/issues/88#issuecomment-398518020

Per Alice's earlier comment about styling the focus ring to match the platform default. It seems like you can _kind of_ do this today, using `outline: auto`, but it doesn't...

I noticed Chrome's stylesheet uses a single dash `-webkit-focus-ring-color` and not the double dash syntax for custom properties, `--webkit-focus-ring-color`. I'm curious if browsers have the notion of a variable that's...

sounds like a great idea to me. @valdrinkoshi do you have any interest in putting together a PR for it?

hm... I think I'm cool with dropping v0. @alice wdyt?

ehhhh.... it's in Chrome and will be for quite some time...

The inert polyfill should be adding aria-hidden to the container so any children should inherit that. If that's not working then it's a bug.