Skip to content

Commit 242e94e

Browse files
committed
Update Changes section
1 parent e9ce291 commit 242e94e

2 files changed

Lines changed: 50 additions & 27 deletions

File tree

css3-text/Overview.html

Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 January
9090
<dt>This version:
9191

9292
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/01/26 00:18:18 $ (CVS $Revision$)</a> <!--<dd><a
93+
2011/01/26 06:00:06 $ (CVS $Revision$)</a> <!--<dd><a
9494
href="http://www.w3.org/TR/2010/WD-css3-text-20101005/">http://www.w3.org/TR/2010/WD-css3-text-20101005/</a></dd> -->
9595

9696

@@ -5005,6 +5005,9 @@ <h3 class=no-num id=recent-changes> Changes from the <a
50055005
<p>Major changes include:
50065006

50075007
<ul>
5008+
<li>Updated line break transformation rules to use East Asian Width
5009+
property, consistent with behavior in MSIE.
5010+
50085011
<li>Moved &lsquo;<code class=css>keep-all</code>&rsquo; value of &lsquo;<a
50095012
href="#line-break0"><code class=property>line-break</code></a>&rsquo;
50105013
back to &lsquo;<a href="#word-break0"><code
@@ -5016,8 +5019,23 @@ <h3 class=no-num id=recent-changes> Changes from the <a
50165019
class=property>line-break</code></a>&rsquo; to &lsquo;<code
50175020
class=css>loose</code>&rsquo;.
50185021

5019-
<li>Reorganized values of &lsquo;<code
5020-
class=property>punctuation-trim</code>&rsquo;.
5022+
<li>Copied hyphenation controls over from <a
5023+
href="http://www.w3.org/TR/css3-gcpm">CSS3 Generated Content for Paged
5024+
Media Module</a> and updated with feedback from <a
5025+
href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0241.html">TPAC</a>
5026+
and <a
5027+
href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0002.html">Oslo
5028+
F2F</a>.
5029+
5030+
<li>Renamed &lsquo;<code class=css>suppress</code>&rsquo; value of
5031+
&lsquo;<a href="#text-wrap0"><code
5032+
class=property>text-wrap</code></a>&rsquo; to &lsquo;<code
5033+
class=css>avoid</code>&rsquo; to be consistent with &lsquo;<code
5034+
class=property>page-break-inside</code>&rsquo;, which has similar
5035+
behavior.
5036+
5037+
<li>Added more details to behavior of &lsquo;<a href="#text-align0"><code
5038+
class=property>text-align</code></a>&rsquo; with &lt;string&gt; values.
50215039

50225040
<li>Added &lsquo;<a href="#text-align-first0"><code
50235041
class=property>text-align-first</code></a>&rsquo;.
@@ -5026,34 +5044,33 @@ <h3 class=no-num id=recent-changes> Changes from the <a
50265044
href="#text-align-last0"><code
50275045
class=property>text-align-last</code></a>&rsquo;.
50285046

5047+
<li>Added &lsquo;<code class=css>none</code>&rsquo; value ot &lsquo;<a
5048+
href="#text-justify0"><code
5049+
class=property>text-justify</code></a>&rsquo;.
5050+
5051+
<li>Reorganized values of &lsquo;<code
5052+
class=property>punctuation-trim</code>&rsquo; and renamed to &lsquo;<a
5053+
href="#text-trim0"><code class=property>text-trim</code></a>&rsquo;.
5054+
50295055
<li>Removed &lsquo;<code class=css>trim</code>&rsquo; keyword of &lsquo;<a
50305056
href="#text-justify0"><code class=property>text-justify</code></a>&rsquo;
5031-
to control it through &lsquo;<code
5032-
class=property>punctuation-trim</code>&rsquo;.
5057+
to control it through &lsquo;<a href="#text-trim0"><code
5058+
class=property>text-trim</code></a>&rsquo;.
50335059

50345060
<li>Removed &lsquo;<code class=css>ideograph-space</code>&rsquo; and
50355061
&lsquo;<code class=css>ideograph-parenthesis</code>&rsquo; values of
50365062
&lsquo;<a href="#text-autospace0"><code
50375063
class=property>text-autospace</code></a>&rsquo;.
50385064

5039-
<li>Copied hyphenation controls over from <a
5040-
href="http://www.w3.org/TR/css3-gcpm">CSS3 Generated Content for Paged
5041-
Media Module</a> and updated with feedback from <a
5042-
href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0241.html">TPAC</a>
5043-
and <a
5044-
href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0002.html">Oslo
5045-
F2F</a>.
5065+
<li>Changed values of &lsquo;<a href="#text-emphasis-position0"><code
5066+
class=property>text-emphasis-position</code></a>&rsquo; and &lsquo;<a
5067+
href="#text-underline-position0"><code
5068+
class=property>text-underline-position</code></a>&rsquo; to allow
5069+
specifying common combinations of horizontal and vertical positions.
50465070

50475071
<li id=text-overflow>Removed definition of the &lsquo;<code
50485072
class=property>text-overflow</code>&rsquo; property, which has been moved
50495073
to <a href="#CSS3UI" rel=biblioentry>[CSS3UI]<!--{{CSS3UI}}--></a>.
5050-
5051-
<li>Renamed &lsquo;<code class=css>suppress</code>&rsquo; value of
5052-
&lsquo;<a href="#text-wrap0"><code
5053-
class=property>text-wrap</code></a>&rsquo; to &lsquo;<code
5054-
class=css>avoid</code>&rsquo; to be consistent with &lsquo;<code
5055-
class=property>page-break-inside</code>&rsquo;, which has similar
5056-
behavior.
50575074
</ul>
50585075

50595076
<h2 class=no-num id=acknowledgements> Acknowledgements</h2>

css3-text/Overview.src.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3853,24 +3853,30 @@ <h3 class="no-num" id="recent-changes">
38533853
<p>Major changes include:</p>
38543854

38553855
<ul>
3856+
<li>Updated line break transformation rules to use East Asian Width
3857+
property, consistent with behavior in MSIE.
38563858
<li>Moved ''keep-all'' value of 'line-break' back to 'word-break' and
38573859
adjusted explanation of properties to match this split.
38583860
<li>Renamed ''newspaper'' value of 'line-break' to ''loose''.
3859-
<li>Reorganized values of 'punctuation-trim'.
3861+
<li>Copied hyphenation controls over from
3862+
<a href="http://www.w3.org/TR/css3-gcpm">CSS3 Generated Content for Paged Media Module</a>
3863+
and updated with feedback from <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0241.html">TPAC</a>
3864+
and <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0002.html">Oslo F2F</a>.
3865+
<li>Renamed ''suppress'' value of 'text-wrap' to ''avoid'' to be consistent
3866+
with 'page-break-inside', which has similar behavior.
3867+
<li>Added more details to behavior of 'text-align' with &lt;string&gt; values.
38603868
<li>Added 'text-align-first'.
38613869
<li>Added ''auto'' value to 'text-align-last'.
3870+
<li>Added ''none'' value ot 'text-justify'.
3871+
<li>Reorganized values of 'punctuation-trim' and renamed to 'text-trim'.
38623872
<li>Removed ''trim'' keyword of 'text-justify' to control it through
3863-
'punctuation-trim'.
3873+
'text-trim'.
38643874
<li>Removed ''ideograph-space'' and ''ideograph-parenthesis'' values
38653875
of 'text-autospace'.
3866-
<li>Copied hyphenation controls over from
3867-
<a href="http://www.w3.org/TR/css3-gcpm">CSS3 Generated Content for Paged Media Module</a>
3868-
and updated with feedback from <a href="http://lists.w3.org/Archives/Public/www-style/2010Nov/0241.html">TPAC</a>
3869-
and <a href="http://lists.w3.org/Archives/Public/www-style/2010Sep/0002.html">Oslo F2F</a>.
3876+
<li>Changed values of 'text-emphasis-position' and 'text-underline-position'
3877+
to allow specifying common combinations of horizontal and vertical positions.
38703878
<li id="text-overflow">Removed definition of the 'text-overflow' property,
38713879
which has been moved to [[CSS3UI]].
3872-
<li>Renamed ''suppress'' value of 'text-wrap' to ''avoid'' to be consistent
3873-
with 'page-break-inside', which has similar behavior.
38743880
</ul>
38753881

38763882
<h2 class="no-num" id="acknowledgements">

0 commit comments

Comments
 (0)