Skip to content

[Invokers] InterestTarget support on more elements #908

@lukewarlow

Description

@lukewarlow

Based on https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories#interactive_content there's a few elements left that are defined as interactive but aren't currently noted as supported for interest events.

<embed> and <object> I think can be disregarded. <img> is handled by virtue of the fact <area> is supported.

But <label> and <iframe> particularly I think are interesting.

<label> isn't on its own focusable but I could maybe see people wanting hover tooltips for it, To extend the target area compared to just putting it on say an checkbox input.

Just raising this issue to see if there's anything else missing to add to ensure the spec is complete.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions