https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c87cf403ae37028950df3b015820d9e4c620bd95 authored by seabld on 13 November 2012, 23:39:38 UTC
Added tag SEAMONKEY_2_14b5_RELEASE for changeset FIREFOX_17_0b6_BUILD1. CLOSED TREE a=release
Tip revision: c87cf40
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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