Skip to content

Commit 659372b

Browse files
committed
Make some more links
1 parent ef6f778 commit 659372b

2 files changed

Lines changed: 28 additions & 19 deletions

File tree

css3-text/Overview.html

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2011</h2>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/04/27 01:04:53 $ (CVS $Revision$)</a> <!--
92+
2011/04/27 01:09:35 $ (CVS $Revision$)</a> <!--
9393
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110427/">http://www.w3.org/TR/2011/WD-css3-text-20110427/</a></dd>
9494
-->
9595

@@ -3748,17 +3748,26 @@ <h4 id=fullwidth-collapsing><span class=secno>9.3.1. </span> Fullwidth
37483748
with such full width glyphs as follows:
37493749

37503750
<ul>
3751-
<li>Set fullwidth opening punctuation trim if the previous character is a
3752-
fullwidth opening punctuation, fullwidth middle dot punctuation, or
3753-
ideographic space (U+3000). Else set it fully spaced.
3754-
3755-
<li>Set fullwidth closing punctuation trim if the next character is a
3756-
fullwidth closing punctuation, fullwidth middle dot punctuation, or
3757-
ideographic space (U+3000). Else set it at full width.
3758-
3759-
<li>Set fullwidth closing puntuation followed by fullwidth opening
3760-
punctuation each "half-spaced", i.e. halfway between trim and fully
3751+
<li>Set <a href="#fullwidth-opening-punctuation0"><i>fullwidth opening
3752+
punctuation</i></a> trim if the previous character is a <a
3753+
href="#fullwidth-opening-punctuation0"><i>fullwidth opening
3754+
punctuation</i></a>, <a
3755+
href="#fullwidth-middle-dot-punctuation0"><i>fullwidth middle dot
3756+
punctuation</i></a>, or ideographic space (U+3000). Else set it fully
37613757
spaced.
3758+
3759+
<li>Set <a href="#fullwidth-closing-punctuation0"><i>fullwidth closing
3760+
punctuation</i></a> trim if the next character is a <a
3761+
href="#fullwidth-closing-punctuation0"><i>fullwidth closing
3762+
punctuation</i></a>, <a
3763+
href="#fullwidth-middle-dot-punctuation0"><i>fullwidth middle dot
3764+
punctuation</i></a>, or ideographic space (U+3000). Else set it at full
3765+
width.
3766+
3767+
<li>Set <i>fullwidth closing puntuation</i> followed by <a
3768+
href="#fullwidth-opening-punctuation0"><i>fullwidth opening
3769+
punctuation</i></a> each "half-spaced", i.e. halfway between trim and
3770+
fully spaced.
37623771
</ul>
37633772

37643773
<div class=example>

css3-text/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,15 +2778,15 @@ <h4 id="fullwidth-collapsing">
27782778
font has proportional fullwidth punctuation glyphs), the UA
27792779
must collapse the space typically associated with such full width
27802780
glyphs as follows:
2781-
<li>Set fullwidth opening punctuation trim if the previous
2782-
character is a fullwidth opening punctuation, fullwidth middle dot
2783-
punctuation, or ideographic space (U+3000). Else set it fully spaced.
2784-
<li>Set fullwidth closing punctuation trim if the next
2785-
character is a fullwidth closing punctuation, fullwidth middle dot
2786-
punctuation, or ideographic space (U+3000). Else set it at full
2781+
<li>Set <i>fullwidth opening punctuation</i> trim if the previous
2782+
character is a <i>fullwidth opening punctuation</i>, <i>fullwidth middle dot
2783+
punctuation</i>, or ideographic space (U+3000). Else set it fully spaced.
2784+
<li>Set <i>fullwidth closing punctuation</i> trim if the next
2785+
character is a <i>fullwidth closing punctuation</i>, <i>fullwidth middle dot
2786+
punctuation</i>, or ideographic space (U+3000). Else set it at full
27872787
width.
2788-
<li>Set fullwidth closing puntuation followed by fullwidth opening
2789-
punctuation each "half-spaced", i.e. halfway between trim and fully
2788+
<li>Set <i>fullwidth closing puntuation</i> followed by <i>fullwidth opening
2789+
punctuation</i> each "half-spaced", i.e. halfway between trim and fully
27902790
spaced.
27912791
</ul>
27922792

0 commit comments

Comments
 (0)