Bug 40010

Summary: AX: need an aria-help
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch ddkilzer: review+

Description chris fleizach 2010-06-01 11:00:33 PDT
we need an aria-help so that a web dev can customize the help tag
Comment 1 chris fleizach 2010-06-01 12:41:14 PDT
Created attachment 57580 [details]
patch
Comment 2 David Kilzer (:ddkilzer) 2010-06-04 18:02:51 PDT
Comment on attachment 57580 [details]
patch

> Index: LayoutTests/platform/gtk/Skipped
> ===================================================================
> --- LayoutTests/platform/gtk/Skipped	(revision 60497)
> +++ LayoutTests/platform/gtk/Skipped	(working copy)
> @@ -47,6 +47,7 @@
>  accessibility/aria-checkbox-text.html
>  accessibility/aria-combobox.html
>  accessibility/aria-disabled.html
> +accessibility/aria-help.html
>  accessibility/aria-hidden.html
>  accessibility/aria-hidden-with-elements.html
>  accessibility/aria-label.html
> Index: LayoutTests/platform/win/Skipped
> ===================================================================
> --- LayoutTests/platform/win/Skipped	(revision 60497)
> +++ LayoutTests/platform/win/Skipped	(working copy)
> @@ -374,6 +374,7 @@ accessibility/aria-combobox.html
>  accessibility/aria-controls-with-tabs.html
>  accessibility/aria-describedby-on-input.html
>  accessibility/aria-disabled.html
> +accessibility/aria-help.html
>  accessibility/aria-hidden.html
>  accessibility/aria-hidden-with-elements.html
>  accessibility/aria-label.html

If there aren't already bugs for ARIA support on GTK and Windows, please consider filing one for each platform to cover all of these skipped tests.

r=me
Comment 3 chris fleizach 2010-06-04 18:05:20 PDT
(In reply to comment #2)

> 
> If there aren't already bugs for ARIA support on GTK and Windows, please consider filing one for each platform to cover all of these skipped tests.
> 
> 

For GTK
https://bugs.webkit.org/show_bug.cgi?id=40193

for Win
https://bugs.webkit.org/show_bug.cgi?id=40194
Comment 4 chris fleizach 2010-06-04 18:13:01 PDT
http://trac.webkit.org/changeset/60727