RESOLVED INVALID97599
Consider implementing link highlighting using CSS and element active state
https://bugs.webkit.org/show_bug.cgi?id=97599
Summary Consider implementing link highlighting using CSS and element active state
Rick Byers
Reported 2012-09-25 13:24:41 PDT
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.
Attachments
Rick Byers
Comment 1 2012-10-01 17:53:08 PDT
I thought I assigned this when I filed it.. oh well..
Rick Byers
Comment 2 2014-11-17 17:23:18 PST
Old chromium-specific.
Note You need to log in before you can comment on or make changes to this bug.