https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b6e8c30478e02cefa0a11f58f74b7db27cce456a authored by Gavin Sharp on 21 April 2014, 23:21:01 UTC
Backed out changeset cb7f81834560 (bug 980339) since it caused bug 999080, a=lsblakk
Tip revision: b6e8c30
css-required-radio.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='css-required-style.css'>
  <body>
    <input type="radio" required>
  </body>
</html>
back to top