-
Notifications
You must be signed in to change notification settings - Fork 41
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
Document -webkit-text-security #240
Comments
Ah, interesting. If Mozilla is willing to land this, we should totally spec it here. Thanks for the report @jfkthame. |
I don't think Mozilla is exactly "keen" on this -- but we felt it unlikely that webkit and blink would be prepared to drop it, given existing usage. If you think that's a possibility, though, that'd be great. |
Yeah, sadly usage is much higher than the typical threshold for a deprecation: https://chromestatus.com/metrics/css/timeline/popularity/322 |
Do you know whether that reflects only "direct" usage by authors, or does it also include the use of If the latter gets counted as "use of this feature", that could substantially change the picture. |
I suspect the former, given that |
Let's see online: Github Search for it seems also used for fingerprinting, I wonder how it might break firefox in another way, by selecting codepath which was not meant to be seen, but most of the time it seems to be used by itself. There are some interesting usage patterns in terms of UI on why people are using it or more exactly why in some circumstances people do not want to use
Some hacks people rely on to try to get what they want, aka revealing/hiding the input. Also the intent to ship from Mozilla for [css-ui-4] Implement "input-security" CSS property BUT CSS-UI-4 seems to want to remove the feature.
|
Mozilla just resolved it as fixed. |
Cool, we should document it then. Patches welcome, etc.:) |
The non-standard
-webkit-text-security
property exists in both webkit and blink, but does not seem to be mentioned in the compatibility standard.We've seen real-world webcompat issues because this property is not implemented in Firefox; see https://bugzilla.mozilla.org/show_bug.cgi?id=1826629 and webcompat/web-bugs#114591.
(There's some information about
-webkit-text-security
on MDN, but note that it is not entirely complete or accurate at present.)Note also that
-webkit-text-security
is entirely distinct from the (questionable) CSS-UI-4input-security
property.The text was updated successfully, but these errors were encountered: