Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jump to main content, headings and more for the ARIA examples #1635

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"jarosewli",
"Jèrôme",
"Jinyuan",
"JumpTo",
"Kasper",
"kbdshortcuts",
"Kowno",
Expand Down
1 change: 1 addition & 0 deletions examples/carousel/carousel-1-prev-next.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<script src="../js/examples.js"></script>
<script src="../js/highlight.pack.js"></script>
<script src="../js/app.js"></script>
<script src="../js/jumpto.js"></script>

<!-- CSS and JS for this example -->
<link rel="stylesheet" href="css/carousel-prev-next.css">
Expand Down
1 change: 1 addition & 0 deletions examples/carousel/carousel-2-tablist.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<script src="../js/examples.js"></script>
<script src="../js/highlight.pack.js"></script>
<script src="../js/app.js"></script>
<script src="../js/jumpto.js"></script>

<script src="js/carousel-tablist.js" type="text/javascript"></script>

Expand Down
1,348 changes: 1,348 additions & 0 deletions examples/js/jumpto.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<script src="../js/examples.js"></script>
<script src="../js/highlight.pack.js"></script>
<script src="../js/app.js"></script>
<script src="../js/jumpto.js"></script>

<!-- JS and CSS for this example -->
<link href="css/menu-button-actions.css" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions examples/menu-button/menu-button-actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<script src="../js/examples.js"></script>
<script src="../js/highlight.pack.js"></script>
<script src="../js/app.js"></script>
<script src="../js/jumpto.js"></script>

<!-- JS and CSS for this example -->
<link href="css/menu-button-actions.css" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions examples/menu-button/menu-button-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<script src="../js/examples.js"></script>
<script src="../js/highlight.pack.js"></script>
<script src="../js/app.js"></script>
<script src="../js/jumpto.js"></script>

<!-- JS and CSS for this example -->
<link href="css/menu-button-links.css" rel="stylesheet">
Expand Down
1 change: 1 addition & 0 deletions examples/radio/radio-activedescendant.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<script src="../js/examples.js"></script>
<script src="../js/highlight.pack.js"></script>
<script src="../js/app.js"></script>
<script src="../js/jumpto.js"></script>

<!-- CSS and Javascript for this example -->
<link rel="stylesheet" href="css/radio.css">
Expand Down
1 change: 1 addition & 0 deletions examples/radio/radio.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<script src="../js/examples.js"></script>
<script src="../js/highlight.pack.js"></script>
<script src="../js/app.js"></script>
<script src="../js/jumpto.js"></script>

<!-- CSS and Javascript used by this example -->
<link rel="stylesheet" href="css/radio.css">
Expand Down