https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 75c8e81b1d10641506369af2e34b82213694fc3f authored by seabld on 10 March 2013, 20:28:23 UTC
Added tag SEAMONKEY_2_16_RELEASE for changeset SEAMONKEY_2_16_BUILD1. CLOSED TREE a=release
Tip revision: 75c8e81
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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