We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4780dc commit 6ed5d98Copy full SHA for 6ed5d98
1 file changed
css-display/Overview.bs
@@ -484,9 +484,7 @@ Box Generation: the ''display/none'' and ''display/contents'' keywords</h3>
484
485
This value is treated as ''display: none'' on replaced elements,
486
form controls
487
- (i.e. user interface elements whose element type
488
- can accept and/or submit user data,
489
- such as <code><input></code> and <code><button></code>),
+ (such as <a href="https://html.spec.whatwg.org/multipage/forms.html#category-submit">submittable elements</a> in [[HTML]]),
490
and (obviously) empty elements.
491
The effect is exactly as if the UA style sheet had specified
492
''display: none !important'' on such elements,
0 commit comments