Skip to content

Commit

Permalink
Generalize AccessibilityRole/AriaAttributes IDL (#984)
Browse files Browse the repository at this point in the history
* Generalize AccessibilityRole/AriaAttributes IDL

This generalizes the AccessibilityRole/AriaAttributes IDL mixins to allow them to have different behaviors per host interface. For Element, they have the reflection behavior specified, but e.g. for ElementInternals, HTML can use this framework to define different behavior.

In the process, this consolidates the two mixins into one ("ARIAMixin"), since this makes it easier to define their behavior uniformly, and consumers should generally not mix in one without the other.
  • Loading branch information
domenic committed Sep 18, 2020
1 parent 19e5b99 commit 02fee23
Showing 1 changed file with 118 additions and 81 deletions.

0 comments on commit 02fee23

Please sign in to comment.