aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-11-21 12:02:54 -0800
committerChris Rebert <[email protected]>2013-11-21 12:02:54 -0800
commitccd564650abd7024e81b69311c1f6bf75e1e9bab (patch)
tree44433c9743a7653e12a7774ccb52444437653364 /examples
parentb34292ce82a622656dfec4d71cfde74e71abfdbf (diff)
downloadbootstrap-ccd564650abd7024e81b69311c1f6bf75e1e9bab.tar.xz
bootstrap-ccd564650abd7024e81b69311c1f6bf75e1e9bab.zip
add more missing role="form"-s
Diffstat (limited to 'examples')
-rw-r--r--examples/jumbotron/index.html2
-rw-r--r--examples/signin/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html
index 3e301a104..b7ff7f76c 100644
--- a/examples/jumbotron/index.html
+++ b/examples/jumbotron/index.html
@@ -40,7 +40,7 @@
<a class="navbar-brand" href="#">Project name</a>
</div>
<div class="navbar-collapse collapse">
- <form class="navbar-form navbar-right">
+ <form class="navbar-form navbar-right" role="form">
<div class="form-group">
<input type="text" placeholder="Email" class="form-control">
</div>
diff --git a/examples/signin/index.html b/examples/signin/index.html
index 72110751f..2f6e37020 100644
--- a/examples/signin/index.html
+++ b/examples/signin/index.html
@@ -30,7 +30,7 @@
<div class="container">
- <form class="form-signin">
+ <form class="form-signin" role="form">
<h2 class="form-signin-heading">Please sign in</h2>
<input type="text" class="form-control" placeholder="Email address" required autofocus>
<input type="password" class="form-control" placeholder="Password" required>