Bug 40010 - AX: need an aria-help
Summary: AX: need an aria-help
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 11:00 PDT by chris fleizach
Modified: 2010-06-04 18:13 PDT (History)
1 user (show)

See Also:


Attachments
patch (4.94 KB, patch)
2010-06-01 12:41 PDT, chris fleizach
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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