https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dbaacfb647dab0a3c3d29722c7aaa55bec347b5f authored by Brian Smith on 07 December 2011, 02:42:42 UTC
Back out 07882283b9e0 which was intended for default, not this release branch, a=nthomas
Tip revision: dbaacfb
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

<input type="checkbox" id="s"><script>document.getElementById("s").indeterminate = true;</script>
back to top