This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7027 - Add information on computing setsize if not provided via aria-setsize
Summary: Add information on computing setsize if not provided via aria-setsize
Status: RESOLVED FIXED
Alias: None
Product: ARIA
Classification: Unclassified
Component: Core AAM (show other bugs)
Version: 1.0
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: David Bolter
QA Contact: ARIA UA Implementors
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 15:52 UTC by Andi Snow-Weaver
Modified: 2010-07-01 21:14 UTC (History)
1 user (show)

See Also:


Attachments

Description Andi Snow-Weaver 2009-06-15 15:52:58 UTC
From response to Loretta (WCAG) on issue comment 156:

http://www.w3.org/WAI/PF/Group/comments/details?comment_id=156

On June 15th survey:

http://www.w3.org/2002/09/wbs/32212/20090615-comments/results
Comment 1 Andi Snow-Weaver 2009-06-22 15:38:28 UTC
See survey results form comment 156:

http://www.w3.org/2002/09/wbs/32212/20090615-comments/results#xc156

"...by default if these properties are not
provided the user agent will compute and set this property [SETSIZE] on supporting
roles based on the assumption that all elements in the list are in the DOM."
Comment 2 David Bolter 2009-06-22 15:44:15 UTC
The user agent isn't adding this information to the DOM right?  (Just to the a11y tree)
Comment 3 David Bolter 2010-01-05 18:30:56 UTC
I've reviewed the response in http://www.w3.org/WAI/PF/Group/comments/details?comment_id=156 and it looks correct. I think we can just incorporate prose from this into the impl guide if we want.
Comment 4 David Bolter 2010-03-29 19:27:44 UTC
Note the situation for specifying the size when not all the children are in the DOM is where the children are getting added/removed based on scrolling, or timing, or ajax etc. Only a portion of the total children might be actually in the DOM.