Skip to content
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

Update MutationObserverInit.attributeFilter on IE11 usage known issue #5540

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions api/MutationObserverInit.json
Expand Up @@ -113,7 +113,8 @@
"version_added": "14"
},
"ie": {
"version_added": "11"
"version_added": "11",
"notes": "Internet Explorer requires <code>attributes: true</code> when using <code>attributeFilter</code>. If <code>attributes: true</code> is not present, Internet Explorer will throw a syntax error."
},
"opera": {
"version_added": "15"
Expand Down Expand Up @@ -184,7 +185,8 @@
}
],
"edge": {
"version_added": true
"version_added": "12",
"notes": "Microsoft Edge (EdgeHTML) requires <code>attributes: true</code> when using <code>attributeFilter</code>. If <code>attributes: true</code> is not present, Edge will throw a syntax error. This behavior is not present in Chromium based editions of Edge."
},
"firefox": {
"version_added": "14",
Expand Down