Vince Malone

Results 5 issues of Vince Malone

**What**: Add support for the [_init_ arguments that can be passed to `TransitionEvent`](https://developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/TransitionEvent#Arguments) — `propertyName`, `elapsedTime`, and `pseudoElement`. ```js fireEvent.transitionEnd(node, { propertyName: 'opacity', elapsedTime: 100, pseudoElement: '', }); ``` **Why**:...

needs discussion
needs investigation

**What**: stop considering elements hidden by a collapsed `` element to be _visible_ or focusable, via `getTabDestination()`. for example, `user.tab()` should not focus elements _hidden_ by a collapsed `details` ancestor....

**What**: add `summary` element to list of _focusable_ selectors **Why**: in all major browsers, the [`summary`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary) element is focusable via keyboard (when it's a direct descendent of a `details` element)...

## problem given the following HTML: ```html hello world … ``` I would expect the computed name of the `button` element to be _"hello world world"_, but `computeAccessibleName(button)` returns _"hello...

discussion

the shortcodes for the 🪽 emoji (base `129725`) in the '15_0' and '15_1' json files seem to be encoded incorrectly: it's a single string value `":wing:; :fly:"`, rather than two...