-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(css): Remove lack-support, deprecated input-security
#863
Conversation
input-security
input-security
675526b
to
fedabc9
Compare
Thanks a lot, I found the discussions about this really hard to follow, and I had to revisit it a few times to understand the context, but the important piece, like you mentioned, is the spec section: https://drafts.csswg.org/css-ui/#input-security So I'm okay with removing this |
"CSS Basic User Interface" | ||
], | ||
"initial": "auto", | ||
"appliesto": "sensitiveTextInputs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also be removing this
./css/properties.schema.json: "sensitiveTextInputs",
Seems like it's not used anywhere else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty
Description
data added in #512
found using https://github.com/skyclouds2001/mdn-tools/blob/master/checks/mdn_url-check.js and reported in https://github.com/skyclouds2001/mdn-tools/blob/master/results/incorrect_mdn_url.json
per spec https://drafts.csswg.org/css-ui/#propdef-input-security, it seems that it'll be removed from spec soon, see also w3c/csswg-drafts#6788 and whatwg/html#7293; also notice that per mdn/browser-compat-data#12822, it only support in safari preview and disabled by default via a runtime flag
Motivation
Additional details
Related issues and pull requests
Relates to mdn/browser-compat-data#12664
Relates to #511
Relates to mdn/content#9422
Relates to mdn/content#10438