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