File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -197,11 +197,12 @@ spec:css-sizing-3; type:property; text:box-sizing
197197 <p class="advisement">
198198 Authors should not assign a display type from the previous list to replaced elements (eg: input fields or images).
199199 When the 'display' property of a replaced element computes to one of these values,
200- it is handled instead as though the author had declared
201- <code> inline </code> (for <a>inline- table</a> , <a>table-cell</a> , <a>table-column</a> ) or
202- <code> block </code> (for all other values).
200+ it is handled instead as though the author had declared either
201+ <code> block </code> (for <a>table</a> display ) or
202+ <code> inline </code> (for all other values).
203203 Whitespace collapsing and box generation must happen around those replaced elements
204- like if they never had any other display type.
204+ like if they never had any table-internal display value applied to them,
205+ and had always been block or inline.
205206 <br/>
206207 </p>
207208
You can’t perform that action at this time.
0 commit comments