[Bug 17518] Presence of white-space after serialization of CSS values is unspecified

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17518

Simon Pieters <simonp@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Simon Pieters <simonp@opera.com> ---
The part of the spec you linked to doesn't serialize the semicolon. It is what
getPropertyValue returns.

If you mean .cssText on CSSStyleDeclaration, this is specced to include the
semicolon but no trailing space after the last declaration.

http://dev.w3.org/csswg/cssom/#serialize-a-css-declaration-block

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 12 August 2013 19:55:56 UTC