[Webkit-unassigned] [Bug 27727] New: Transformations have CSS values of DOMCSSValueList, not DOMWebkitCSSTransformationValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 11:39:32 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27727

           Summary: Transformations have CSS values of DOMCSSValueList,
                    not DOMWebkitCSSTransformationValue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andy at andymatuschak.org
                CC: simon.fraser at apple.com


Created an attachment (id=33561)
 --> (https://bugs.webkit.org/attachment.cgi?id=33561)
Test case demonstrating the problem

Overview:
To parse a -webkit-transform property, the developer needs to be able to
determine the types of transformations described within (translation, rotation,
etc). There are definitions for an DOMWebkitCSSTransformationValue interface
that would provide for this, but they're never actually provided by the DOM
when queried.

I'm encountering this problem when using Obj-C bindings, so it's possible that
when queried via JS, this doesn't happen.

Steps to reproduce:
1. Call getPropertyCSSValue("-webkit-transform") on an element with a
transformation.
2. Examine the CSSValueList returned, note the type of each item.

Actual results:
The items are CSSValueLists.

Expected results:
The items should be WebkitCSSTransformationValues.

See attached test case.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list