Skip to content

Commit 0ed5fa3

Browse files
author
Tantek Çelik
committed
explicitly note text-overflow string and 2-value functionality are at-risk.
1 parent 03bef11 commit 0ed5fa3

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

css3-ui/Overview.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,14 @@ <h3 class="no-num no-toc" id=atrisk>Features at risk</h3>
348348

349349
<li>&lsquo;<a href="#ime-mode"><code
350350
class=property>ime-mode</code></a>&rsquo; property
351+
352+
<li>&lsquo;<a href="#text-overflow0"><code
353+
class=property>text-overflow</code></a>&rsquo; property value:
354+
&lt;string&gt;
355+
356+
<li>&lsquo;<a href="#text-overflow0"><code
357+
class=property>text-overflow</code></a>&rsquo; property 2-value syntax
358+
and definition.
351359
</ul>
352360

353361
<h2 class="no-num no-toc" id=summary>Overview</h2>
@@ -374,7 +382,8 @@ <h2 class="no-num no-toc" id=summary>Overview</h2>
374382
<li>Cascading Style Sheets, level 2, revision 1 <a href="#CSS21"
375383
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
376384

377-
<li>User Interface for CSS3 (16 February 2000) [[CSSUI]]
385+
<li><a href="http://www.w3.org/TR/2000/WD-css3-userint-20000216">User
386+
Interface for CSS3 (16 February 2000)</a> [[CSSUI]]
378387
</ul>
379388

380389
<p>This specification contains:
@@ -2982,6 +2991,9 @@ <h3 id=text-overflow><span class=secno>9.2. </span> Overflow Ellipsis: the
29822991
given string is treated as an independent paragraph for bidi purposes.
29832992
</dl>
29842993

2994+
<p class=note> Note: The &lt;string&gt; value, and the 2-value syntax
2995+
"{1,2}" and functionality are all at risk.
2996+
29852997
<p> The term "character" is used in this property definition for better
29862998
readability and means "grapheme cluster" <a href="#UAX29"
29872999
rel=biblioentry>[UAX29]<!--{{!UAX29}}--></a> for implementation purposes.
@@ -3525,7 +3537,7 @@ <h4 id=pointer-events><span class=secno>10.1.2. </span><span
35253537
href="http://wiki.csswg.org/spec/css3-ui#issue-11">11</a>.
35263538

35273539
<p>Values have the following meanings (values defined as "SVG only" behave
3528-
as &lsquo;<code class=css><span class=value>auto</span> </code>&rsquo; in
3540+
as &lsquo;<code class=css><span class=value>auto</span></code>&rsquo; in
35293541
other XHTML and HTML content).
35303542

35313543
<dl>

css3-ui/Overview.src.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ <h3 class="no-num no-toc" id="atrisk">Features at risk</h3>
256256
<li>'content' property value: icon</li>
257257
<li>'icon' property</li>
258258
<li>'ime-mode' property</li>
259+
<li>'text-overflow' property value: &lt;string&gt;</li>
260+
<li>'text-overflow' property 2-value syntax and definition.</li>
259261
</ul>
260262

261263

@@ -279,7 +281,7 @@ <h2 class="no-num no-toc" id="summary">Overview</h2>
279281
</p>
280282
<ul>
281283
<li>Cascading Style Sheets, level 2, revision 1 [[!CSS21]]</li>
282-
<li>User Interface for CSS3 (16 February 2000) [[CSSUI]]</li>
284+
<li><a href="http://www.w3.org/TR/2000/WD-css3-userint-20000216">User Interface for CSS3 (16 February 2000)</a> [[CSSUI]]</li>
283285
</ul>
284286

285287
<p>This specification contains:
@@ -1608,6 +1610,10 @@ <h3 id="text-overflow">
16081610
</dd>
16091611
</dl>
16101612

1613+
<p class="note">
1614+
Note: The &lt;string&gt; value, and the 2-value syntax "{1,2}" and functionality are all at risk.
1615+
</p>
1616+
16111617
<p>
16121618
The term "character" is used in this property definition for better readability and means "grapheme cluster" [[!UAX29]] for implementation purposes.
16131619
</p>
@@ -2018,7 +2024,7 @@ <h4 id="pointer-events"><span class="property">'pointer-events'</span> property<
20182024
<a href="http://wiki.csswg.org/spec/css3-ui#issue-11">11</a>.
20192025
</p>
20202026

2021-
<p>Values have the following meanings (values defined as "SVG only" behave as '<span class="value">auto</span> ' in other XHTML and HTML content).</p>
2027+
<p>Values have the following meanings (values defined as "SVG only" behave as '<span class="value">auto</span>' in other XHTML and HTML content).</p>
20222028

20232029
<dl>
20242030
<dt>auto</dt>

0 commit comments

Comments
 (0)