We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce861d9 commit ae3865dCopy full SHA for ae3865d
1 file changed
css-display/Overview.bs
@@ -483,9 +483,8 @@ Box Generation: the ''display/none'' and ''display/contents'' keywords</h3>
483
are not affected.
484
485
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.
+ and form controls
+ (such as <a href="https://html.spec.whatwg.org/multipage/forms.html#category-submit">submittable elements</a> in [[HTML]]).
489
The effect is exactly as if the UA style sheet had specified
490
''display: none !important'' on such elements,
491
except that the computed style is still ''contents''.
0 commit comments