Skip to content

Commit

Permalink
Add missing api.HTMLElement.contentEditable.plaintext-only feature (#…
Browse files Browse the repository at this point in the history
…23486)

This PR adds the missing `contentEditable.plaintext-only` member of the `HTMLElement` API. This fixes #21957, which contains the supporting evidence for this change.
  • Loading branch information
queengooborg committed Jun 25, 2024
1 parent 8d3c761 commit c5cb315
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions api/HTMLElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,41 @@
"standard_track": true,
"deprecated": false
}
},
"plaintext-only": {
"__compat": {
"description": "<code>plaintext-only</code> as a value",
"support": {
"chrome": {
"version_added": "51"
},
"chrome_android": "mirror",
"edge": {
"version_added": "≤79"
},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "≤13.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
},
"dataset": {
Expand Down

0 comments on commit c5cb315

Please sign in to comment.