Skip to content

Commit 6fa4260

Browse files
committed
Add issue of adding TeX example as a placeholder.
1 parent 651c037 commit 6fa4260

2 files changed

Lines changed: 17 additions & 10 deletions

File tree

css3-text/Overview.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 August 2011</h2>
3535
<dt>This version:
3636

3737
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
38-
2011/08/19 01:01:30 $ (CVS $Revision$)</a> <!--
38+
2011/08/19 19:45:32 $ (CVS $Revision$)</a> <!--
3939
<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

@@ -614,15 +614,16 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
614614
class=property>letter-spacing</code></a>&rsquo; is &lsquo;<code
615615
class=css>normal</code>&rsquo;?
616616

617-
<p>A more complicated problem is the <a
617+
<p class=issue>A more complicated problem is the <a
618618
href="http://blogs.msdn.com/b/michkap/archive/2006/08/18/706383.aspx">greek
619619
uppercasing rules</a> which actually alter the diacritics. How should we
620620
handle that?
621621

622-
<p class=note>A future level of CSS may introduce an &lsquo;<a
623-
href="#text-transform0"><code class=css>@text-transform</code></a>&rsquo;
624-
rule similar to &lsquo;<code class=css>@counter-style</code>&rsquo; from
625-
[[CSS3LISTS]] to create mapping tables for less common text transforms.
622+
<p class=note>A future level of CSS may introduce the ability to create
623+
custom mapping tables for less common text transforms, such as by
624+
&lsquo;<a href="#text-transform0"><code
625+
class=css>@text-transform</code></a>&rsquo; rule similar to &lsquo;<code
626+
class=css>@counter-style</code>&rsquo; from [[CSS3LISTS]].
626627

627628
<h2 id=white-space-processing><span class=secno>3. </span> White Space
628629
Processing</h2>
@@ -2880,6 +2881,9 @@ <h3 id=text-justify><span class=secno>7.3. </span> Justification Method:
28802881
such as alternate glyphs or glyph compression to help justify the text
28812882
under any method. This behavior is not controlled by this level of CSS.
28822883

2884+
<p class=issue>Add example of using &lsquo;<a href="#text-justify0"><code
2885+
class=property>text-justify</code></a>&rsquo; with the TeX algorithm.
2886+
28832887
<div class=example>
28842888
<p>3.8 Line Adjustment in <a href="#JLREQ"
28852889
rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a> gives an example of a set of

css3-text/Overview.src.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ <h3 id="text-transform">
289289
(see the <a href="http://www.microsoft.com/typography/otspec/features_ae.htm#cpsp">cpsp</a>
290290
feature in OpenType). Should we turn that on when 'letter-spacing' is ''normal''?</p>
291291

292-
<p>A more complicated problem is the <a href="http://blogs.msdn.com/b/michkap/archive/2006/08/18/706383.aspx">greek uppercasing rules</a>
292+
<p class="issue">A more complicated problem is the <a href="http://blogs.msdn.com/b/michkap/archive/2006/08/18/706383.aspx">greek uppercasing rules</a>
293293
which actually alter the diacritics. How should we handle that?
294294

295-
<p class="note">A future level of CSS may introduce an ''@text-transform''
296-
rule similar to ''@counter-style'' from [[CSS3LISTS]] to create mapping
297-
tables for less common text transforms.
295+
<p class="note">A future level of CSS may introduce the ability to create
296+
custom mapping tables for less common text transforms, such as by
297+
''@text-transform'' rule similar to ''@counter-style'' from [[CSS3LISTS]].
298298

299299
<h2 id="white-space-processing">
300300
White Space Processing</h2>
@@ -2048,6 +2048,9 @@ <h3 id="text-justify">
20482048
justify the text under any method. This behavior is not controlled by
20492049
this level of CSS.</p>
20502050

2051+
<p class="issue">Add example of using 'text-justify' with the TeX
2052+
algorithm.</p>
2053+
20512054
<div class="example">
20522055
<p>3.8 Line Adjustment in [[JLREQ]] gives an example of a set of rules for
20532056
how a text formatter can justify Japanese text.

0 commit comments

Comments
 (0)