Skip to content
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

Nested & overlapping interactive content #41

Open
Malvoz opened this issue May 14, 2021 · 0 comments
Open

Nested & overlapping interactive content #41

Malvoz opened this issue May 14, 2021 · 0 comments

Comments

@Malvoz
Copy link
Member

Malvoz commented May 14, 2021

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, a element descendant, or descendant with the tabindex attribute 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant