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 Content: Add menu button to examples to implement WCAG bypass blocks requirement #1860

Closed
wants to merge 50 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
042168a
changed skipto configuration
jongund Apr 14, 2021
4adcbfe
updated jumpto script
jongund Apr 14, 2021
73733d6
updated spelling checker
jongund Apr 14, 2021
581f2db
added feature not to load jumpto is URL contains nojumpto
jongund Apr 14, 2021
484fc17
added feature not to load jumpto if URL contains 'nojumpto'
jongund Apr 14, 2021
8650a12
updated menu button aria-activedescendant test
jongund Apr 14, 2021
0d48233
updated menubar navigation test
jongund Apr 14, 2021
4f6a9f4
restored regression test file
jongund Apr 14, 2021
945adfd
restored regression test files
jongund Apr 14, 2021
1179e5e
changed setting menu role when menu is opened
jongund Apr 14, 2021
d75cd20
fixed bug in moving to elements
jongund Apr 14, 2021
f1f71c0
updated documentation
jongund Apr 14, 2021
7c37d59
removed file that should not be changed in this pull request:
jongund Apr 14, 2021
b2b4612
updated documentation
jongund Apr 14, 2021
84b4b8d
TRAVIS-CI update from aria-common
Apr 22, 2021
ea4ade3
TRAVIS-CI update from aria-common
Apr 23, 2021
eb663f3
4 Examples: Add "Open in Codepen" button to examples that use Font Aw…
spectranaut May 4, 2021
276fed3
Infrastructure: Updates example index generation and coverage report …
jongund May 4, 2021
9c39047
updated button label for Jump To
jongund May 4, 2021
3e21d3c
Update jumpto.js
jongund May 13, 2021
fb67af5
Fixed bug with regression test for memun button links, not sure why i…
jongund May 13, 2021
2adb015
updated comments in JS
jongund May 13, 2021
e9481d8
fixing lintin issue
jongund May 13, 2021
3caadd2
restoed original test file
jongund May 13, 2021
9ac4798
changed skipto configuration
jongund Apr 14, 2021
705d3b2
updated jumpto script
jongund Apr 14, 2021
b6f1cbb
updated spelling checker
jongund Apr 14, 2021
00bd8d4
added feature not to load jumpto is URL contains nojumpto
jongund Apr 14, 2021
15a9b5a
added feature not to load jumpto if URL contains 'nojumpto'
jongund Apr 14, 2021
a1e4b5a
updated menu button aria-activedescendant test
jongund Apr 14, 2021
42073d9
updated menubar navigation test
jongund Apr 14, 2021
12f8b09
restored regression test file
jongund Apr 14, 2021
ae022a2
restored regression test files
jongund Apr 14, 2021
8d6481c
changed setting menu role when menu is opened
jongund Apr 14, 2021
e99177a
fixed bug in moving to elements
jongund Apr 14, 2021
958b7ef
updated documentation
jongund Apr 14, 2021
d031dd4
removed file that should not be changed in this pull request:
jongund Apr 14, 2021
c15eafa
updated documentation
jongund Apr 14, 2021
603de23
updated button label for Jump To
jongund May 4, 2021
9dd43bb
Update jumpto.js
jongund May 13, 2021
d0d2d9b
Fixed bug with regression test for memun button links, not sure why i…
jongund May 13, 2021
795d1a9
updated comments in JS
jongund May 13, 2021
72c5de9
fixing lintin issue
jongund May 13, 2021
a3aea9f
restoed original test file
jongund May 13, 2021
463e779
Merge branch 'add-jump-to' of github.com:w3c/aria-practices into add-…
jongund May 18, 2021
0a11e31
spacing change to documentation
jongund May 18, 2021
d162f8c
fixed shortcut key bug
jongund May 18, 2021
52d9884
removed aria-describedby and updated selector to just get first navig…
jongund May 25, 2021
839d789
updated regression test
jongund May 25, 2021
7cb1f8e
testing regression test bug
jongund May 25, 2021
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
10 changes: 9 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
"ignoreMediaFeatureNames": [
"forced-colors"
]
}
},
],
"font-family-no-missing-generic-family-keyword": [
true,
{
"ignoreFontFamilies": [
"Font Awesome 5 Free"
]
},
],
"prettier/prettier": [true, {"singleQuote": false}]
}
Expand Down
Loading