Bug 50428

Summary: [Qt] Support focus ring outline color for links.
Product: WebKit Reporter: Yael <yael>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch. kling: review+

Description Yael 2010-12-02 17:52:33 PST
https://bugs.webkit.org/show_bug.cgi?id=50325 add support for outline color for focus rings in image maps.
We should add the same for links.
Comment 1 Yael 2010-12-03 15:07:39 PST
Created attachment 75550 [details]
Patch.

Take width and offset when drawing the focus ring.
Patch is huge due to the images from the new tests :-)
Comment 2 Andreas Kling 2010-12-06 06:14:44 PST
Comment on attachment 75550 [details]
Patch.

Fantabulous, r=me!
Comment 3 Antonio Gomes 2010-12-06 06:18:53 PST
Comment on attachment 75550 [details]
Patch.

Maybe you should skip the tests for non-qt/mac ports?
Comment 4 Yael 2010-12-06 06:22:04 PST
(In reply to comment #3)
> (From update of attachment 75550 [details])
> Maybe you should skip the tests for non-qt/mac ports?

I was told by Dave Levin that they prefer the tests to show as new, and then they can decide if to skip or add results :)
Comment 5 Yael 2010-12-06 06:52:08 PST
Committed r73362: <http://trac.webkit.org/changeset/73362>