https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1003ec79451969335008880ad82e305d93b89642 authored by calbld on 03 January 2012, 16:37:36 UTC
Added tag CALENDAR_1_1_1_RELEASE for changeset 745b004fad4a. CLOSED TREE a=release
Tip revision: 1003ec7
indeterminate-selector.html
<style>
#s:indeterminate {
  margin: 50px;
}
</style>

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