chromium/third_party/blink/renderer/core/dom/events/README.md

# DOM Events

[Rendered](https://chromium.googlesource.com/chromium/src/+/main/third_party/blink/renderer/core/dom/events/README.md)

The `renderer/core/dom/events` directory contains the implementation of [DOM Events].

[DOM Events]: https://dom.spec.whatwg.org/#events

Please avoid to put any kind of specific event's implementation in this directory, such as [UI Events].

[UI Events]: https://w3c.github.io/uievents/