From 6a52973c0cb685f1a43be85c36c575ec277db128 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Sun, 13 Oct 2024 22:32:44 -0700 Subject: [PATCH] Add missing css.properties.display.none.option_is_hidden feature (#24392) * Add missing css.properties.display.none.option_is_hidden feature This PR adds the missing `none.option_is_hidden` member of the `display` CSS property. The data comes from manual testing, running test code through BrowserStack, SauceLabs, custom VMs and/or locally. Test Code: ```html ``` Additional Notes: This fixes #24247. * Update css/properties/display.json Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --------- Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --- css/properties/display.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/css/properties/display.json b/css/properties/display.json index 935a36fbd74cdb..223efba7f6969d 100644 --- a/css/properties/display.json +++ b/css/properties/display.json @@ -807,6 +807,39 @@ "standard_track": true, "deprecated": false } + }, + "option_is_hidden": { + "__compat": { + "description": "Setting display: none on an <option> element hides it from the dropdown.", + "support": { + "chrome": { + "version_added": "1" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "1" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": false, + "standard_track": false, + "deprecated": false + } + } } }, "ruby": {