You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h5class="no-num no-toc">sample HTML fragment:</h5>
1224
1224
<pre><code>
1225
1225
<div class="container">
1226
1226
<div class="split">This div occupies the left half.</div>
1227
1227
<div class="split">This div occupies the right half.</div>
1228
1228
</div>
1229
1229
</code></pre>
1230
-
<h5class="no-num no-toc">demonstration of sample CSS and (X)HTML:</h5>
1230
+
<h5class="no-num no-toc">demonstration of sample CSS and HTML:</h5>
1231
1231
<divstyle="width:38em; border:1em solid black"><divstyle="box-sizing:border-box; width:50%; border:1em silver ridge; float:left">This div should occupy the left half.</div><divstyle="box-sizing:border-box; width:50%; border:1em silver ridge; float:left">This div should occupy the right half.</div>The two divs above should appear side by side, each (including borders) 50% of the content width of their container. If instead they are stacked one on top of the other then your browser does not support <spanclass="property">'box-sizing'</span>.
1232
1232
</div>
1233
1233
</div>
@@ -1537,8 +1537,8 @@ <h3 id="text-overflow">
1537
1537
<td>as specified</td></tr>
1538
1538
</tbody></table>
1539
1539
1540
-
<p>This property specifies the behavior when text overflows its
1541
-
element (e.g. has 'overflow' of hidden) when text is prevented from wrapping (e.g. due to '<code>white-space:nowrap</code>' or a single word is too long to fit). Values have the following meanings:</p>
1540
+
<p>This property specifies the behavior when text overflows a block-level
1541
+
element that has 'overflow' other than 'visible'. Text may overflow for example when it is prevented from wrapping (e.g. due to '<code>white-space:nowrap</code>' or a single word is too long to fit). Values have the following meanings:</p>
<dd>Render an ellipsis character (U+2026) to represent clipped text, just before where the text would be otherwise clipped (in the direction of the flow of the text being clipped), replacing however many characters are necessary for the ellipsis to fit. If there is insufficient space for the ellipsis itself to fit, then clip the rendering of the ellipsis itself. Implementations may substitute a more language/script-appropriate ellipsis character. Implementations may render three dots "..." instead if the ellipsis character is unavailable. The ellipsis is styled according to the element with text-overflow ellipsis (rather than any deeper descendants without text-overflow ellipsis).</dd>
0 commit comments