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
3ec79307
Commit
3ec79307
authored
Aug 12, 2013
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add ARIA roles to Dropdown examples in Components docs
parent
bb5be0a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
components.html
components.html
+26
-26
No files found.
components.html
View file @
3ec79307
...
@@ -20,11 +20,11 @@ base_url: "../"
...
@@ -20,11 +20,11 @@ base_url: "../"
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<div
class=
"dropdown clearfix"
>
<div
class=
"dropdown clearfix"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<li
><a
tabindex=
"-1"
href=
"#"
>
Action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Action
</a></li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Another action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Another action
</a></li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Something else here
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li
role=
"presentation"
class=
"divider"
></li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Separated link
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Separated link
</a></li>
</ul>
</ul>
</div>
</div>
</div>
<!-- /example -->
</div>
<!-- /example -->
...
@@ -32,11 +32,11 @@ base_url: "../"
...
@@ -32,11 +32,11 @@ base_url: "../"
<div
class=
"dropdown"
>
<div
class=
"dropdown"
>
<!-- Link or button to toggle dropdown -->
<!-- Link or button to toggle dropdown -->
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<li
><a
tabindex=
"-1"
href=
"#"
>
Action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Action
</a></li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Another action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Another action
</a></li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Something else here
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li
role=
"presentation"
class=
"divider"
></li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Separated link
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Separated link
</a></li>
</ul>
</ul>
</div>
</div>
{% endhighlight %}
{% endhighlight %}
...
@@ -54,22 +54,22 @@ base_url: "../"
...
@@ -54,22 +54,22 @@ base_url: "../"
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<div
class=
"dropdown clearfix"
>
<div
class=
"dropdown clearfix"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<li
class=
"dropdown-header"
>
Dropdown header
</li>
<li
role=
"presentation"
class=
"dropdown-header"
>
Dropdown header
</li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Action
</a></li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Another action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Another action
</a></li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Something else here
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Something else here
</a></li>
<li
class=
"divider"
></li>
<li
role=
"presentation"
class=
"divider"
></li>
<li
class=
"dropdown-header"
>
Dropdown header
</li>
<li
role=
"presentation"
class=
"dropdown-header"
>
Dropdown header
</li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Separated link
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Separated link
</a></li>
</ul>
</ul>
</div>
</div>
</div>
<!-- /example -->
</div>
<!-- /example -->
{% highlight html %}
{% highlight html %}
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<li
class=
"dropdown-header"
>
Dropdown header
</li>
<li
role=
"presentation"
class=
"dropdown-header"
>
Dropdown header
</li>
...
...
<li
class=
"divider"
></li>
<li
role=
"presentation"
class=
"divider"
></li>
<li
class=
"dropdown-header"
>
Dropdown header
</li>
<li
role=
"presentation"
class=
"dropdown-header"
>
Dropdown header
</li>
...
...
</ul>
</ul>
{% endhighlight %}
{% endhighlight %}
...
@@ -79,17 +79,17 @@ base_url: "../"
...
@@ -79,17 +79,17 @@ base_url: "../"
<div
class=
"bs-example"
>
<div
class=
"bs-example"
>
<div
class=
"dropdown clearfix"
>
<div
class=
"dropdown clearfix"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<li
><a
tabindex=
"-1"
href=
"#"
>
Regular link
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Regular link
</a></li>
<li
class=
"disabled"
><a
tabindex=
"-1"
href=
"#"
>
Disabled link
</a></li>
<li
role=
"presentation"
class=
"disabled"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Disabled link
</a></li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Another link
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Another link
</a></li>
</ul>
</ul>
</div>
</div>
</div>
<!-- /example -->
</div>
<!-- /example -->
{% highlight html %}
{% highlight html %}
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"dropdownMenu"
>
<li
><a
tabindex=
"-1"
href=
"#"
>
Regular link
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Regular link
</a></li>
<li
class=
"disabled"
><a
tabindex=
"-1"
href=
"#"
>
Disabled link
</a></li>
<li
role=
"presentation"
class=
"disabled"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Disabled link
</a></li>
<li
><a
tabindex=
"-1"
href=
"#"
>
Another link
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"#"
>
Another link
</a></li>
</ul>
</ul>
{% endhighlight %}
{% endhighlight %}
</div>
</div>
...
...
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