Skip to content

Commit 23534b7

Browse files
author
kojiishi
committed
[css-text] Fixed "..." to "."
1 parent a86754f commit 23534b7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

css-text/Overview.html

Lines changed: 4 additions & 5 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-27 name=dcterms.date>
13+
<meta content=2013-10-02 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,12 @@
6868

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

71-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 September
72-
2013</h2>
71+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 October 2013</h2>
7372

7473
<dl>
7574
<dt>This version:</dt>
7675
<!--
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>
76+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20131002/">http://www.w3.org/TR/2013/WD-css3-text-20131002/</a></dd>
7877
-->
7978

8079
<dd><a
@@ -2255,7 +2254,7 @@ <h3 id=text-justify-property><span class=secno>7.3. </span> Justification
22552254
</dl>
22562255

22572256
<p>The exact justification algorithm is UA-dependent; however, CSS provides
2258-
some general guidelines...
2257+
some general guidelines.
22592258

22602259
<h4 id=expanding-text><span class=secno>7.3.1. </span> Expanding and
22612260
Compressing Text</h4>

css-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ <h3 id="text-justify-property">
16031603
</dl>
16041604

16051605
<p>The exact justification algorithm is UA-dependent;
1606-
however, CSS provides some general guidelines...
1606+
however, CSS provides some general guidelines.
16071607

16081608
<h4 id="expanding-text">
16091609
Expanding and Compressing Text</h4>

0 commit comments

Comments
 (0)