Skip to content

Commit 7ec5ef0

Browse files
author
Tantek Çelik
committed
text-overflow - grammar fix for bidi etc. (in the direction of the flow of the text being clipped)
1 parent 4b08875 commit 7ec5ef0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-ui/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2928,7 +2928,7 @@ <h3 id=text-overflow><span class=secno>9.2. </span> Overflow Ellipsis: the
29282928
title="text-overflow:ellipsis"><code>ellipsis</code></dfn>
29292929

29302930
<dd>Render an ellipsis character (U+2026) to represent clipped text, just
2931-
before where the text would be otherwise clipped (in the direct of the
2931+
before where the text would be otherwise clipped (in the direction of the
29322932
flow of the text being clipped), replacing however many characters are
29332933
necessary for the ellipsis to fit. If there is insufficient space for the
29342934
ellipsis itself to fit, then clip the rendering of the ellipsis itself.

css3-ui/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ <h3 id="text-overflow">
15451545
<dd>Clip text as appropriate. Glyphs may be only partially rendered.</dd>
15461546

15471547
<dt><dfn title="text-overflow:ellipsis"><code>ellipsis</code></dfn></dt>
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>
1548+
<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>
15491549
</dl>
15501550

15511551

0 commit comments

Comments
 (0)