mhulse / gh-boiler

Common GitHub boilerplate files I use to kick-start new repositories.
Apache License 2.0
8 stars 3 forks source link

Form attributes style guide addition #91

Closed mhulse closed 7 years ago

mhulse commented 8 years ago
<input type="tel" name="dob-3" id="dob-3" class="dob" maxlength="4" placeholder="YYYY">

Type, name, id, class, all others.

mhulse commented 7 years ago

Wrong repo