[Webkit-unassigned] [Bug 98357] [GTK] accessibility/aria-readonly.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 09:16:07 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=98357


James Craig <james at cookiecrook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |james at cookiecrook.com




--- Comment #5 from James Craig <james at cookiecrook.com>  2012-12-12 09:18:30 PST ---
If @aria-readonly is set to false, the accessibility API should report that the item is readonly, even in the case where the item is actually writeable. ARIA allows the author to set specific overrides, even if they are wrong or conflict with native behavior. In this case, the author could script the "readonly" behavior on change or on keypress, so the rendering engine needs to report what the author explicitly added, whether or not the rendering engine thinks it conflicts with native functionality.

Minor nit with the test case: id="htmlReadOnlyTextArea" appears twice in the document, so it's not validating or showing up in the inspector correctly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list