Craig Kovatch

Results 9 issues of Craig Kovatch

The typings for this library are polluting the global String interface. In every package which consumes (directly or indirectly) this package, *every* `String` is getting a bunch of extra noise...

The W3 offsetParent algorithm changed on 9/15. It now includes ancestor elements with a CSS transform applied. Chrome and (maybe?) FF are in compliance with the new spec, while IE...

Bug
Behavior Change
Offset
Web Standards

Our code is exercising [this commit](https://github.com/rxaviers/globalize/commit/0083518995026152740575f85b4da1719295f48a) right now and it feels very, very strange that with the `"short"` date skeleton, we get these results: - `"12/24/3"` parses ⁉️ - `"12/24/33"`...

TypeStyle 2.0.4 Works: ``` const SomeStyleName = TypeStyle.style({ $nest: { '&:active, &[aria-expanded="true"]': { ... } } } ``` Fails: ``` const SomeStyleName = TypeStyle.style({ $nest: { '&:active, &[aria-expanded="true"],': { ......

From the ECMAScript spec: > Set objects must be implemented using either hash tables or other mechanisms that, on average, provide access times that are sublinear on the number of...

Requested by @tjallingt in #13

Requested by @tjallingt in #13

https://www.w3.org/WAI/ARIA/apg/patterns/treegrid/ But the first example uses `aria-level` to communicate the nested relationship of `treegrid` rows to Assistive Tech: https://www.w3.org/WAI/ARIA/apg/patterns/treegrid/examples/treegrid-1/

Whether `` or `[role="dialog]`, focus should become visible when it is programmatically moved from outside to inside the dialog. i.e. if a user clicks a button that opens a dialog,...