From 857fe8d9ea223fc8524df479fdd548c299325b4b Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:18:20 +0800 Subject: [PATCH] feat(css): Remove lack-support, deprecated `input-security` (#863) * feat(css): Remove lack-support, will-obsolute, deprecated `input-security` * remove never used value --------- Co-authored-by: Brian Smith --- css/properties.json | 15 --------------- css/properties.schema.json | 1 - 2 files changed, 16 deletions(-) diff --git a/css/properties.json b/css/properties.json index d13663b8..71fd3b7c 100644 --- a/css/properties.json +++ b/css/properties.json @@ -6119,21 +6119,6 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inline-size" }, - "input-security": { - "syntax": "auto | none", - "media": "interactive", - "inherited": false, - "animationType": "byComputedValueType", - "percentages": "no", - "groups": [ - "CSS Basic User Interface" - ], - "initial": "auto", - "appliesto": "sensitiveTextInputs", - "computed": "asSpecified", - "order": "perGrammar", - "status": "standard" - }, "inset": { "syntax": "<'top'>{1,4}", "media": "visual", diff --git a/css/properties.schema.json b/css/properties.schema.json index 72b9b25e..939cd952 100644 --- a/css/properties.schema.json +++ b/css/properties.schema.json @@ -282,7 +282,6 @@ "sameAsWidthAndHeight", "scrollContainers", "scrollingBoxes", - "sensitiveTextInputs", "tableCaptionElements", "tableCellElements", "tableElements",