From 218df89024b21bc4d1896ec4b3be727213704cca Mon Sep 17 00:00:00 2001 From: Dipika Bhattacharya Date: Fri, 26 May 2023 08:39:47 -0400 Subject: [PATCH] fix: revert non-standard removal (#26928) revert non-standard removal --- files/en-us/web/css/-webkit-text-security/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/css/-webkit-text-security/index.md b/files/en-us/web/css/-webkit-text-security/index.md index 69bc3b5964dda5e..dff4d0e6cad6269 100644 --- a/files/en-us/web/css/-webkit-text-security/index.md +++ b/files/en-us/web/css/-webkit-text-security/index.md @@ -2,12 +2,14 @@ title: "-webkit-text-security" slug: Web/CSS/-webkit-text-security page-type: css-property +status: + - non-standard browser-compat: css.properties.-webkit-text-security --- -{{CSSRef}} +{{CSSRef}}{{Non-standard_Header}} -**`-webkit-text-security`** is a CSS property that obfuscates characters in a {{HtmlElement("form")}} field (such as {{HtmlElement("input")}} or {{HtmlElement("textarea")}}) by replacing them with a shape. It only affects fields that are _not_ of `type=password`. +**`-webkit-text-security`** is a non-standard CSS property that obfuscates characters in a {{HtmlElement("form")}} field (such as {{HtmlElement("input")}} or {{HtmlElement("textarea")}}) by replacing them with a shape. It only affects fields that are _not_ of `type=password`. ## Syntax