Skip to content

Commit 7559181

Browse files
committed
Add Changes section.
1 parent 2d2511f commit 7559181

2 files changed

Lines changed: 103 additions & 4 deletions

File tree

css3-text/Overview.html

Lines changed: 80 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head><meta content="text/html; charset=utf-8" http-equiv=Content-Type>
66

77
<title>CSS Text Level 3</title>
8-
<link href="../css-module/default.css" rel=stylesheet type="text/css">
8+
<link href="../default.css" rel=stylesheet type="text/css">
99

1010
<style type="text/css">
1111
.egbidiwsaA,.egbidiwsbB,.egbidiwsaB,.egbidiwsbC
@@ -34,8 +34,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 August 2011</h2>
3434
<dl>
3535
<dt>This version:
3636

37-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/19
38-
19:48:42 $ (CVS $Revision$)</a> <!--
37+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/20
38+
06:39:34 $ (CVS $Revision$)</a> <!--
3939
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110820/">http://www.w3.org/TR/2011/WD-css3-text-20110820/</a></dd>
4040
-->
4141

@@ -5362,6 +5362,16 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
53625362
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
53635363
<!---->
53645364

5365+
<dt id=CSS3FONT>[CSS3FONT]
5366+
5367+
<dd>John Daggett. <a
5368+
href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324"><cite>CSS Fonts
5369+
Module Level 3.</cite></a> 24 March 2011. W3C Working Draft. (Work in
5370+
progress.) URL: <a
5371+
href="http://www.w3.org/TR/2011/WD-css3-fonts-20110324">http://www.w3.org/TR/2011/WD-css3-fonts-20110324</a>
5372+
</dd>
5373+
<!---->
5374+
53655375
<dt id=JIS4051>[JIS4051]
53665376

53675377
<dd><cite>Formatting rules for Japanese documents
@@ -5401,10 +5411,77 @@ <h3 class=no-num id=recent-changes> Changes from the <a
54015411
<li>Renamed &lsquo;<code class=property>bikeshedding</code>&rsquo; to
54025412
&lsquo;<a href="#text-space-collapse"><code
54035413
class=property>text-space-collapse</code></a>&rsquo;.
5414+
5415+
<li>Removed &lsquo;<code class=property>hyphenate-resource</code>&rsquo;
5416+
property / &lsquo;<code class=css>@hyphenate-resource</code>&rsquo; rule.
5417+
5418+
5419+
<li>Merged &lsquo;<code class=property>text-trim</code>&rsquo; and
5420+
&lsquo;<code class=property>text-autospace</code>&rsquo; into &lsquo;<a
5421+
href="#text-spacing"><code class=property>text-spacing</code></a>&rsquo;.
5422+
5423+
5424+
<li>Renamed &lsquo;<code class=css>fullwidth</code>&rsquo; and
5425+
&lsquo;<code class=css>fullsize-kana</code>&rsquo; to &lsquo;<code
5426+
class=css>full-width</code>&rsquo; and &lsquo;<code
5427+
class=css>full-size-kana</code>&rsquo; to match values in &lsquo;<code
5428+
class=property>font-variant-width</code>&rsquo;. <a href="#CSS3FONT"
5429+
rel=biblioentry>[CSS3FONT]<!--{{CSS3FONT}}--></a>
5430+
5431+
<li>Added &lsquo;<code class=css>&lt;length></code>&rsquo; values to
5432+
&lsquo;<a href="#tab-size0"><code
5433+
class=property>tab-size</code></a>&rsquo; (at-risk).
5434+
5435+
<li>Removed &lsquo;<code class=css>all</code>&rsquo; value of &lsquo;<a
5436+
href="#hyphens0"><code class=property>hyphens</code></a>&rsquo; property.
5437+
5438+
5439+
<li>Renamed &lsquo;<code class=property>word-wrap</code>&rsquo; to
5440+
&lsquo;<a href="#overflow-wrap0"><code
5441+
class=property>overflow-wrap</code></a>&rsquo;.
5442+
5443+
<li>Changed &lsquo;<a href="#text-decoration-line0"><code
5444+
class=property>text-decoration-line</code></a>&rsquo; value syntax for
5445+
cancelling ancestor text decorations.
5446+
5447+
<li>Removed suggestion to inset decorations from the content box edges in
5448+
favor of an explicit &lsquo;<code class=css>edges</code>&rsquo; value for
5449+
&lsquo;<a href="#text-decoration-skip0"><code
5450+
class=property>text-decoration-skip</code></a>&rsquo;.
5451+
5452+
<li>Added &lsquo;<a href="#text-decoration-skip0"><code
5453+
class=property>text-decoration-skip</code></a>&rsquo; property.
5454+
5455+
<li>Removed &lsquo;<code class=property>text-outline</code>&rsquo;
5456+
property.
54045457
</ul>
54055458

54065459
<p>Significant details updated:
54075460

5461+
<ul>
5462+
<li>More precise definition of a "character"/grapheme cluster and its
5463+
properties.
5464+
5465+
<li>Specified order of text operations.
5466+
5467+
<li>Added more details on case mapping, fullwidth mapping, and small kana
5468+
mapping.
5469+
5470+
<li>Removed interaction of white space collapsing and &lsquo;<code
5471+
class=property>text-autospace</code>&rsquo;.
5472+
5473+
<li>Cleaned up details on &lsquo;<a href="#line-break0"><code
5474+
class=property>line-break</code></a>&rsquo;.
5475+
5476+
<li>Significant tweaking to &lsquo;<a href="#text-justify0"><code
5477+
class=property>text-justify</code></a>&rsquo; prose to make it clearer
5478+
and more coherent.
5479+
5480+
<li>Replaced parts of &lsquo;<a href="#text-shadow0"><code
5481+
class=property>text-shadow</code></a>&rsquo; description with pointer to
5482+
&lsquo;<code class=property>box-shadow</code>&rsquo;.
5483+
</ul>
5484+
54085485
<h2 class=no-num id=default-stylesheet>Appendix D: Default UA Stylesheet</h2>
54095486

54105487
<p>This appendix is informative, and is to help UA developers to implement

css3-text/Overview.src.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>CSS Text Level 3</title>
7-
<link rel="stylesheet" type="text/css" href="../css-module/default.css">
7+
<link rel="stylesheet" type="text/css" href="../default.css">
88

99
<style type="text/css">
1010
.egbidiwsaA,.egbidiwsbB,.egbidiwsaB,.egbidiwsbC
@@ -3975,9 +3975,31 @@ <h3 class="no-num" id="recent-changes">
39753975

39763976
<ul>
39773977
<li>Renamed 'bikeshedding' to 'text-space-collapse'.
3978+
<li>Removed 'hyphenate-resource' property / ''@hyphenate-resource'' rule.
3979+
<li>Merged 'text-trim' and 'text-autospace' into 'text-spacing'.
3980+
<li>Renamed ''fullwidth'' and ''fullsize-kana'' to ''full-width'' and ''full-size-kana'' to match values in 'font-variant-width'. [[CSS3FONT]]
3981+
<li>Added ''&lt;length>'' values to 'tab-size' (at-risk).
3982+
<li>Removed ''all'' value of 'hyphens' property.
3983+
<li>Renamed 'word-wrap' to 'overflow-wrap'.
3984+
<li>Changed 'text-decoration-line' value syntax for cancelling ancestor
3985+
text decorations.
3986+
<li>Removed suggestion to inset decorations from the content box edges
3987+
in favor of an explicit ''edges'' value for 'text-decoration-skip'.
3988+
<li>Added 'text-decoration-skip' property.
3989+
<li>Removed 'text-outline' property.
39783990
</ul>
39793991

39803992
<p>Significant details updated:</p>
3993+
<ul>
3994+
<li>More precise definition of a "character"/grapheme cluster and its properties.
3995+
<li>Specified order of text operations.
3996+
<li>Added more details on case mapping, fullwidth mapping, and small kana mapping.
3997+
<li>Removed interaction of white space collapsing and 'text-autospace'.
3998+
<li>Cleaned up details on 'line-break'.
3999+
<li>Significant tweaking to 'text-justify' prose to make it clearer and
4000+
more coherent.
4001+
<li>Replaced parts of 'text-shadow' description with pointer to 'box-shadow'.
4002+
</ul>
39814003

39824004
<h2 class="no-num" id="default-stylesheet">Appendix D: Default UA Stylesheet</h2>
39834005

0 commit comments

Comments
 (0)