- From: <bugzilla@jessica.w3.org>
- Date: Wed, 14 Mar 2012 17:30:40 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16374 Summary: Allow transform function list with out explicit separation Product: CSS Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Transforms AssignedTo: smfr@me.com ReportedBy: dschulze@adobe.com QAContact: public-css-bugzilla@w3.org CC: ayg@aryeh.name, cmarrin@apple.com, eoconnor@apple.com, smfr@me.com, dino@apple.com, dschulze@adobe.com The CSS3 Transform specification might allow transform lists, where the single transform functions are not separated at all: transform: translate(100px,100px)rotate(45deg); The same for the presentation attribute: transform="translate(100,100)rotate(45)" Neither CSS3 Transforms nor SVG Transform allow it at the moment. Nevertheless, it works on the browsers: Safari, Chrome, Firefox and Opera. Currently untested is IE, I'll test it on IE today and give feedback. -- 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 Wednesday, 14 March 2012 17:30:45 UTC