Commit 02fee23
authored
Generalize AccessibilityRole/AriaAttributes IDL (#984)
* 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.1 parent 19e5b99 commit 02fee23
1 file changed
+118
-81
lines changed
0 commit comments