-webkit-text-security property
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:
Outlined circles. | |||||||
Default. Solid circles. | |||||||
No marker is shown. | |||||||
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?
|
Supported by tags:
a, abbr, acronym, address, b, bdo, big, blockQuote, body, button, caption, center, cite, code, dd, del, dfn, dir, div, dl, dt, em, fieldSet, font, form, H1, H2, H3, H4, H5, H6, html, i, input:button, input:file, input:password, input:reset, input:search, input:submit, input:text, ins, isIndex, kbd, label, legend, li, marquee, menu, ol, p, pre, q, s, samp, select, small, span, strike, strong, sub, sup, table, tBody, td, textArea, tFoot, th, tHead, tr, tt, u, ul, var, xmp
Related pages:
External links:
User Contributed Comments