For figure Element Issue 90 Straw Poll http://www.w3.org/2002/09/wbs/40318/issue-90-objection-poll/results Figure Element OBJECTION SUMMARY: 1. Accessibility has not been vetted. 2. Lack of implementation. 3. Lack of styling. 4. Added complexity and ambiguity. OBJECTION DETAILS: 1. Accessibility has not been thoroughly vetted or verified. Creating elements that are inherently accessible, that provide accessibility hooks from the get-go, with no additional work by the author is could be a win for accessibility. A mechanism to explicitly provide a caption for an image is a good idea. However, the accessibility of the figure/figcaption elements has not been thoroughly vetted or verified. HTML5 lacks consideration of how figure/figcaption is to be accessible and how AT devices are to interact with it. 1.1. The majority of style guides disallow tables as content for a figure [1]. But HTML5 does not. It allows any flow content in the figure element not just images. This may present a problem. Assistive technology issues of embedding a table into a figure are unknown. It adds complexity without considering repercussions. How would nesting a table into figure affect table reading keys? Do any issues exist with a figcaption + table caption scenario? A table caption is read by JAWS. Will a figcaption be read in the same way? Would one take precedence over the other if they are both included? Would one be read and not the other? How would multiple tables in a figure element be read? It seems that they should linearize correctly but would they? 1.2. The spec does not define how the figure is associated with the original content. Tab's change proposal states, "Users interacting visually with the article can easily skip past this content temporarily and avoid interrupting their reading of the main article, and then return to the content to understand it when they feel comfortable. Expressing this semantic directly in markup allows alternative UAs to present their users with the same ability, thus improving Accessibility." The spec does not say devices should have the ability to skip over the figures, and return later, which would be useful. The figure element could be located outside of an article; it could be located in another part of the web page, even another web page. It is not specified how a connection between this physically separated element is relate back to the original article element. The spec does not specify how this is to be accomplished in a device independent way. It is unknown without investigation the impact this element will have on accessibility. Not considering accessibility at the design stage has been a big mistake for new HTML5 features. As we all know, considering accessibility/bolting it on after the fact is problematic not to mention time consuming (e.g. canvas and video). It takes time to fully vet the accessibility of a feature. One of several examples [2] of the time it takes to merely get a topic on the WAI agenda: In 2008 I first requested that PFWG WAI review multimedia