This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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
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."
The user agent isn't adding this information to the DOM right? (Just to the a11y tree)
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.
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.