Skip to content

Commit 49dacdf

Browse files
authored
Remove document.designMode from the DOM feature (#27647)
Remove document.designMode from the DOM feature It is defined by HTML and is related to contenteditable: https://html.spec.whatwg.org/multipage/interaction.html#making-entire-documents-editable:-the-designmode-idl-attribute It's not clear if it should be part of the contenteditable feature, so just untag it for now.
1 parent 596ddab commit 49dacdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/Document.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,9 +2634,6 @@
26342634
"__compat": {
26352635
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/designMode",
26362636
"spec_url": "https://html.spec.whatwg.org/multipage/interaction.html#dom-document-designmode-dev",
2637-
"tags": [
2638-
"web-features:dom"
2639-
],
26402637
"support": {
26412638
"chrome": [
26422639
{

0 commit comments

Comments
 (0)