Skip to content

Commit d14d8f3

Browse files
committed
[css-ui-3] Allow writing-mode dependent ellipsis character
This resolves issue 92.
1 parent f564fde commit d14d8f3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css-ui/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ Values have the following meanings:
671671
<dd>
672672
Render an ellipsis character (U+2026)
673673
to represent clipped inline content.
674-
Implementations may substitute a more language/script-appropriate
674+
Implementations may substitute a more language, script, or writing-mode appropriate
675675
ellipsis character,
676676
or three dots "..." if the ellipsis character is unavailable.
677677
</dd>

css-ui/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<h1 class="p-name no-ref" id="title">CSS Basic User Interface Module Level 3 (CSS3 UI)</h1>
218218

219219
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
220-
<time class="dt-updated" datetime="2015-04-22">22 April 2015</time></span></h2>
220+
<time class="dt-updated" datetime="2015-04-29">29 April 2015</time></span></h2>
221221

222222
<div data-fill-with="spec-metadata">
223223
<dl>
@@ -1025,7 +1025,6 @@ <h3 class="heading settled" data-level="4.4" id="outline-color"><span class="sec
10251025
| coral
10261026
| rosybrown
10271027
| white
1028-
| mediumseagreen
10291028
| lightskyblue
10301029
| mediumblue
10311030
| lightcyan
@@ -1050,6 +1049,7 @@ <h3 class="heading settled" data-level="4.4" id="outline-color"><span class="sec
10501049
| lightyellow
10511050
| royalblue
10521051
| lightpink
1052+
| mediumseagreen
10531053
| mistyrose
10541054
| palegreen
10551055
| lavenderblush
@@ -1205,7 +1205,6 @@ <h3 class="heading settled" data-level="4.4" id="outline-color"><span class="sec
12051205
| coral
12061206
| rosybrown
12071207
| white
1208-
| mediumseagreen
12091208
| lightskyblue
12101209
| mediumblue
12111210
| lightcyan
@@ -1230,6 +1229,7 @@ <h3 class="heading settled" data-level="4.4" id="outline-color"><span class="sec
12301229
| lightyellow
12311230
| royalblue
12321231
| lightpink
1232+
| mediumseagreen
12331233
| mistyrose
12341234
| palegreen
12351235
| lavenderblush
@@ -1773,7 +1773,7 @@ <h3 class="heading settled" data-level="5.2" id="text-overflow"><span class="sec
17731773
<dd>
17741774
Render an ellipsis character (U+2026)
17751775
to represent clipped inline content.
1776-
Implementations may substitute a more language/script-appropriate
1776+
Implementations may substitute a more language, script, or writing-mode appropriate
17771777
ellipsis character,
17781778
or three dots "..." if the ellipsis character is unavailable.
17791779

@@ -2665,7 +2665,6 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
26652665
| coral
26662666
| rosybrown
26672667
| white
2668-
| mediumseagreen
26692668
| lightskyblue
26702669
| mediumblue
26712670
| lightcyan
@@ -2690,6 +2689,7 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
26902689
| lightyellow
26912690
| royalblue
26922691
| lightpink
2692+
| mediumseagreen
26932693
| mistyrose
26942694
| palegreen
26952695
| lavenderblush
@@ -2845,7 +2845,6 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
28452845
| coral
28462846
| rosybrown
28472847
| white
2848-
| mediumseagreen
28492848
| lightskyblue
28502849
| mediumblue
28512850
| lightcyan
@@ -2870,6 +2869,7 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
28702869
| lightyellow
28712870
| royalblue
28722871
| lightpink
2872+
| mediumseagreen
28732873
| mistyrose
28742874
| palegreen
28752875
| lavenderblush
@@ -3014,7 +3014,6 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
30143014
| coral
30153015
| rosybrown
30163016
| white
3017-
| mediumseagreen
30183017
| lightskyblue
30193018
| mediumblue
30203019
| lightcyan
@@ -3039,6 +3038,7 @@ <h4 class="heading settled" data-level="6.2.1" id="caret-color"><span class="sec
30393038
| lightyellow
30403039
| royalblue
30413040
| lightpink
3041+
| mediumseagreen
30423042
| mistyrose
30433043
| palegreen
30443044
| lavenderblush

0 commit comments

Comments
 (0)