Skip to content

Commit aa7e32d

Browse files
SelenITtabatkins
authored andcommitted
Fix the 'Changes' section (w3c#1583)
The 'Changes' section still stated that `display:contents` on replaced elements etc. computed to `inline`, although the spec has been updated with more detailed rules for such elements with `display:none` as a general rule. This commit aims to fix it.
1 parent 356b329 commit aa7e32d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-display/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ Changes</h2>
11171117
<ul>
11181118
<li>Deferred the <css>box-suppress/display-or-not</css> property to the next level of Display,
11191119
in order to provide time for futher discussion of use cases.
1120-
<li>Specified that ''display: contents'' computes to ''display: inline'' on replaced elements and form controls.
1120+
<li>Specified the effects of ''display: contents'' on unusual elements such as replaced elements and form controls.
11211121
<li>Clarified that an element’s ''::before'' and ''::after'' pseudo-elements still exist if its own box is not generated due to ''display: contents''.
11221122
<li>Clarified that event bubbling is not affected by ''display: contents''.
11231123
<li>Clarified interaction of run-ins with out-of-flow elements and ''::first-letter''.

0 commit comments

Comments
 (0)