Closed
Bug 499917
Opened 16 years ago
Closed 9 years ago
take into account aria-owns when calculating group attributes
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 2 open bugs)
Details
(Keywords: access)
Attachments
(1 file)
1.73 KB,
patch
|
yzen
:
review+
|
Details | Diff | Splinter Review |
see for some details: https://wiki.mozilla.org/Accessibility/TreeGrid#Object_attributes,
also see ARIA spec: http://www.w3.org/TR/wai-aria-practices/#relations_owning
"Each child, adopted or natural, should each have the appropriate aria-posinset and aria-setsize properties set consistent with their rendering, if these cannot be determined from the DOM from a direct parsing of the host language. Places where direct parsing does not allow the user agent to determine aria-posinset and aria-setsize are long lists where only the currently visible items are loaded (via Ajax). If the children are re-sorted then the aria-posinset and aria-setsize values should be updated consistent with their visual rendering."
Comment 1•11 years ago
|
||
Consensus to remove requirement was reached on today's W3C call. Alexander do you want to keep this bug around?
Assignee | ||
Comment 2•11 years ago
|
||
Can you outline why they decided to remove the requirement?
Comment 3•11 years ago
|
||
It should show up in today's W3 notes (not published yet). Note the requirement can be added to ARIA 1.1+ if deemed necessary.
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to David Bolter [:davidb] from comment #3)
> It should show up in today's W3 notes (not published yet).
ok but if you can summarize then it'd be great
> Note the
> requirement can be added to ARIA 1.1+ if deemed necessary.
so no strong reasons to drop it?
Comment 5•11 years ago
|
||
(In reply to alexander :surkov from comment #4)
> (In reply to David Bolter [:davidb] from comment #3)
> > It should show up in today's W3 notes (not published yet).
>
> ok but if you can summarize then it'd be great
It was discussed last week (with Rich), and briefly again this week. The bottom line is that it wasn't felt that we need to push for browser implementation and in the meantime block ARIA 1.0.
>
> > Note the
> > requirement can be added to ARIA 1.1+ if deemed necessary.
>
> so no strong reasons to drop it?
In the end it is simply punted to ARIA 1.1. See "agreement to add Issue-612 to ARIA-1.1" here http://www.w3.org/2013/10/22-aapi-minutes.html
So leaving this open makes some sense although it doesn't feel like priority work, until we here a strong need.
Comment 6•11 years ago
|
||
here/hear - excuse my english ;)
Assignee | ||
Comment 7•9 years ago
|
||
Assignee: nobody → surkov.alexander
Attachment #8680629 -
Flags: review?(yzenevich)
Comment 8•9 years ago
|
||
Comment on attachment 8680629 [details] [diff] [review]
patch
Review of attachment 8680629 [details] [diff] [review]:
-----------------------------------------------------------------
\o/
Attachment #8680629 -
Flags: review?(yzenevich) → review+
Comment 10•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 11•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
Comment 12•9 years ago
|
||
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
status-b2g-v2.5:
fixed → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•