Skip to content

Commit 1adac82

Browse files
committed
Resolve #908
Define transformable elements as "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"
1 parent 6849c64 commit 1adac82

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

css-transforms-1/Overview.bs

+2-5
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,9 @@ When used in this specification, terms have the meanings assigned in this sectio
120120

121121
: <dfn>transformable element</dfn>
122122
:: A transformable element is an element in one of these categories:
123-
* an element whose layout is governed by the CSS box model which is either a <a href="https://www.w3.org/TR/CSS2/visuren.html#block-level">block-level</a> or <a href="https://www.w3.org/TR/CSS2/visuren.html#x13">atomic inline-level element</a>, or whose 'display' property computes to ''table-row'', ''table-row-group'', ''table-header-group'', ''table-footer-group'', ''table-cell'', or ''table-caption'' [[!CSS2]]
124-
* 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]].
125-
126-
Issue(w3c/csswg-drafts#2033): Too restrictive and replace black list with white list?
123+
* 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]]
127124

128-
Issue(w3c/csswg-drafts#908): How do transforms apply to inlines?
125+
* 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]].
129126

130127
Issue(w3c/csswg-drafts#358): Adapte SVG2's content model for transformable elements.
131128
: <dfn>transformed element</dfn>

0 commit comments

Comments
 (0)