Skip to content

Commit ae3865d

Browse files
committed
[css-display] Remove ref to empty elements, to avoid implying special behavior.
1 parent ce861d9 commit ae3865d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css-display/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,8 @@ Box Generation: the ''display/none'' and ''display/contents'' keywords</h3>
483483
are not affected.
484484

485485
This value is treated as ''display: none'' on replaced elements,
486-
form controls
487-
(such as <a href="https://html.spec.whatwg.org/multipage/forms.html#category-submit">submittable elements</a> in [[HTML]]),
488-
and (obviously) empty elements.
486+
and form controls
487+
(such as <a href="https://html.spec.whatwg.org/multipage/forms.html#category-submit">submittable elements</a> in [[HTML]]).
489488
The effect is exactly as if the UA style sheet had specified
490489
''display: none !important'' on such elements,
491490
except that the computed style is still ''contents''.

0 commit comments

Comments
 (0)