Skip to content

Commit c740008

Browse files
committed
Change 'block' value of text-combine to 'cluster' (from my old notes)
1 parent 67e1a92 commit c740008

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515

1616
<h1>CSS Writing Modes Module Level 3</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 September
19-
2010</h2>
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 October 2010</h2>
2019

2120
<dl>
2221
<dt>This version:
@@ -1022,7 +1021,7 @@ <h2 id=text-combine><span class=secno>7. </span>Glyph Composition: the
10221021
<tr>
10231022
<th>Value:
10241023

1025-
<td>none | block | upright
1024+
<td>none | cluster | upright
10261025

10271026
<tr>
10281027
<th>Initial:
@@ -1063,7 +1062,7 @@ <h2 id=text-combine><span class=secno>7. </span>Glyph Composition: the
10631062

10641063
<dd>No special processing.
10651064

1066-
<dt><dfn id=block title="text-combine:block">block</dfn>
1065+
<dt><dfn id=cluster title="text-combine:cluster">cluster</dfn>
10671066

10681067
<dd>Display the text contents of the element in a single 1em square using
10691068
the Japanese "kumoji" rules. <a href="#JISX4051"

css3-writing-modes/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ <h2 id="text-combine">Glyph Composition: the 'text-combine' property</h2>
717717
</tr>
718718
<tr>
719719
<th>Value:</th>
720-
<td>none | block | upright</td>
720+
<td>none | cluster | upright</td>
721721
</tr>
722722
<tr>
723723
<th>Initial:</th>
@@ -752,7 +752,7 @@ <h2 id="text-combine">Glyph Composition: the 'text-combine' property</h2>
752752
<dl>
753753
<dt><dfn title="text-combine:none">none</dfn>
754754
<dd>No special processing.</dd>
755-
<dt><dfn title="text-combine:block">block</dfn>
755+
<dt><dfn title="text-combine:cluster">cluster</dfn>
756756
<dd>Display the text contents of the element in a single 1em square
757757
using the Japanese "kumoji" rules. [[JISX4051]]
758758
<span class="issue">This doesn't appear in the JLReq document, so

0 commit comments

Comments
 (0)