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
Copy file name to clipboardExpand all lines: css3-ui/Overview.src.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1537,15 +1537,15 @@ <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 containing
1540
+
<p>This property specifies the behavior when text overflows its
1541
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>
<dd>Render an ellipsis character (U+2026) to represent clipped text, just before where the text would be otherwise clipped (in the direct 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 should be styled consistent with the text being ellipsed.</dd>
1548
+
<dd>Render an ellipsis character (U+2026) to represent clipped text, just before where the text would be otherwise clipped (in the direct 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