You are here: Reference > CSS > properties > browser specific extensions > -webkit-text-security

-webkit-text-security property

Browser support:
Specifies the type of shape used to hide the letters in a password input field.
This property is not supported by Safari on Microsoft Windows.
JavaScript page for this property: webkitTextSecurity. You can find other example(s) there.

Possible values:

 One of the following values: 
circle
Outlined circles.
disc
Default. Solid circles.
none
No marker is shown.
square
Square
Default: disc.

Example HTML code 1:

This example illustrates the use of the -webkit-text-security property:
<input type="password" value="pass" style="-webkit-text-security: circle;" />
Did you find this example helpful? yes no

Supported by tags:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content