[Bug 23068] New: Serialization of <angle> don't match browsers

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

            Bug ID: 23068
           Summary: Serialization of <angle> don't match browsers
    Classification: Unclassified
           Product: CSS
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM
          Assignee: simonp@opera.com
          Reporter: simonp@opera.com
        QA Contact: public-css-bugzilla@w3.org
                CC: ayg@aryeh.name, dbaron@dbaron.org, rniwa@webkit.org
        Depends on: 16185
            Blocks: 16189

+++ This bug was initially created as a clone of Bug #16185 +++

Transform (mind the prefixes) is serialized as "rotate(100grad)" in every
browser except Opera, which serializes it as "rotate(90deg)".  The spec seems
to support Opera, but I suspect that's just an error, maybe dating back to a
time when deg was the only angle unit.  Angles should serialize like lengths,
as the appropriate <number> followed by the unit in canonical form.

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

Received on Monday, 26 August 2013 14:36:01 UTC