- From: Daniel Holbert via GitHub <sysbot+gh@w3.org>
- Date: Fri, 03 May 2019 21:28:24 +0000
- To: public-css-archive@w3.org
dholbert has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-contain-1] in layout containment section, `display:contents`, `none`, and `table-cell` values should link to these value definitions == In section 3.2. Layout Containment... https://drafts.csswg.org/css-contain/#containment-layout ...the spec begins as follows: > If the element does not generate a principal box (as is the case with `display: contents` or `display: none`), or if the element is an internal table element other than `display: table-cell`, or... Right now, the `display: contents` string is a link and it points at https://drafts.csswg.org/css-display-3/#propdef-display , and the other values aren't linkified at all. I'd expect that: (1) all three should be linkfiied (2) they should point to their actual specific value definition, not to the property definition -- i.e. they should have these three targets https://drafts.csswg.org/css-display-3/#valdef-display-contents https://drafts.csswg.org/css-display-3/#valdef-display-none https://drafts.csswg.org/css-display-3/#valdef-display-table-cell Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3889 using your GitHub account
Received on Friday, 3 May 2019 21:28:25 UTC