Skip to content

Commit 44e96e7

Browse files
committed
Re-run postprocess to Output.html
1 parent 2a1cf1b commit 44e96e7

1 file changed

Lines changed: 50 additions & 8 deletions

File tree

css3-text/Output.html

Lines changed: 50 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4125,7 +4125,7 @@ <h4 id=text-emphasis-position><span class=secno>10.2.4. </span> Emphasis
41254125

41264126
<th colspan=2 scope=col>Preferred mark position
41274127

4128-
<th rowspan=2 scope=col>Illustration
4128+
<th colspan=2 rowspan=2 scope=col>Illustration
41294129

41304130
<tr>
41314131
<th>Horizontal
@@ -4145,6 +4145,11 @@ <h4 id=text-emphasis-position><span class=secno>10.2.4. </span> Emphasis
41454145
src=text-emphasis-ja.gif title="Emphasis (shown in blue for clarity)
41464146
applied above a fragment of Japanese text" width=225>
41474147

4148+
<td rowspan=4> <img alt="Emphasis marks appear on the right of each
4149+
emphasized character in vertical Japanese text." height=89
4150+
src=text-emphasis-v.gif title="Emphasis applied on the right of a
4151+
fragment of Japanese text" width=34>
4152+
41484153
<tr>
41494154
<td scope=row>Mongolian
41504155

@@ -4439,6 +4444,11 @@ <h3 id=changes-2003><span class=secno>11.2. </span> Changes from the <a
44394444
href="#word-break">&lsquo;<code
44404445
class=property>word-break</code>&rsquo;</a> property.
44414446

4447+
<li>Added &lsquo;<code class=property>auto</code>&rsquo; value to
4448+
&lsquo;<a href="#line-break0"><code
4449+
class=property>line-break</code></a>&rsquo;, which allows the UA to vary
4450+
breaking strictness based on the effective line length.
4451+
44424452
<li>The <a class=property
44434453
href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#linefeed-treatment">&lsquo;<code
44444454
class=property>linefeed-treatment</code>&rsquo;</a>, <a class=property
@@ -4460,10 +4470,19 @@ <h3 id=changes-2003><span class=secno>11.2. </span> Changes from the <a
44604470
href="http://www.w3.org/TR/css3-fonts/">CSS3 Fonts</a> module.
44614471

44624472
<li>Change &lsquo;<a href="#text-align0"><code
4463-
class=property>text-align</code></a>&rsquo;s vertical text behavior for
4464-
the &lsquo;<code class=property>left</code>&rsquo; and &lsquo;<code
4465-
class=property>right</code>&rsquo; values to be relative to LTR text
4466-
rather than relative to the beginning of the line stack.
4473+
class=property>text-align</code></a>&rsquo; property's vertical text
4474+
behavior for the &lsquo;<code class=property>left</code>&rsquo; and
4475+
&lsquo;<code class=property>right</code>&rsquo; values to be relative to
4476+
LTR text rather than relative to the beginning of the line stack.
4477+
4478+
<li>Added &lsquo;<code class=property>match-parent</code>&rsquo; keyword
4479+
to &lsquo;<a href="#text-align0"><code
4480+
class=property>text-align</code></a>&rsquo; to address some bidi use
4481+
cases such as aligning lists.
4482+
4483+
<li>Allow keyword and &lt;string&gt; to be specified jointly for &lsquo;<a
4484+
href="#text-align0"><code class=property>text-align</code></a>&rsquo; to
4485+
handle degenerate cases.
44674486

44684487
<li>The &lsquo;<code class=property>size</code>&rsquo; value has been
44694488
removed from the <a class=property
@@ -4481,6 +4500,15 @@ <h3 id=changes-2003><span class=secno>11.2. </span> Changes from the <a
44814500
class=property>letter-spacing</code>&rsquo;</a> properties to guide
44824501
justification.
44834502

4503+
<li>Added &lsquo;<code class=css>trim</code>&rsquo; keyword to &lsquo;<a
4504+
href="#text-justify0"><code class=property>text-justify</code></a>&rsquo;
4505+
as a replacement to &lsquo;<code
4506+
class=property>text-justify-trim</code>&rsquo;.
4507+
4508+
<li>Removed &lsquo;<code class=css>tibetan</code>&rsquo; keyword to
4509+
&lsquo;<a href="#text-justify0"><code
4510+
class=property>text-justify</code></a>&rsquo;.
4511+
44844512
<li>The <a class=property href="#word-spacing">&lsquo;<code
44854513
class=property>word-spacing</code>&rsquo;</a> and <a class=property
44864514
href="#letter-spacing">&lsquo;<code
@@ -4513,9 +4541,10 @@ <h3 id=changes-2003><span class=secno>11.2. </span> Changes from the <a
45134541
&lsquo;<a href="#text-justify0"><code
45144542
class=property>text-justify</code></a>&rsquo; property.
45154543

4516-
<li>An &lsquo;<code class=property>end</code>&rsquo; value has been added
4517-
to <a href="#punctuation-trim">&lsquo;<code
4518-
class=property>punctuation-trim</code>&rsquo;</a>.
4544+
<li>Added &lsquo;<code class=css>end</code>&rsquo; and &lsquo;<code
4545+
class=css>allow-end</code>&rsquo; value to &lsquo;<a
4546+
href="#punctuation-trim0"><code
4547+
class=property>punctuation-trim</code></a>&rsquo;.
45194548

45204549
<li><a
45214550
href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#kerning-props">&lsquo;<code
@@ -4524,6 +4553,10 @@ <h3 id=changes-2003><span class=secno>11.2. </span> Changes from the <a
45244553
adjacent</code>&rsquo;</a>. Any further controls for kerning will likely
45254554
be delegated to the Fonts module.
45264555

4556+
<li>Added &lsquo;<code class=css>punctuation</code>&rsquo; keyword to
4557+
&lsquo;<a href="#text-autospace0"><code
4558+
class=property>text-autospace</code></a>&rsquo; property.
4559+
45274560
<li>The <a
45284561
href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-decoration-overview">text
45294562
decoration properties</a> for controlling
@@ -4562,6 +4595,10 @@ <h3 id=changes-2003><span class=secno>11.2. </span> Changes from the <a
45624595
the &lsquo;<a href="#text-align0"><code
45634596
class=property>text-align</code></a>&rsquo; dependence rules).
45644597

4598+
<li>Added &lsquo;<a href="#each-line"><code
4599+
class=css>each-line</code></a>&rsquo; keyword to &lsquo;<a
4600+
href="#text-indent0"><code class=property>text-indent</code></a>&rsquo;.
4601+
45654602
<li>The <a href="#hanging-punctuation">&lsquo;<code
45664603
class=property>hanging-punctuation</code>&rsquo;</a> property has been
45674604
redesigned with several combinable values instead of &lsquo;<code
@@ -4573,6 +4610,11 @@ <h3 id=changes-2003><span class=secno>11.2. </span> Changes from the <a
45734610
class=property>text-overflow</code>&rsquo;</a> properties have been
45744611
compressed into one property and given a much more precise specified
45754612
behavior.
4613+
4614+
<li>Added &lsquo;<code class=css>fullwidth</code>&rsquo; and &lsquo;<code
4615+
class=css>large-kana</code>&rsquo; to &lsquo;<a
4616+
href="#text-transform0"><code
4617+
class=property>text-transform</code></a>&rsquo; property.
45764618
</ul>
45774619

45784620
<p><a name=Progression></a> <a name=direction></a> <a

0 commit comments

Comments
 (0)