James Craig

Results 535 comments of James Craig

Okay. Accessibility position and bounds are how these are referenced in Apple documentation. We'll need to reference the offset somehow because the concept of an element's positioning context is more...

Proposed deprecation of `aria-flowto` in [ARIA Issue #630](https://github.com/w3c/aria/issues/630)

discussion yesterday concluded that LR arrows for expand/collapse was reasonable (with the dir="rtl" caveat). Since select is already implemented as click in most browsers, consensus was that no change to...

I'm possibly open to the idea but worried web developers will find it odd given the closer similarity to preexisting DOM methods (insertBefore, etc.) Feels unrealistic to say authors would...

One thing I did not see mentioned is, what should happen to KB or AT focus when the layout order and/or focus order changes out from underneath the user? KB...

You can use these with `attr()` too.

`alt` and `-webkit-alt` won't change any visual display. If you are already using `content` you'd need to use the original property definition and then overwrite it with the newer syntax....