Skip to content

Commit 31bc0a4

Browse files
committed
Add some notes per Kyoto F2F
1 parent 21af122 commit 31bc0a4

2 files changed

Lines changed: 29 additions & 3 deletions

File tree

css3-text/Overview.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
<h1>CSS Text Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 August 2011</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

3737
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
38-
2011/08/15 22:00:25 $ (CVS $Revision$)</a> <!--
39-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110816/">http://www.w3.org/TR/2011/WD-css3-text-20110816/</a></dd>
38+
2011/08/16 22:54:23 $ (CVS $Revision$)</a> <!--
39+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110819/">http://www.w3.org/TR/2011/WD-css3-text-20110819/</a></dd>
4040
-->
4141

4242

@@ -787,6 +787,15 @@ <h3 id=white-space-collapsing><span class=secno>3.1. </span> White Space
787787
<!-- -->}</pre>
788788
</div>
789789

790+
<p class=issue>It's been pointed out that &lsquo;<code
791+
class=css>trim-inner</code>&rsquo;, &lsquo;<code
792+
class=css>consume-before</code>&rsquo;, and &lsquo;<code
793+
class=css>consume-after</code>&rsquo; won't work well because &lsquo;<a
794+
href="#text-space-collapse"><code
795+
class=property>text-space-collapse</code></a>&rsquo; is inherited, meaning
796+
that inserting a &lt;span> or &gt;div> would cause more white space to be
797+
removed than otherwise.
798+
790799
<h3 id=tab-size><span class=secno>3.2. </span> Tab Character Size: the
791800
&lsquo;<a href="#tab-size0"><code
792801
class=property>tab-size</code></a>&rsquo; property</h3>
@@ -1362,6 +1371,12 @@ <h3 id=line-break><span class=secno>4.1. </span> Line Breaking Strictness:
13621371
</ul>
13631372
</ul>
13641373

1374+
<p class=note>In CSS3 no distinction is made among the levels of strictness
1375+
in non-CJK text: only CJK codepoints are affected, unless the text is
1376+
marked as Chinese or Japanese, in which case some additional common
1377+
codepoints are affected. However a future level of CSS may add behaviors
1378+
affecting non-CJK text.
1379+
13651380
<p>Support for this property is <em>optional</em>. It is recommended for
13661381
UAs that wish to support CJK typography and strongly recommended for UAs
13671382
in the Japanese market.

css3-text/Overview.src.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,11 @@ <h3 id="white-space-collapsing">
432432
<!-- -->}</pre>
433433
</div>
434434

435+
<p class="issue">It's been pointed out that ''trim-inner'', ''consume-before'',
436+
and ''consume-after'' won't work well because 'text-space-collapse' is
437+
inherited, meaning that inserting a &lt;span> or &gt;div> would cause more
438+
white space to be removed than otherwise.
439+
435440
<h3 id="tab-size">
436441
Tab Character Size: the 'tab-size' property</h3>
437442

@@ -886,6 +891,12 @@ <h3 id="line-break">
886891
</ul>
887892
</ul>
888893

894+
<p class="note">In CSS3 no distinction is made among the levels of
895+
strictness in non-CJK text: only CJK codepoints are affected, unless
896+
the text is marked as Chinese or Japanese, in which case some additional
897+
common codepoints are affected. However a future level of CSS may add
898+
behaviors affecting non-CJK text.
899+
889900
<p>Support for this property is <em>optional</em>. It is recommended
890901
for UAs that wish to support CJK typography and strongly recommended
891902
for UAs in the Japanese market.</p>

0 commit comments

Comments
 (0)