-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
Add the support for -webkit-text-security in Release 114 #26817
Conversation
Preview URLs Flaws (1)Note! 1 document with no flaws that don't need to be listed. 🎉 URL:
External URLs (1)URL:
(comment last updated: 2023-05-23 16:09:16) |
PR for the browser compatibility update: mdn/browser-compat-data#19887. |
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.
Hello @andreydanil, thanks for opening the PRs to update content and BCD!
We add the Firefox release specific changes to our release docs. Would it be possible for you to update that file as part of this PR (basically move the update info from webkit-text-security
to releases/114
? Thanks!
…leases/114#css Moving to https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/114#css Simplify the verbiage Fixing bugzilla bug url Re-phrase the CSS update for 1826629 Update index.md Restore the CSSRef to the original position Headings should be surrounded by blank lines
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.
Thanks a lot for the updates!
I've suggested a rewording here. Please cross-check for technical accuracy.
- On the content page, two things are still required:
- In the first sentence, "
webkit-text-security
is a non-standard CSS property" should now be "webkit-text-security
is a CSS property" {{ Non-standard_header() }}
needs to be removed
- In the first sentence, "
- I left a comment in the BCD PR.
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.
Thanks a lot! 👍
Firefox is the only widely used engine not supporting -webkit-text-security, and it seems to be in use in the wild to conceal password fields, as per this webcompat.com report. Chrome Platform Status implies that its usage is low (~0.3%), but slowly growing.
Description
whatwg/compat#240
Motivation
Fixed in https://bugzilla.mozilla.org/show_bug.cgi?id=1826629 and released in Firefox 114.
Additional details