Skip to content

Commit 13d1dd0

Browse files
author
Greg Whitworth
committed
[css-tables] Made small editorial change for authors stated in issue w3c#508
1 parent 54544ac commit 13d1dd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-tables-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ spec:css22; type:property; text:display
191191
</dl>
192192

193193
<p class="advisement">
194-
Authors must not assign a display type from the previous list to replaced elements (like input fields or images).
194+
Authors should not assign a display type from the previous list to replaced elements (eg: input fields or images).
195195
When the 'display' property of a replaced element computes to one of these values,
196-
it is handled instead as would
196+
it is handled instead as though the author had declared
197197
<code>inline</code> (for <a>inline-table</a>, <a>table-cell</a>, <a>table-column</a>) or
198198
<code>block</code> (for all other values).
199199
Whitespace collapsing and box generation must happen around those replaced elements

0 commit comments

Comments
 (0)