Skip to content

Commit 4d529e7

Browse files
committed
[css-text] Fix spacing
1 parent 38f18ae commit 4d529e7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

css-text/Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-09-26 name=dcterms.date>
13+
<meta content=2013-09-27 name=dcterms.date>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -68,13 +68,13 @@
6868

6969
<h1>CSS Text Module Level 3</h1>
7070

71-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 September
71+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 September
7272
2013</h2>
7373

7474
<dl>
7575
<dt>This version:</dt>
7676
<!--
77-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130926/">http://www.w3.org/TR/2013/WD-css3-text-20130926/</a></dd>
77+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130927/">http://www.w3.org/TR/2013/WD-css3-text-20130927/</a></dd>
7878
-->
7979

8080
<dd><a
@@ -2425,8 +2425,8 @@ <h2 id=spacing><span class=secno>8. </span> Spacing</h2>
24252425
spacing.
24262426

24272427
<div class=example>
2428-
<p>In the following example, word spacing is halved, but may expand
2429-
  if needed for text justification.
2428+
<p>In the following example, word spacing is halved, but may expand if
2429+
needed for text justification.
24302430

24312431
<pre>p { word-spacing: -50%; }</pre>
24322432
</div>
@@ -3603,10 +3603,10 @@ <h3 class=no-num id=normative-ref> Normative references</h3>
36033603
<dt id=CSS21>[CSS21]
36043604

36053605
<dd>Bert Bos; et al. <a
3606-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
3606+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
36073607
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
36083608
2011. W3C Recommendation. URL: <a
3609-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
3609+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
36103610
</dd>
36113611
<!---->
36123612

css-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,8 +1747,8 @@ <h2 id="spacing">
17471747
making it possible to, for example, double or eliminate word spacing.
17481748

17491749
<div class="example">
1750-
<p>In the following example, word spacing is halved, but may expand
1751-
  if needed for text justification.
1750+
<p>In the following example, word spacing is halved,
1751+
but may expand if needed for text justification.
17521752
<pre>p { word-spacing: -50%; }</pre>
17531753
</div>
17541754

0 commit comments

Comments
 (0)