Closed
Bug 326564
Opened 20 years ago
Closed 20 years ago
Better support for unknown roles
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(2 files)
|
1.27 KB,
application/xhtml+xml
|
Details | |
|
3.56 KB,
patch
|
parente
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
When there's a role we don't know, we should:
- expose the label and description
- don't say it's focusable unless it is
- expose the role in the role string
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Comment 2•20 years ago
|
||
Attachment #211288 -
Flags: review?(parente)
Comment on attachment 211288 [details] [diff] [review]
Don't use mRoleMapEntry to determine if we have a DHTML role -- check for presence of xhtml2:role
Addition of } in nsAccessibleWrap has weird indentation in the patch. Otherwise OK.
Attachment #211288 -
Flags: review?(parente) → review+
| Assignee | ||
Updated•20 years ago
|
Attachment #211288 -
Flags: superreview?(neil)
Comment 4•20 years ago
|
||
Comment on attachment 211288 [details] [diff] [review]
Don't use mRoleMapEntry to determine if we have a DHTML role -- check for presence of xhtml2:role
>- if (mRoleMapEntry) {
I assume there are still other users of this variable.
>+ }
Yes, you've got tabs here, when you need to have spaces.
Attachment #211288 -
Flags: superreview?(neil) → superreview+
| Assignee | ||
Comment 5•20 years ago
|
||
Checking in src/base/nsAccessible.cpp;
/cvsroot/mozilla/accessible/src/base/nsAccessible.cpp,v <-- nsAccessible.cpp
new revision: 1.173; previous revision: 1.172
done
Checking in src/msaa/nsAccessibleWrap.cpp;
/cvsroot/mozilla/accessible/src/msaa/nsAccessibleWrap.cpp,v <-- nsAccessibleWrap.cpp
new revision: 1.36; previous revision: 1.35
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•