Skip to content

[css-contain-1] in layout containment section, display:contents, none, and table-cell values should link to these value definitions #3889

@dholbert

Description

@dholbert

In section 3.2. Layout Containment...
https://drafts.csswg.org/css-contain/#containment-layout
...the spec mentions three specific values for the display property, 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions