[Bug 16003] New: CSSTransformValue is defined, but there's no way to get one

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

           Summary: CSSTransformValue is defined, but there's no way to
                    get one
           Product: CSS
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Transforms
        AssignedTo: smfr@me.com
        ReportedBy: ayg@aryeh.name
         QAContact: public-css-bugzilla@w3.org
                CC: cmarrin@apple.com, eoconnor@apple.com, dino@apple.com,
                    dschulze@adobe.com


http://dev.w3.org/csswg/css3-transforms/ defines a CSSTransformValue interface.
 However, unless I'm missing something, it provides no way to obtain any object
that implements this interface, such as operations on other interfaces that
return a CSSTransformValue, or attributes on other interfaces of type
CSSTransformValue, or a constructor on the CSSTransformValue interface.  Either
some way of obtaining a CSSTransformValue needs to be defined, or the interface
should be removed from the spec.

Cf. bug 15443.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 16 February 2012 18:19:02 UTC