- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Sun, 03 Dec 2017 02:33:24 +0000
- To: public-css-archive@w3.org
fantasai has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-transforms-1] Transformable Elements Too Restrictive == https://www.w3.org/TR/css-transforms-1/#transformable-element > A transformable element is an element in one of these categories: > > * an element whose layout is governed by the CSS box model which is either a block-level or atomic inline-level element, or whose display property computes to table-row, table-row-group, table-header-group, table-footer-group, table-cell, or table-caption [CSS2] > * an element in the SVG namespace and not governed by the CSS box model which has the attributes transform, patternTransform or gradientTransform [SVG11]. The first bullet excludes flex and grid items. I think it should be restructured as a blacklist rather than a whitelist so that it remains correct going forward. Afaict the only thing that's intended to be excluded is table columns/colgroups and non-replaced inlines. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2033 using your GitHub account
Received on Sunday, 3 December 2017 02:33:28 UTC