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
What specific section or headline is this issue about?
Browser Compatibility
What information was incorrect, unhelpful, or incomplete?
There seems to be an Accessibility Issue with the HTML Popover API. This might just be a new Bug but if an HTML Popover contains an input of type date then it causes unexpected focus changes when navigating through other elements with the Tab Key.
What did you expect to see?
I was expecting to see some kind of indication that it is a known issue
Do you have any supporting links, references, or citations?
Then clicking on the "Open Popover" button, once the Popover opens, pressing the Tab Key will move the focus to the input date correctly but then pressing the Tab Key again will not move the focus to the next segment of the input date. The input date seems to effect other subsequent focusable elements as well, being unable to tab past the input date and onto other elements in the Popover.
I've reported it to both Chrome and Firefox, both have recognized it as a bug and are taking a look. The bug in Edge is the same as in Chrome but is very slightly different between Chrome and Firefox but I haven't been able to test on Safari.
I'm going to merge this into #37465. We would either add a note when we create the new "Accessibility" section, or we just add a note in the browser compat table. We'll see how the browser bugs go. Thanks for the info!
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/Popover_API
What specific section or headline is this issue about?
Browser Compatibility
What information was incorrect, unhelpful, or incomplete?
There seems to be an Accessibility Issue with the HTML Popover API. This might just be a new Bug but if an HTML Popover contains an input of type date then it causes unexpected focus changes when navigating through other elements with the Tab Key.
What did you expect to see?
I was expecting to see some kind of indication that it is a known issue
Do you have any supporting links, references, or citations?
I did test this using the following HTML Markup
Then clicking on the "Open Popover" button, once the Popover opens, pressing the Tab Key will move the focus to the input date correctly but then pressing the Tab Key again will not move the focus to the next segment of the input date. The input date seems to effect other subsequent focusable elements as well, being unable to tab past the input date and onto other elements in the Popover.
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/web/api/popover_api
The text was updated successfully, but these errors were encountered: