Skip to content

Commit 2a1cf1b

Browse files
committed
* Fixed "Changes from 2003 CR"
* Added an emphasis mark illustration for vertical text flow
1 parent e225184 commit 2a1cf1b

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

css3-text/Overview.src.html

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,7 +3151,7 @@ <h4 id="text-emphasis-position">
31513151
<tr>
31523152
<th scope="col" rowspan=2>Language</th>
31533153
<th scope="col" colspan=2>Preferred mark position</th>
3154-
<th scope="col" rowspan=2>Illustration</th>
3154+
<th scope="col" colspan=2 rowspan=2>Illustration</th>
31553155
</tr>
31563156
<tr>
31573157
<th>Horizontal</th>
@@ -3167,6 +3167,11 @@ <h4 id="text-emphasis-position">
31673167
title="Emphasis (shown in blue for clarity) applied above a fragment of Japanese text"
31683168
src="text-emphasis-ja.gif" height="28" width="225">
31693169
</td>
3170+
<td rowspan="4">
3171+
<img alt="Emphasis marks appear on the right of each emphasized character in vertical Japanese text."
3172+
title="Emphasis applied on the right of a fragment of Japanese text"
3173+
src="text-emphasis-v.gif" height="89" width="34">
3174+
</td>
31703175
</tr>
31713176
<tr>
31723177
<td scope="row">Mongolian</td>
@@ -3410,6 +3415,8 @@ <h3 id="changes-2003">
34103415
property has been replaced by the
34113416
<a href="#text-wrap" class="property">'text-wrap'</a> and
34123417
<a href="#word-break" class="property">'word-break'</a> property.</li>
3418+
<li>Added 'auto' value to 'line-break', which allows the UA to vary
3419+
breaking strictness based on the effective line length.
34133420
<li>The <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#linefeed-treatment" class="property">'linefeed-treatment'</a>,
34143421
<a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#white-space-treatment" class="property">'white-space-treatment'</a>,
34153422
and <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#all-space-treatment" class="property">'all-space-treatment'</a>
@@ -3419,9 +3426,13 @@ <h3 id="changes-2003">
34193426
and <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#max-font-size" class="property">'max-font-size'</a>
34203427
properties have been delegated to the next revision of the
34213428
<a href="http://www.w3.org/TR/css3-fonts/">CSS3 Fonts</a> module.
3422-
<li>Change 'text-align's vertical text behavior for the 'left' and 'right'
3429+
<li>Change 'text-align' property's vertical text behavior for the 'left' and 'right'
34233430
values to be relative to LTR text rather than relative to the beginning
34243431
of the line stack.
3432+
<li>Added 'match-parent' keyword to 'text-align' to address some bidi
3433+
use cases such as aligning lists.
3434+
<li>Allow keyword and &lt;string&gt; to be specified jointly for
3435+
'text-align' to handle degenerate cases.
34253436
<li>The 'size' value has been removed from the
34263437
<a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-align-last" class="property">'text-align-last'</a>
34273438
property.
@@ -3430,6 +3441,9 @@ <h3 id="changes-2003">
34303441
the <a href="#word-spacing" class="property">'word-spacing'</a> and
34313442
<a href="#letter-spacing" class="property">'letter-spacing'</a>
34323443
properties to guide justification.
3444+
<li>Added ''trim'' keyword to 'text-justify' as a replacement to
3445+
'text-justify-trim'.
3446+
<li>Removed ''tibetan'' keyword to 'text-justify'.
34333447
<li>The <a href="#word-spacing" class="property">'word-spacing'</a>
34343448
and <a href="#letter-spacing" class="property">'letter-spacing'</a>
34353449
now take percentage values.</li>
@@ -3448,12 +3462,12 @@ <h3 id="changes-2003">
34483462
explicitly specified with prioritized expansion opportunities.
34493463
<li><a href="#text-justify">'text-justify-trim'</a> has been dropped
34503464
in favor of the ''trim'' keyword for the 'text-justify' property.
3451-
<li>An 'end' value has been added to
3452-
<a href="#punctuation-trim">'punctuation-trim'</a>.
3465+
<li>Added ''end'' and ''allow-end'' value to 'punctuation-trim'.
34533466
<li><a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#kerning-props">'kerning-mode: contextual'</a>
34543467
has been replaced with <a href="#punctuation-trim">'punctuation-trim: adjacent'</a>.
34553468
Any further controls for kerning will likely be delegated to the Fonts
34563469
module.
3470+
<li>Added ''punctuation'' keyword to 'text-autospace' property.
34573471
<li>The <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-decoration-overview">text
34583472
decoration properties</a> for controlling underline/overline/strike-through
34593473
line decorations have been replaced by a <a href="#line-decoration">new
@@ -3479,13 +3493,15 @@ <h3 id="changes-2003">
34793493
in</a> by Ian Hickson and fantasai on 8 March 2003
34803494
(<a href="http://lists.w3.org/Archives/Member/w3c-css-wg/2003JanMar/0364.html">minus</a>
34813495
the 'text-align' dependence rules).
3496+
<li>Added ''each-line'' keyword to 'text-indent'.
34823497
<li>The <a href="#hanging-punctuation">'hanging-punctuation'</a> property
34833498
has been redesigned with several combinable values instead of
34843499
''start'', ''end'', and ''both'' to eliminate the script and language
34853500
dependencies.
34863501
<li>The <a href="#text-overflow">'text-overflow'</a> properties have
34873502
been compressed into one property and given a much more precise
34883503
specified behavior.
3504+
<li>Added ''fullwidth'' and ''large-kana'' to 'text-transform' property.
34893505
</ul>
34903506

34913507
<p><a name="Progression"></a>

css3-text/text-emphasis-v.gif

1.08 KB
Loading

0 commit comments

Comments
 (0)