Skip to content

Commit b5f217a

Browse files
committed
correct grapheme cluster boundary terminology
1 parent 31149a6 commit b5f217a

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

css3-text/Overview.html

+11-12
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
.char { border: 1px dotted gray; }
7474
tt[lang="ja"] { font-family: "MS Gothic", "Osaka", monospace }
7575
</style>
76-
<link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
76+
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
7777
type="text/css">
7878

7979
<body>
@@ -83,17 +83,16 @@
8383

8484
<h1>CSS Text Level 3</h1>
8585

86-
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 12 April
87-
2011</h2>
86+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 April 2011</h2>
8887

8988
<dl>
90-
<dt>This version:</dt>
91-
<!--
92-
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date$ (CVS $Revision$)</a>
93-
-->
89+
<dt>This version:
9490

95-
<dd><a
96-
href="http://www.w3.org/TR/2011/WD-css3-text-20110412/">http://www.w3.org/TR/2011/WD-css3-text-20110412/</a>
91+
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92+
2011/04/08 17:32:48 $ (CVS $Revision$)</a> <!--
93+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110408/">http://www.w3.org/TR/2011/WD-css3-text-20110408/</a></dd>
94+
-->
95+
9796

9897
<dt>Latest version:
9998

@@ -2886,9 +2885,9 @@ <h3 id=text-justify><span class=secno>8.3. </span> Justification Method:
28862885
title="text-justify:inter-ideographic"><code>inter-ideograph</code></dfn>
28872886

28882887
<dd>Justification primarily changes spacing at word separators and at
2889-
inter-graphemic boundaries in scripts that use no word spaces. This value
2890-
is typically used for <abbr title="Chinese/Japanese/Korean">CJK</abbr>
2891-
languages.
2888+
grapheme cluster boundaries in scripts that use no word spaces. This
2889+
value is typically used for <abbr
2890+
title="Chinese/Japanese/Korean">CJK</abbr> languages.
28922891

28932892
<dt><dfn id=inter-cluster
28942893
title="text-justify:inter-cluster"><code>inter-cluster</code></dfn>

css3-text/Overview.src.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
8888

8989
<dl>
9090
<dt>This version:</dt>
91-
<!--
9291
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date$ (CVS $Revision$)</a>
93-
-->
92+
<!--
9493
<dd><a href="http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-css3-text-[CDATE]/</a></dd>
94+
-->
9595
<dt>Latest version:</dt>
9696
<dd><a
9797
href="http://www.w3.org/TR/css3-text/">http://www.w3.org/TR/css3-text/</a></dd>
@@ -2054,7 +2054,7 @@ <h3 id="text-justify">
20542054
spaces, like English or (sometimes) Korean.</dd>
20552055
<dt><dfn title="text-justify:inter-ideographic"><code>inter-ideograph</code></dfn></dt>
20562056
<dd>Justification primarily changes spacing at word separators and
2057-
at inter-graphemic boundaries in scripts that use no word spaces.
2057+
at grapheme cluster boundaries in scripts that use no word spaces.
20582058
This value is typically used for <abbr title="Chinese/Japanese/Korean">CJK</abbr>
20592059
languages.</dd>
20602060
<dt><dfn title="text-justify:inter-cluster"><code>inter-cluster</code></dfn></dt>

0 commit comments

Comments
 (0)