Skip to content

Commit

Permalink
Added <input type="button"> alongside existing <button type="submit">
Browse files Browse the repository at this point in the history
<input type="button"> was missing from the list of action buttons
  • Loading branch information
gnowland committed Apr 5, 2016
1 parent 5ff15df commit c7d8981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ <h3>Wrapped in a <code>&lt;figure&gt;</code> element, with a <code>&lt;figcaptio
<p>
<input type="submit" value="Input">
<button type="submit">Button</button>
<input type="button" value="Input Button">
<input type="reset" value="Reset">
<input type="submit" value="Disabled" disabled>
</p>
Expand Down

0 comments on commit c7d8981

Please sign in to comment.