- From: Stephen McGruer via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Jun 2017 20:39:38 +0000
- To: public-css-archive@w3.org
stephenmcgruer has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-position] Should 'table-column{-group}' reference be removed from position: relative spec? ==
In the CSS3 position spec, the 'position' attribute (https://www.w3.org/TR/css-position-3/#position-property or https://drafts.csswg.org/css-position/#position-property) notes that it applies to:
"all elements except table-column-group and table-column"
However later in the spec it specifies what to do for position: relative (and position: sticky, by inference) for table-column-group and table-column:
"table-column-group, table-column do not offset the respective column and has no visual affect when position: relative is applied." (https://www.w3.org/TR/css-position-3/#valdef-position-relative)
Is such a specification required, if the core 'position' attribute is not valid on elements with those display types?
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1507 using your GitHub account
Received on Wednesday, 7 June 2017 20:39:45 UTC