Changeset 19733 for S60/trunk/WebCore

Show
Ignore:
Timestamp:
02/20/07 07:43:55 (23 months ago)
Author:
brmorris
Message:

hongzhao, reviewed by Zalan

DESC: [S60] - Browser NG, ReTe: Some call links on "cti_attribute.html " page are highlighted incorrectly ESZG-6TU9N9
Fix: Add hover sto a[cti].s
http://bugs.webkit.org/show_bug.cgi?id=12814

Location:
S60/trunk/WebCore
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • S60/trunk/WebCore/ChangeLog

    r19663 r19733  
     1 
     2hongzhao, reviewed by Zalan 
     3 DESC: [S60] - Browser NG, ReTe: Some call links on "cti_attribute.html " page are highlighted incorrectly ESZG-6TU9N9  
     4 Fix: Add hover sto a[cti].s 
     5 http://bugs.webkit.org/show_bug.cgi?id=12814 
     6 
     7        WARNING: NO TEST CASES ADDED OR CHANGED 
     8 
     9        * khtml/css/html4.css: 
     10 
    111w3liu, reviewed by zbujtas@gmail.com 
    212 DESC: PNIO-6YFCUT:  Strange conversion problem (in get " changed to %2522 instead of %22) with for example google search. 
  • S60/trunk/WebCore/khtml/css/html4.css

    r19440 r19733  
    439439 
    440440a[cti] { color: blue; text-decoration: underline; } 
     441a[cti]:hover { outline: auto 4px #aaaaff; outline-offset: 2px } 
    441442 
    442443/* End Inline Elements */