Summary: | Font size is not cascading (only if applied to body tag) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Jeff <jeff> | ||||||
Component: | CSS | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED DUPLICATE | ||||||||
Severity: | Normal | CC: | ap | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Mac | ||||||||
OS: | OS X 10.5 | ||||||||
Attachments: |
|
Description
Jeff
2009-02-13 06:51:22 PST
Created attachment 27656 [details]
Test case
This is the simplest html file I could create that reproduces the bug.
Created attachment 27659 [details]
Full html/css/images to demonstrate bug
Comment on attachment 27659 [details]
Full html/css/images to demonstrate bug
Must have something to do with background images because the original html I attached works without the images in it.
The attached test works correctly for me once I fix its broken CSS - @charset must be the first bytes in the file, but there is a comment before it in the test. So, marking as a duplicate of a bug that tracks making our parser more tolerant in this case. Please note that cascading the font size from body is subject to quirks - it's possible that on your actual site, you use a DOCTYPE that triggers quirks mode in WebKit, but strict mode in Firefox, for example. *** This bug has been marked as a duplicate of 23744 *** |