Source code

Revision control

Copy as Markdown

Other Tools

input, textarea, select, button,
*:optional {
visibility: hidden;
}
*:required {
visibility: visible;
}
/* Override the default style. */
:invalid {
box-shadow: none;
}