Opened 8 years ago
Closed 5 years ago
#16624 closed enhancement (patchwelcome)
make dom-style support CSS3 properties
Reported by: | bill | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | HTML | Version: | 1.8.3 |
Keywords: | Cc: | cjolif | |
Blocked By: | Blocking: |
Description (last modified by )
Make dom-style support set and get of CSS3 properties, which may need to be mapped to browser specific prefixes, ex: "webkitTransform" instead of "transform", so that app code can do:
domStyle.set(elem, "transform", "translate3d(0px,1px,0px)")
dom-style.js already has name mapping functionality in _floatAliases[], but it doesn't do CSS3 properties.
See #16175 and dojox/mobile/_css3.js for the code to basically do this.
Change History (3)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 8 years ago by
Cc: | cjolif added |
---|
comment:3 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Given that no one has shown interest in creating a patch in the past 2+ years, I'm closing this as patchwelcome.