Action: Review HTML Section 7 on User Interaction

The following are based on the version of the HTML 5 spec at http://dev.w3.org/html5/spec/Overview.html 25 Aug working draft.



HTML section: 7.1, the hidden attribute



issue: Accessibility APIs must honor this.



Comment:
User agents will need to ensure to reflect the state of this attribute in their accessibility APIs.  This may be stating the obvious but is worth calling out since there are various situations today where AT products do or do not show the same text that is visually displayed and this is another potential variable to keep in mind.


UAWG: We need to develop some kind of test criteria around this, espeically for AT support/compat

HTML section: 7.3 scroll into view

Accessibility Issue: What should happen to focus here, especially keyboard focus?  This is an interesting one.  The GL talks about calling attention at times as in The scrollIntoView([top]) method, when called, must cause the element on which the method was called to have the attention of the user called to it.  Exactly what this means for accessibility and how UA should do this in an accessible fashion are good things to think about.

HTML section: 7.9 drag and drop
Accessibility Issue:  This still seems plagued with accessibility actions.  This needs more discussion around accessibility.  Is it enough to say that the start/end point experiences of the drag/drop must be accessible.  What about everything that can happen along the journey?  I think we need to discuss this one further with PF and ourselves.

Received on Thursday, 27 August 2009 15:53:36 UTC