You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, GNOME Web 44 nightly also does not report the menu role, but it's not clear to me why not, since it implements role on ElementInternals
I believe that this happens because the polyfill just checks for the existence of ElementInternals on globalThis and quits when it finds one, assuming the vendor fully implemented everything.
The text was updated successfully, but these errors were encountered:
Consider this example custom element codepen:
Chromium 111 correctly reports the
menu
role:Firefox 110 does not
FWIW, GNOME Web 44 nightly also does not report the
menu
role, but it's not clear to me why not, since it implementsrole
onElementInternals
I believe that this happens because the polyfill just checks for the existence of
ElementInternals
onglobalThis
and quits when it finds one, assuming the vendor fully implemented everything.The text was updated successfully, but these errors were encountered: