[Bug 13562] input type=number is listed in table with control of "text box or spinner control."

https://www.w3.org/Bugs/Public/show_bug.cgi?id=13562

alexander surkov <surkov.alexander@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |surkov.alexander@gmail.com

--- Comment #4 from alexander surkov <surkov.alexander@gmail.com> ---
Currently the spec says that input@type="number" is equivalent to ARIA
spinbutton role and mapped to roles like ROLE_SYSTEM_SPINBUTTON which seems ok
because spinbutton role rather means a text edit used to type numbers, in other
words related spin buttons used to increment/decrement values are optional.

It's worth to add 'Note' section under IAccessible2/ATK saying that the control
should implement IAccessibleValue and AtkValue interfaces
(https://developer.gnome.org/atk/unstable/AtkValue.html).

Events: MSAA EVENT_OBJECT_VALUECHANGE and "accessible-value" ATK signal are
fired when value is changed

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 17 June 2013 07:00:08 UTC