Bug 13205

Cynthia,

Working on bug 13205.

In the bug, you wrote "We actually think we should remove most of the
section, including the table, and tell browsers to simulate a click if MSAA
doDefaultAction is called, or if *ANY* pattern method is called via UIA.
JavaScript event handlers can then react to the click event and set the
aria properties.  The browser will update the API based on the aria
property changes, and it should all work."

I have removed the table from section 5.7 Actions. But I am uncertain what
"remove most of this section" means.

<current text>
Actions are exposed by the following rules:

      elements which are natively focusable will usually have a default
      action or pattern specified as part of the native markup language
      specification.

      User agents should set the default action to click or set the Invoke
      pattern for elements that have been made focusable by the author. For
      example, in HTML, authors indicate elements that are focusable using
      tabindex="0".

      User agents should set the default action to click if the element has
      registered a click event handler

In MSAA, an action can be mapped to the DoDefaultAction and DefaultAction
properties unless it is already supported by the baseline mapping (e.g.,
jump action for the hyperlink element).

In Microsoft UIA, an action can be mapped to the Invoke pattern, unless it
is already supported by the baseline mapping.

In IAccessible2, an action can be exposed by the IAccessibleAction
interface.
</current text>

Please advise specifically what, if any, of this remaining text needs to be
deleted.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13205

Andi
                                                                   
                                                                   
                                                                   
  IBM Research       Andi Snow-Weaver                              
                     Accessibility Standards Program Manager       
                     Human Ability & Accessibility Center          
                                                                   
                     Tel: +1-720-663-2789                          
                     Email: andisnow@us.ibm.com                    
                                                                   
                                                                   
                                                                   

Received on Tuesday, 20 September 2011 20:09:47 UTC