https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c4988db58eb739e510435fd920dcf1299af0c0ba authored by seabld on 22 May 2012, 14:48:27 UTC
Added tag SEAMONKEY_2_9b2_RELEASE for changeset FIREFOX_12_0b3_BUILD1. CLOSED TREE a=release
Tip revision: c4988db
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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