https://github.com/mozilla/gecko-dev
Raw File
Tip revision: edc73188e280052f55faffd89ec10389b0b6641d authored by seabld on 29 December 2011, 05:22:23 UTC
Added tag SEAMONKEY_2_7b2_RELEASE for changeset FIREFOX_10_0b2_BUILD1. CLOSED TREE a=release
Tip revision: edc7318
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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