https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 46309b7c01716f205b4ee432eda15501c36f7e33 authored by seabld on 05 July 2012, 16:22:24 UTC
Added tag SEAMONKEY_2_11b5_RELEASE for changeset FIREFOX_14_0b11_BUILD1. CLOSED TREE a=release
Tip revision: 46309b7
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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