From c5cb315916b9b45281bf58177e3ec620d2d836c0 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 25 Jun 2024 01:57:56 -0700 Subject: [PATCH] Add missing api.HTMLElement.contentEditable.plaintext-only feature (#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. --- api/HTMLElement.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/api/HTMLElement.json b/api/HTMLElement.json index de974713beb81a..10353e5fae7dd5 100644 --- a/api/HTMLElement.json +++ b/api/HTMLElement.json @@ -605,6 +605,41 @@ "standard_track": true, "deprecated": false } + }, + "plaintext-only": { + "__compat": { + "description": "plaintext-only 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": {