Closed
Bug 482013
Opened 17 years ago
Closed 17 years ago
use role.js instead of explicit .role and .finalRole calls
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: surkov, Assigned: surkov)
References
Details
Attachments
(1 file)
|
29.20 KB,
patch
|
MarcoZ
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #366085 -
Flags: review?(marco.zehe)
| Assignee | ||
Updated•17 years ago
|
Assignee: nobody → surkov.alexander
Summary: user role.js instead of explicit .role and .finalRole calls → use role.js instead of explicit .role and .finalRole calls
| Assignee | ||
Updated•17 years ago
|
Attachment #366085 -
Attachment is patch: true
Attachment #366085 -
Attachment mime type: application/octet-stream → text/plain
| Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Updated•17 years ago
|
Attachment #366085 -
Flags: review?(marco.zehe) → review+
Comment 1•17 years ago
|
||
Comment on attachment 366085 [details] [diff] [review]
patch
>- is(accTable4.role, ROLE_TABLE, "wrong role");
>+ testRole(accTable4, ROLE_NOTHING); // XXX: it's a bug, should be ROLE_TABLE
Are you planning to fix this in a separate bug or as part of the GetRole/GetFinalRole refactor?
r=me
| Assignee | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> (From update of attachment 366085 [details] [diff] [review])
> >- is(accTable4.role, ROLE_TABLE, "wrong role");
> >+ testRole(accTable4, ROLE_NOTHING); // XXX: it's a bug, should be ROLE_TABLE
>
> Are you planning to fix this in a separate bug or as part of the
> GetRole/GetFinalRole refactor?
>
It's under discussion with ARIA work group, it's the problem of <table role="log"/>. Once we get consensus we'll fix it.
| Assignee | ||
Comment 3•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•