w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
145 stars 52 forks source link

Specification Should Link to Its Own Definition of “Cancelable” #165

Open patrickdark opened 6 years ago

patrickdark commented 6 years ago

The specification defines the term “cancelable” at https://w3c.github.io/uievents/#event-flow-default-cancel but links to a useless definition in the WHATWG DOM spec at https://dom.spec.whatwg.org/#dom-event-cancelable via https://w3c.github.io/uievents/#index-defined-elsewhere.

Given that this term is only relevant in the context of “default actions” and the DOM spec doesn’t have a concept of “default actions”, it seems more appropriate for the spec to link to itself.

annevk commented 11 months ago

This seems like a duplicate of #104. Default actions is a problem.