Skip to content

Commit

Permalink
Gecko is shipping ARIA Reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiecrook authored Oct 10, 2023
1 parent 06c9106 commit cd8ef40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caniuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Last updated: April 15, 2022

| | Chrome | Safari | Firefox |
| --- | --- | --- | --- |
| Phase 1: Reflect simple ARIA attributes on DOM nodes. | **Yes** | **Yes** | **No** |
| Phase 1: Reflect simple ARIA attributes on DOM nodes. | **Yes** | **Yes** | **Yes** |
| Phase 2: Reflect element references for IDREF attributes | **No** | **No** | **No** |
| Phase 2: Synthesized keyboard events aka User action events from Assistive Technology | **No** | **Yes** | **No** |
| Phase 2: Custom element semantics on `ElementInternals` | **Yes** | **No** | **No** |
Expand All @@ -20,7 +20,7 @@ Last updated: April 15, 2022

* Safari/WebKit (supported)
* Chrome/Chromium (supported)
* Firefox/Gecko (unsupported)
* Firefox/Gecko (supported) ([Shipping in 119](https://bugzilla.mozilla.org/show_bug.cgi?id=1785412) but [some remaining WPT test failures in 120](https://bugzilla.mozilla.org/show_bug.cgi?id=1858211))

```js
element.role = "button";
Expand Down

0 comments on commit cd8ef40

Please sign in to comment.