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-4 input-security property.
The non-standard
-webkit-text-securityproperty 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-securityon MDN, but note that it is not entirely complete or accurate at present.)Note also that
-webkit-text-securityis entirely distinct from the (questionable) CSS-UI-4input-securityproperty.