Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit f425e31

Browse files
committed
Buttons: IE=edge and adding a type=button example
1 parent 12be9ed commit f425e31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demos/buttons.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
56
<title>CSS Chassis - Buttons</title>
67
<meta name="description" content="Typography skeleton for styling">
78
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -20,7 +21,8 @@ <h2>Button tag</h2>
2021

2122
<form>
2223
<a class="ui-button--default" href="#" role="button">Link</a>
23-
<button class="ui-button--default" type="submit">Button</button>
24+
<button class="ui-button--default" type="button">Button</button>
25+
<button class="ui-button--default" type="submit">Submit Button</button>
2426
<input class="ui-button--default" type="button" value="Input">
2527
<input class="ui-button--default" type="submit" value="Submit">
2628
<input class="ui-button--default" type="reset" value="Reset">

0 commit comments

Comments
 (0)