Closed
Bug 491683
Opened 16 years ago
Closed 16 years ago
provide simple mochitest for ARIA grid based on html:table
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file, 1 obsolete file)
|
12.45 KB,
patch
|
MarcoZ
:
review+
davidb
:
review+
|
Details | Diff | Splinter Review |
Marco, could file bugs to make this ARIA grid accessible and please mark them blocking bug 491681.
Attachment #376009 -
Flags: review?(marco.zehe)
Attachment #376009 -
Flags: review?(david.bolter)
Comment 1•16 years ago
|
||
Comment on attachment 376009 [details] [diff] [review]
patch
>+ children: [
>+ {
>+ role: ROLE_TEXT_CONTAINER // thead
>+ },
Why are we not testing for the children here? Are we not exposing th cells at the moment?
>+ <tobdy>
Typo :-)
| Assignee | ||
Comment 2•16 years ago
|
||
I just missed this, will fix it.
| Assignee | ||
Comment 3•16 years ago
|
||
improved version
Assignee: nobody → surkov.alexander
Attachment #376009 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #376145 -
Flags: review?(marco.zehe)
Attachment #376145 -
Flags: review?(david.bolter)
Attachment #376009 -
Flags: review?(marco.zehe)
Attachment #376009 -
Flags: review?(david.bolter)
Comment 4•16 years ago
|
||
Comment on attachment 376145 [details] [diff] [review]
patch2
Nice work... one nit:
>+ th {
>+ -moz-box-align: center;
>+ -moz-box-pack: center;
>+ border: 2px solid;
>+ -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
>+ -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
>+ -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
>+ -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
>+ background-color: -moz-Dialog;
>+ color: -moz-DialogText;
>+ padding: 0px 4px;
>+ }
All this styling seems unecessary.
r=me
Attachment #376145 -
Flags: review?(david.bolter) → review+
| Assignee | ||
Comment 5•16 years ago
|
||
(In reply to comment #4)
> All this styling seems unecessary.
>
Sure but it makes th similar with treecol, it makes me happy :)
Comment 6•16 years ago
|
||
Comment on attachment 376145 [details] [diff] [review]
patch2
>+ <tobdy>
Still there :-)
r=me with that fixed. Nice work!
Attachment #376145 -
Flags: review?(marco.zehe) → review+
| Assignee | ||
Comment 7•16 years ago
|
||
(In reply to comment #6)
> (From update of attachment 376145 [details] [diff] [review])
> >+ <tobdy>
>
> Still there :-)
oops :) Sorry, I forgot. Will fix it.
>
> r=me with that fixed. Nice work!
Thank you.
| Assignee | ||
Comment 8•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•