w3c / presentation-api

Presentation API
https://www.w3.org/TR/presentation-api/
Other
71 stars 39 forks source link

Adjust terminology for events #496

Closed tidoust closed 3 years ago

tidoust commented 3 years ago

The Fire an event and Create an event algorithms defined in the DOM spec now create trusted events by default, so no need to define a "trusted event" term anymore.

Also, the concept of "default action" for an event no longer exists, see: https://dom.spec.whatwg.org/#action-versus-occurance


Preview | Diff

markafoltz commented 3 years ago

Thank you again! Not merging in case you wanted to make one final pass for typos I might have missed.

tidoust commented 3 years ago

I made a final pass and could not spot any typo, so merging.

We could perhaps still improve the wording around "bubble" and "cancelable" to refer to the attributes as suggested in the DOM spec, but the current text seems good enough to me.