Updates:
Cc: [EMAIL PROTECTED]
Labels: HasReduction Report-to-webkit
Comment #5 on issue 1154 by [EMAIL PROTECTED]: Mouse over problem with image
http://code.google.com/p/chromium/issues/detail?id=1154
Reduction:
http://go/reductions/1154/test-standard.html
In the style definition, there is a syntax error(behind
text "voice-family"):
......
#menu4 li a{ height:40px; voice-family:"\"}
\"";
voice-family:inherit;
height:24px;
text-decoration:none}
......
IE/Firefox can ignore this error and interpret the following styles
correctly,
Chrome/Safari can't and ignore all of the following styles. This is the
cause of the
issue.
Attachments:
test-standard.html 1.4 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---