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
An example where this might already be an issue is that button elements already allow objects within them, and objects can act as an iframe and are keyboard focusable in chrome.
Content model for buttons:
Phrasing content, but there must be no interactive content descendant and no descendant with the tabindex attribute specified.
one point of clarity:
iframe is already listed as an interactive element. so the question i had is more shouldn't object elements that can be used similarly to iframes be considered interactive too?
if not, then what is it about iframe that makes it interactive, but an object performing the same user experience is not?
But really, with the changes to select / i'm questioning why these wouldn't necessitate an update to option and or datalist to also become classified as interactive elements.
What is the issue with the HTML Standard?
This came up during the spec review for the customizable select content model: #10586 (comment)
The text was updated successfully, but these errors were encountered: