WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
31516
Need to implement ARIA role="directory"
https://bugs.webkit.org/show_bug.cgi?id=31516
Summary
Need to implement ARIA role="directory"
chris fleizach
Reported
2009-11-14 20:17:28 PST
The ARIA spec defines the directory role as "A list of references to members of a single group."
Attachments
patch
(10.25 KB, patch)
2009-11-14 20:30 PST
,
chris fleizach
no flags
Details
Formatted Diff
Diff
patch
(8.02 KB, patch)
2009-11-14 20:38 PST
,
chris fleizach
darin
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2009-11-14 20:30:40 PST
Created
attachment 43238
[details]
patch
chris fleizach
Comment 2
2009-11-14 20:31:27 PST
Comment on
attachment 43238
[details]
patch some reason there was an xcodeproj change
chris fleizach
Comment 3
2009-11-14 20:38:04 PST
Created
attachment 43239
[details]
patch
Darin Adler
Comment 4
2009-11-15 17:04:04 PST
Comment on
attachment 43239
[details]
patch
> + * accessibility/AccessibilityObject.h: > + (WebCore::):
> + * accessibility/mac/AccessibilityObjectWrapper.mm: > + (RoleEntry::):
These change log entries are wrong. If the script makes a bad entry like this you should just delete it before posting the patch. I should fix prepare-ChangeLog so it never does that. A function name can never just end in "::" so I can work around the bug pretty easily.
> TabPanelRole, > TreeRole, > TreeItemRole, > + DirectoryRole,
Can we keep these in alphabetical order?
> - return UI_STRING("tab panel", "An ARIA accessibility group that contenst the content of a tab."); > + return UI_STRING("tab panel", "An ARIA accessibility group that contains the content of a tab.");
You need to regenerate the strings file after making a change like this one.
chris fleizach
Comment 5
2009-11-15 17:51:48 PST
> > TabPanelRole, > > TreeRole, > > TreeItemRole, > > + DirectoryRole, > > Can we keep these in alphabetical order? >
Re-ordering those items will be a rather big change. i filed
https://bugs.webkit.org/show_bug.cgi?id=31524
to take care of that
chris fleizach
Comment 6
2009-11-15 18:06:25 PST
http://trac.webkit.org/changeset/51007
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug