Skip to content

Commit 6ed5d98

Browse files
committed
[css-display] Use HTML definition of “submittable element” since that's much better than this unweildy desription. #1024 #540
1 parent f4780dc commit 6ed5d98

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

css-display/Overview.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,9 +484,7 @@ Box Generation: the ''display/none'' and ''display/contents'' keywords</h3>
484484

485485
This value is treated as ''display: none'' on replaced elements,
486486
form controls
487-
(i.e. user interface elements whose element type
488-
can accept and/or submit user data,
489-
such as <code>&lt;input&gt;</code> and <code>&lt;button&gt;</code>),
487+
(such as <a href="https://html.spec.whatwg.org/multipage/forms.html#category-submit">submittable elements</a> in [[HTML]]),
490488
and (obviously) empty elements.
491489
The effect is exactly as if the UA style sheet had specified
492490
''display: none !important'' on such elements,

0 commit comments

Comments
 (0)