-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Pivots] attributeChangedCallback should handle reflected properties #2994
Comments
This issue has been linked to a new work item: W-11585211 |
Pivots were dropped in #3310 |
@nolanlawson just curious here, if the UA supports such reflections, why would this not work as expected then? cc @rwaldron |
@caridy We override So I believe doing |
oh, I see... it is not really about aria, the same happens for |
Yes, good point. Also |
Description
(This only applies to pivots (#2724).)
Pivots implement their own patch for
attributeChangeCallback
andobservedAttributes
, by overridingsetAttribute
/removeAttribute
. But this doesn't handle Element properties that reflect to/from attributes, such asariaLabel
:Note that this only applies to custom elements whose tag names conflict with another custom element. Non-conflicting custom elements don't override any native attribute behavior.
The text was updated successfully, but these errors were encountered: