Skip to content

Commit 151769f

Browse files
committed
* Marked 'text-emphasis-skip' as at risk
* Added 'text-emphasis-skip' to Cultural Correlations section * Added an issue to 'text-emphasis-skip'
1 parent ea5b1c4 commit 151769f

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

css3-text/Overview.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 May 2011</h2>
9090
<dt>This version:
9191

9292
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/05/06 02:10:00 $ (CVS $Revision$)</a> <!--
93+
2011/05/08 09:26:48 $ (CVS $Revision$)</a> <!--
9494
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110508/">http://www.w3.org/TR/2011/WD-css3-text-20110508/</a></dd>
9595
-->
9696

@@ -231,6 +231,9 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2>
231231
class=property>text-decoration-skip</code></a>&rsquo; property /
232232
&lsquo;<code class=css>ink</code>&rsquo; value
233233

234+
<li>the &lsquo;<a href="#text-emphasis-skip0"><code
235+
class=property>text-emphasis-skip</code></a>&rsquo; property
236+
234237
<li><span class=issue>audit draft and add more here</span>
235238
</ul>
236239

@@ -5439,6 +5442,9 @@ <h4 id=text-emphasis-skip><span class=secno>11.2.5. </span> Emphasis Mark
54395442
unassigned characters (Cc, Cf, Cn) are skipped regardless of the value of
54405443
this property.
54415444

5445+
<p class=issue>This syntax requires UA to implement drawing marks for
5446+
spaces. Is there any use case for doing so?
5447+
54425448
<p class=issue>Is there any use case for &lsquo;<code
54435449
class=css>none</code>&rsquo;?
54445450

@@ -6016,6 +6022,12 @@ <h2 class=no-num id=traditions>Appendix C: Cultural Correlations</h2>
60166022

60176023
<td>CJK
60186024

6025+
<tr>
6026+
<td>&lsquo;<a href="#text-emphasis-skip0"><code
6027+
class=property>text-emphasis-skip</code></a>&rsquo;
6028+
6029+
<td>CJK
6030+
60196031
<tr>
60206032
<td>&lsquo;<a href="#text-spacing"><code
60216033
class=property>text-spacing</code></a>&rsquo;

css3-text/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ <h2 class="no-num no-toc" id="status">Status of This Document</h2>
183183
<li>the 'text-outline' property
184184
<li>the 'text-spacing' property
185185
<li>the 'text-decoration-skip' property / ''ink'' value
186+
<li>the 'text-emphasis-skip' property
186187
<li><span class="issue">audit draft and add more here</span>
187188
</ul>
188189

@@ -4133,6 +4134,8 @@ <h4 id="text-emphasis-skip">
41334134
regardless of the value of this property.</li>
41344135
</p>
41354136

4137+
<p class="issue">This syntax requires UA to implement drawing marks for spaces.
4138+
Is there any use case for doing so?</p>
41364139
<p class="issue">Is there any use case for ''none''?</p>
41374140
<p class="issue">There's an opinion to split punctuation to
41384141
connectors and delimiters;
@@ -4413,6 +4416,8 @@ <h2 class="no-num" id="traditions">Appendix C: Cultural Correlations</h2>
44134416
<td>CJK
44144417
<tr><td>'text-emphasis-position'
44154418
<td>CJK
4419+
<tr><td>'text-emphasis-skip'
4420+
<td>CJK
44164421
<tr><td>'text-spacing'
44174422
<td>CJK
44184423
<tr><td>'text-spacing': ''punctuation''

0 commit comments

Comments
 (0)