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

Link Chromium/WebKit bugs for selectionchange events #16358

Merged
merged 1 commit into from
May 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions api/HTMLInputElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1814,10 +1814,12 @@
"description": "<code>selectionchange</code> event",
"support": {
"chrome": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://crbug.com/1327098'>bug 1327098</a>."
},
"chrome_android": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://crbug.com/1327098'>bug 1327098</a>."
},
"edge": {
"version_added": false
Expand All @@ -1838,10 +1840,12 @@
"version_added": false
},
"safari": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://webkit.org/b/234348'>bug 234348</a>."
},
"safari_ios": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://webkit.org/b/234348'>bug 234348</a>."
},
"samsunginternet_android": {
"version_added": false
Expand Down
12 changes: 8 additions & 4 deletions api/HTMLTextAreaElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,10 +906,12 @@
"description": "<code>selectionchange</code> event",
"support": {
"chrome": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://crbug.com/1327098'>bug 1327098</a>."
},
"chrome_android": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://crbug.com/1327098'>bug 1327098</a>."
},
"edge": {
"version_added": false
Expand All @@ -930,10 +932,12 @@
"version_added": false
},
"safari": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://webkit.org/b/234348'>bug 234348</a>."
},
"safari_ios": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://webkit.org/b/234348'>bug 234348</a>."
},
"samsunginternet_android": {
"version_added": false
Expand Down