Skip to content

Commit

Permalink
feat(css): Remove lack-support, deprecated input-security (#863)
Browse files Browse the repository at this point in the history
* feat(css): Remove lack-support, will-obsolute, deprecated `input-security`

* remove never used value

---------

Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
skyclouds2001 and bsmth authored Jan 16, 2025
1 parent 5edb039 commit 857fe8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@
"sameAsWidthAndHeight",
"scrollContainers",
"scrollingBoxes",
"sensitiveTextInputs",
"tableCaptionElements",
"tableCellElements",
"tableElements",
Expand Down

0 comments on commit 857fe8d

Please sign in to comment.