Agenda request FXTF

Hi FXTF,

I would like to add some items to the next FX TF agenda.

SVG Presentation Attributes and calc()[1], attr()[3], cycle()[2] functions
- Should SVG presentation attributes support calc(), attar(), cycle()?
- Should the syntax inside of these functions be strict CSS (and not accept unit less values; numbers with scientific notations)?

CSS3-Transformms [4]
-Issue 3 on spec: Description of 3D rendering context does not exactly match what WebKit implements.
The referenced paragraph: Three-dimensional transforms can result in transformation matrices with a non-zero Z component, potentially lifting them off the plane of their containing block. Because of this, elements with three-dimensional transformations could potentially render in an front-to-back order that different from the normal CSS rendering order, and intersect with each other. Whether they do so depends on whether the element is a member of a 3D rendering context, as described below. [5]

-CSS Animations/Transitions between different kind of animations that are actually from the same type (translateX to translate) and how getComputedStyle deals with it during the animation. - status update

-non-scaling-stroke and 3D transformations
How can non-scaling-stroke be used if one of the ancestor elements has a 3D transform function applied? (I will send another mail with a more detailed description of the problem till friday).

-What is missing to get to LCWD?

Greetings,
Dirk



[1] http://www.w3.org/TR/css3-values/#calc0
[2] http://www.w3.org/TR/css3-values/#cycle-value
[3] http://www.w3.org/TR/css3-values/#attr-value
[4] http://dev.w3.org/csswg/css3-transforms/
[5] http://dev.w3.org/csswg/css3-transforms/#transform-3d-rendering

Received on Wednesday, 11 April 2012 18:43:42 UTC