DescriptionFixes http://code.google.com/p/google-caja/issues/detail?id=1103
body { font: 13px/1.231 Arial, helvetica, clean, sans-serif }
p { font: 83%; }
The cajoler removes the body declaration, making the p declaration
relative to an inconsistent size across browsers.
For full html pages passed to cajole_html, pages that include link
elements for style, the resulting cajoled css omits the body rule
rather than reassigning it to .gadget___ { font... }
Perhaps there's an issue here with accepting 'inherit' as a value?
Regardless, removing the rule altogether seems the wrong solution.
This affects at least YUI reset.css, fonts.css, and grids.css.
fonts.css (used to normalize element font sizes across browsers)
specifically surfaces a use case like that noted above.
Submitted @3670
Patch Set 1 #Patch Set 2 : Issue 1103: style applied to body in css or cascading from body in cajoled source not working #
Total comments: 4
MessagesTotal messages: 3
|
||||||||||||||||||||||||||||||||||||||||||||||