-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Many areas of HTML prohibit nesting interactive content, for example the content model of the <a> element is:
Transparent, but there must be no interactive content descendant,
aelement descendant, or descendant with thetabindexattribute specified.
It's common to have content within maps overlapping. This is probably impossible to avoid with multiple layer sources, and even a single layer source can produce nested interactive elements (<map-a>).
I think it's important that this proposal talks about this. Supposedly in Key Scenarios.
Nested/overlapping interactive content is problematic for users with a pointing device or touch-enabled devices. One way to solve interacting with nested and/or overlapping content is a Feature Index.
Metadata
Metadata
Assignees
Labels
No labels