Bug 5455
Summary: | list-style-type can't be set to "none" in response to a :hover pseudo-class if a bullet is already visible | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bryan Fox <bry_fox> |
Component: | CSS | Assignee: | Beth Dakin <bdakin> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 412 | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://overheard.org/listHover.html |
Bryan Fox
In this example, each <li> is set to have no bullet displayed. When hovered over, list-style type is set to
"disc" (though it could be an image or any other bullet). On "mouseout", the bullet doesn't disappear (list-
style-type does not revert to "none").
Similarly, if a bullet is set to disc by default, a :hover setting of "none" won't make the bullet disappear on
rollover.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexei Svitkine
This is a duplicate of: http://bugzilla.opendarwin.org/show_bug.cgi?id=4855
mitz
*** This bug has been marked as a duplicate of 4855 ***