-
Notifications
You must be signed in to change notification settings - Fork 128
A11y accessible modals #290
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
Merged
microbit-carlos
merged 27 commits into
bbcmicrobit:master
from
microbit-mark:a11y-modal-focus
Nov 6, 2019
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
bef71b5
add modal focus
microbit-mark 73015e0
add css for to focus buttons
microbit-mark a1885ae
Update python-main.js
microbit-mark a6bea62
trap focus in modal
microbit-mark 98c190f
trigger snippets on keypress
microbit-mark 9145e5f
Update python-main.js
microbit-mark d250aa3
change key order
microbit-mark 12a2268
seperate click and key events
microbit-mark 347e926
Update python-main.js
microbit-mark c2e8ad2
Update python-main.js
microbit-mark 82a30bd
Update python-main.js
microbit-mark 531d897
Update python-main.js
microbit-mark 0e5f30f
A11y: Table tds not selectable.
microbit-carlos 5a17107
Merge branch 'a11y-modal-focus' of https://github.com/microbit-mark/P…
microbit-carlos 01080ee
A11y: Fix main.py delete button to be semantically disabled.
microbit-carlos 5756474
A11y: Convert snippet triggers into buttons.
microbit-carlos 482d577
Merge pull request #1 from bbcmicrobit/a11y-modal-focus-update
microbit-mark ede80a1
A11y: use inbuilt accessibility of button element
microbit-mark 02b67c6
A11y: prevent div focus on click
microbit-mark 6da4e9e
Merge branch 'master' into a11y-modal-focus
microbit-mark 01eb6dc
a11y move inline focus to css
microbit-mark 9bfd802
A11y focus div element
microbit-mark 8367008
fix selector
microbit-mark 7c14061
fix aria labels and buttons
microbit-mark 7d9f5b2
tidy up
microbit-mark a288273
Update python-main.js
microbit-mark 8c15192
Update editor.html
microbit-mark File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The number of spaces for the CSS in this file is a bit of a mess, but I think right now there is more classes using 4 spaces than 2. Could we update all new classes use to use 4 spaces as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added further spacing to the css to tidy up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I meant the 4 spaces like this:
To: