Open GoogleCodeExporter opened 9 years ago
Original comment by dean.edw...@gmail.com
on 13 Mar 2010 at 4:01
Analysis: the call to createStyleSheet results in a call to
createRule({"float":"left", ".left") inside the file createStyleSheet.js. Then,
via a forEach.detect and an anonymous function the propertyName "float" is
translated in Firefox by "propertyName =
CSSStyleDeclaration.getPropertyName(propertyName);" to the value "css-float"
and later added to the "rule" (and thus "styleSheet") object. The
toString-method on the styleSheet object translate the "css-float" property
name to the string "cssFloat". And that's not a valid CSS property name.
Original comment by doek...@gmail.com
on 13 Feb 2011 at 5:42
Original issue reported on code.google.com by
doek...@gmail.com
on 13 Mar 2010 at 3:20Attachments: