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
+22-3Lines changed: 22 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1537,15 +1537,34 @@ <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 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>
1540
+
<p>This property specifies the behavior when text overflows
1541
+
a block-level element
1542
+
that has <spanclass="property">'overflow'</span>
1543
+
other than <spanclass="value">'visible'</span>.
1544
+
Text may overflow for example when it is prevented from wrapping
<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>
1554
+
<dd>Render an ellipsis character (U+2026) to represent clipped text
1555
+
replacing however many characters are necessary for the ellipsis to fit.
1556
+
Characters are dropped in reverse document source order:
1557
+
later characters are dropped first.
1558
+
If the <spanclass="property">'direction'</span> of the element is
0 commit comments