[Webkit-unassigned] [Bug 97599] New: Consider implementing link highlighting using CSS and element active state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 13:24:14 PDT 2012


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

           Summary: Consider implementing link highlighting using CSS and
                    element active state
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Enhancement
          Priority: P3
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rbyers at chromium.org


Link highlighting and setting the active state with touch have similar properties - eg. with ENABLE(GESTURE_EVENTS) they're both triggered via GestureTapDown/GestureTapCancel.  Maybe it would be nice if link highlighting was just a default special case for touch of active state - i.e. we the default active state for a div was a combination of CSS rules (and maybe shadow DOM) that drew the highlight.  

Lots of potential  issues here (perf etc.) but worth thinking about long term.  See https://bugs.webkit.org/show_bug.cgi?id=96060#c16 for more discussion.

-- 
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