We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54544ac commit 13d1dd0Copy full SHA for 13d1dd0
1 file changed
css-tables-3/Overview.bs
@@ -191,9 +191,9 @@ spec:css22; type:property; text:display
191
</dl>
192
193
<p class="advisement">
194
- Authors must not assign a display type from the previous list to replaced elements (like input fields or images).
+ Authors should not assign a display type from the previous list to replaced elements (eg: input fields or images).
195
When the 'display' property of a replaced element computes to one of these values,
196
- it is handled instead as would
+ it is handled instead as though the author had declared
197
<code>inline</code> (for <a>inline-table</a>, <a>table-cell</a>, <a>table-column</a>) or
198
<code>block</code> (for all other values).
199
Whitespace collapsing and box generation must happen around those replaced elements
0 commit comments