This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 168
Steps to adding accessibility to Phosphor #392
Open
diagram-codesprint
wants to merge
25
commits into
phosphorjs:master
Choose a base branch
from
diagram-codesprint:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
646204a
Adds the menubar role.
zorkow 2f8511d
Adds initial set of aria roles to the menu.
zorkow bd603a6
Refactors Aria Attributes into separate type.
zorkow 9138f6d
Adds Aria attributes to be treated special.
zorkow e3d046a
Adds roles and popup to all menu items. Corrects separator.
zorkow 7ee92fb
Change to seperator role.
zorkow 780f296
Add all ARIA attributes from the standard.
jasongrout 94b7612
Add tab and tablist ARIA attributes for tabs.
jasongrout 83cad0f
Add tab aria attributes in constructor.
jasongrout 22ae364
Initial draft of adding tabpanel aria data for tabpanel and dockpanel.
jasongrout bc3c009
Add aria-label and aria-selected to tab bars.
jasongrout 6b85946
Merge pull request #2 from jasongrout/aria_roles
jasongrout 50ee3c3
Remove aria-controls.
jasongrout 0721062
Add tab bar names, and default to “Activities <number>” for dockpanel.
jasongrout 370ff66
Merge branch 'aria_roles' of github.com:diagram-codesprint/phosphor i…
jasongrout 7f0cb21
Keep application-specific things out of phosphor.
jasongrout 9761aee
Clean up tab panel adding widget ids and assuming tab bars are rendered.
jasongrout eb3b6a2
Add isToggleable command state
jasongrout fe9eabf
Fix typo
jasongrout 953f2f0
Fix formatting and variable names.
jasongrout 8abf54a
Revert changes to default tab renderer and tab type parameters.
jasongrout 5a6b022
Add documentation for createTabKey.
jasongrout c6cae4a
Always set the aria attributes for a tab panel.
jasongrout fd4f2b1
Add two TODO notes about where the tab aria-selected state might need…
jasongrout 025074d
Merge pull request #3 from diagram-codesprint/aria_roles
diagram-codesprint 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 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 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 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 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 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
Oops, something went wrong.
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.
Is this correct? It seems like it should only be
!!options.isToggled
and never use theoptions.isToggleable
.