Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
25cac1ea
Commit
25cac1ea
authored
Nov 14, 2014
by
Patrick H. Lauke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Redundant role="form" on <form>s
parent
27d9d35f
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
42 additions
and
42 deletions
+42
-42
docs/_includes/components/input-groups.html
docs/_includes/components/input-groups.html
+4
-4
docs/_includes/css/forms.html
docs/_includes/css/forms.html
+33
-33
docs/_includes/js/modal.html
docs/_includes/js/modal.html
+2
-2
docs/customize.html
docs/customize.html
+1
-1
docs/examples/jumbotron/index.html
docs/examples/jumbotron/index.html
+1
-1
docs/examples/signin/index.html
docs/examples/signin/index.html
+1
-1
No files found.
docs/_includes/components/input-groups.html
View file @
25cac1ea
...
...
@@ -22,7 +22,7 @@
<p>
Place one add-on or button on either side of an input. You may also place one on both sides of an input.
</p>
<p><strong
class=
"text-danger"
>
We do not support multiple add-ons on a single side.
</strong></p>
<p><strong
class=
"text-danger"
>
We do not support multiple form-controls in a single input group.
</strong></p>
<form
class=
"bs-example bs-example-form"
role=
"form"
>
<form
class=
"bs-example bs-example-form"
>
<div
class=
"input-group"
>
<span
class=
"input-group-addon"
>
@
</span>
<input
type=
"text"
class=
"form-control"
placeholder=
"Username"
>
...
...
@@ -59,7 +59,7 @@
<h2
id=
"input-groups-sizing"
>
Sizing
</h2>
<p>
Add the relative form sizing classes to the
<code>
.input-group
</code>
itself and contents within will automatically resize—no need for repeating the form control size classes on each element.
</p>
<form
class=
"bs-example bs-example-form"
role=
"form"
>
<form
class=
"bs-example bs-example-form"
>
<div
class=
"input-group input-group-lg"
>
<span
class=
"input-group-addon"
>
@
</span>
<input
type=
"text"
class=
"form-control"
placeholder=
"Username"
>
...
...
@@ -182,7 +182,7 @@
<h2
id=
"input-groups-buttons-dropdowns"
>
Buttons with dropdowns
</h2>
<p></p>
<form
class=
"bs-example bs-example-form"
role=
"form"
>
<form
class=
"bs-example bs-example-form"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"input-group"
>
...
...
@@ -252,7 +252,7 @@
{% endhighlight %}
<h2
id=
"input-groups-buttons-segmented"
>
Segmented buttons
</h2>
<form
class=
"bs-example bs-example-form"
role=
"form"
>
<form
class=
"bs-example bs-example-form"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"input-group"
>
...
...
docs/_includes/css/forms.html
View file @
25cac1ea
This diff is collapsed.
Click to expand it.
docs/_includes/js/modal.html
View file @
25cac1ea
...
...
@@ -229,7 +229,7 @@
<h4
class=
"modal-title"
id=
"exampleModalLabel"
>
New message
</h4>
</div>
<div
class=
"modal-body"
>
<form
role=
"form"
>
<form>
<div
class=
"form-group"
>
<label
for=
"recipient-name"
class=
"control-label"
>
Recipient:
</label>
<input
type=
"text"
class=
"form-control"
id=
"recipient-name"
>
...
...
@@ -262,7 +262,7 @@
<h4
class=
"modal-title"
id=
"exampleModalLabel"
>
New message
</h4>
</div>
<div
class=
"modal-body"
>
<form
role=
"form"
>
<form>
<div
class=
"form-group"
>
<label
for=
"recipient-name"
class=
"control-label"
>
Recipient:
</label>
<input
type=
"text"
class=
"form-control"
id=
"recipient-name"
>
...
...
docs/customize.html
View file @
25cac1ea
...
...
@@ -35,7 +35,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
</div>
</div>
<!-- /import -->
<form
class=
"bs-customizer"
role=
"form"
>
<form
class=
"bs-customizer"
>
<div
class=
"bs-docs-section"
id=
"less-section"
>
<button
class=
"btn btn-default toggle"
type=
"button"
>
Toggle all
</button>
<h1
id=
"less"
class=
"page-header"
>
Less files
</h1>
...
...
docs/examples/jumbotron/index.html
View file @
25cac1ea
...
...
@@ -41,7 +41,7 @@
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
</div>
<div
id=
"navbar"
class=
"navbar-collapse collapse"
>
<form
class=
"navbar-form navbar-right"
role=
"form"
>
<form
class=
"navbar-form navbar-right"
>
<div
class=
"form-group"
>
<input
type=
"text"
placeholder=
"Email"
class=
"form-control"
>
</div>
...
...
docs/examples/signin/index.html
View file @
25cac1ea
...
...
@@ -31,7 +31,7 @@
<div
class=
"container"
>
<form
class=
"form-signin"
role=
"form"
>
<form
class=
"form-signin"
>
<h2
class=
"form-signin-heading"
>
Please sign in
</h2>
<label
for=
"inputEmail"
class=
"sr-only"
>
Email address
</label>
<input
type=
"email"
id=
"inputEmail"
class=
"form-control"
placeholder=
"Email address"
required
autofocus
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment