-
Notifications
You must be signed in to change notification settings - Fork 178
Embellish discouraged
data with more detail
#3193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
f3e539e
c312a78
18f1c79
3f2c60f
4b53814
3acf733
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,11 @@ description: Mutation events like `DOMSubtreeModified`, `DOMNodeInserted`, or `D | |
spec: https://w3c.github.io/uievents/ | ||
group: dom | ||
discouraged: | ||
pending_removal: true | ||
|
||
reason: Mutation events negatively impact performance and they were selected for removal from the web as part of Interop 2025. | ||
according_to: | ||
- https://www.w3.org/TR/2024/WD-uievents-20240906/#legacy-mutationevent-events | ||
- https://github.com/web-platform-tests/interop/issues/784 | ||
alternatives: | ||
- mutationobserver | ||
compat_features: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really know why this was stuffed into Annex B (the spec does not provide more specific text, unlike
getYear()
, so I just quote from the spec directly.