Skip to content

onXXX only fires on <a> #11

@mwbrooks

Description

@mwbrooks

Events defined as elements attributes only fire on anchor elements.

Event fires:

<a href="#" ontouchmove="console.log('move');">Move</a>

Event does not fire:

<button ontouchmove="console.log('move');">Move</button>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions