https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 56a44f24366557e5532147cf28cd14f306f47c46 authored by Mats Palmgren on 31 May 2012, 18:03:59 UTC
Bug 759788: hold a strong ref to the nsPluginInstanceOwner in DoStopPlugin to avoid crashes, r=bsmedberg, a=akeybl
Tip revision: 56a44f2
css-required-style-2.css
input, textarea, select, button,
*:optional {
  visibility: hidden;
}

input[required]:required {
  visibility: visible;
}

/* Override the default style. */
:invalid {
  box-shadow: none;
}
back to top