Skip to content

Commit f0a4ab6

Browse files
committed
Fixes bugs pointed by Shinyu Murakami
1 parent 18e3ad2 commit f0a4ab6

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

css3-text/Overview.src.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3482,7 +3482,7 @@ <h3 id="text-overflow"><a name="text-overflow-props"></a><a name="text-overflow-
34823482
</tbody>
34833483
</table>
34843484

3485-
<p>This property ...
3485+
<p>This property specifies the behavior when text overflows containing element.
34863486
Values have the following meanings:</p>
34873487

34883488
<dl>
@@ -3586,7 +3586,8 @@ <h2 id="changes"><span class="secno">11.</span>
35863586
<ul>
35873587
<li>The <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#line-break" class="property">'line-break'</a>
35883588
and <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#word-break-cjk" class="property">'word-break-*'</a>
3589-
properties have been reorganized
3589+
properties have been reorganized and redesigned as
3590+
<a href="#line-break" class="property">'line-break'</a> and
35903591
<a href="#word-break" class="property">'word-break'</a> property.</li>
35913592
<li>The <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#wrap-option" class="property">'wrap-option'</a>
35923593
property has been replaced by the
@@ -3626,9 +3627,6 @@ <h2 id="changes"><span class="secno">11.</span>
36263627
the <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#linefeed-treatment" class="property">'linefeed-treatment'</a>
36273628
property has been removed because style sheets should not be expected
36283629
to adapt to the source code formatting style.
3629-
<li>The <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-align-last">'size'</a>
3630-
value for <a href="#text-align-last">text-align-last</a> has been
3631-
removed.
36323630
<li><a href="#text-justify">Text justification</a> has been much more
36333631
explicitly specified with prioritized expansion opportunities.
36343632
<li><a href="#text-justify">'text-justify-trim'</a> has been dropped
@@ -3665,8 +3663,8 @@ <h2 id="changes"><span class="secno">11.</span>
36653663
(<a href="http://lists.w3.org/Archives/Member/w3c-css-wg/2003JanMar/0364.html">minus</a>
36663664
the 'text-align' dependence rules).
36673665
<li>The <a href="#hanging-punctuation">'hanging-punctuation'</a> property
3668-
has been redesigned with the combinable values 'start', 'end', and
3669-
'end-edge' instead of 'start', 'end', and 'both' to eliminate the
3666+
has been redesigned with the combinable values 'first', 'last', 'allow-end', and
3667+
'force-end' instead of 'start', 'end', and 'both' to eliminate the
36703668
script and language dependencies.
36713669
<li>The <a href="#text-overflow">'text-overflow'</a> properties have
36723670
been compressed into one property and given a much more precise

0 commit comments

Comments
 (0)