[Webkit-unassigned] [Bug 56401] New: hover then un-hover makes state change
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 15 12:35:52 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=56401
Summary: hover then un-hover makes state change
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
URL: http://idea.ed.ac.uk/bugs/css-before.html
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mpfourman at yahoo.co.uk
The document (see below) validates as HTML5.
Hovering then moving mouse away does not revert to original appearance.
Bug reproducible on the following browsers
Webkit Safari Nightly Version 5.0.4 (6533.20.27, r80833)
Google Chrome 10.0.648.133 beta
Safari release Version 5.0.4 (6533.20.27)
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>A css bug?</title>
<style type="text/css">
td:before { content:"> "; }
td:hover:before { content:"< "; }
</style>
</head>
<body>
<p>Surely the appearance should return to initial state when the hover is finished.</p>
<table>
<tr>
<td>Hover over me to test then move the mouse away.
<ul></ul>
</td>
</tr>
</table>
</body>
</html>
--
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