From fedabc90091f661fdd3025604dbd792eaced57ee Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:31:09 +0800 Subject: [PATCH 1/2] feat(css): Remove lack-support, will-obsolute, deprecated `input-security` --- css/properties.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/css/properties.json b/css/properties.json index ebba0bdf..23523797 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", From c371a4d36dd1ac2c34eaae2032b73df785f55b40 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 16 Jan 2025 00:16:16 +0800 Subject: [PATCH 2/2] remove never used value --- css/properties.schema.json | 1 - 1 file changed, 1 deletion(-) 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",