Skip to content

Commit b357bf8

Browse files
committed
[css-transforms-1] Use SVG definitions for transformable elements. w3c#358
1 parent d6513cc commit b357bf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-transforms-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,10 @@ When used in this specification, terms have the meanings assigned in this sectio
121121
<div data-export>
122122
: <dfn>transformable element</dfn>
123123
:: A transformable element is an element in one of these categories:
124-
* all elements whose layout is governed by the CSS box model except for non-replaced inline boxes, table-column boxes, and table-column-group boxes [[!CSS2]]
124+
* all elements whose layout is governed by the CSS box model except for non-replaced inline boxes, table-column boxes, and table-column-group boxes [[!CSS2]],
125125

126-
* an element in the SVG namespace and not governed by the CSS box model which has the attributes <a element-attr for>transform</a>, <{pattern/patternTransform}> or <{linearGradient/gradientTransform}> [[!SVG11]].
126+
* all SVG <a>paint server elements</a> and SVG <a>renderable elements</a> with the exception of any descendant element of <a>text content elements</a> [[!SVG2]].
127127

128-
Issue(w3c/csswg-drafts#358): Adapte SVG2's content model for transformable elements.
129128
: <dfn>transformed element</dfn>
130129
:: An element with a computed value other than ''transform/none'' for the 'transform' property.
131130

@@ -1390,6 +1389,7 @@ At this point there are no information about potential privacy or security conce
13901389
The following changes were made since the <a href="https://www.w3.org/TR/2017/WD-css-transforms-1-20171130/">30 November 2017 Working Draft</a>.
13911390
* Remove specification text that makes <a element-attr for=pattern>patternTransform</a>, <a element-attr for=linearGradient>gradientTransform</a> presentation attributes representing the 'transform' property. That is going to get specified by SVG 2 [[SVG2]].
13921391
* Added <a href="#priv-sec">privacy and security</a> section.
1392+
* Use [[SVG2]] definitions for <a>transformable elements</a>.
13931393
* Added special syntax for <a element-attr for>transform</a>, <{linearGradient/gradientTransform}> and <{pattern/patternTransform}> attributes.
13941394

13951395
ISSUE: Add all changes.

0 commit comments

Comments
 (0)