- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Aug 2011 06:05:26 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv6196
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix markup per Murakami-san
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- Overview.html 29 Aug 2011 05:55:19 -0000 1.174
+++ Overview.html 29 Aug 2011 06:05:24 -0000 1.175
@@ -34,8 +34,8 @@
<dl>
<dt>This version:
- <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/20
- 07:13:18 $ (CVS $Revision$)</a> <!--
+ <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/29
+ 05:55:19 $ (CVS $Revision$)</a> <!--
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110829/">http://www.w3.org/TR/2011/WD-css3-text-20110829/</a></dd>
-->
@@ -418,8 +418,6 @@
<li class=no-num><a href="#appendix-h-full-property-index">Appendix H:
Full Property Index</a>
- <li class=no-num><a href="#index">Appendix I: Index</a>
-
<li class=no-num><a href="#traditions">Appendix J: Cultural
Correlations</a>
</ul>
@@ -1558,12 +1556,14 @@
meanings:
<dl>
- <dt>none
+ <dt><dfn id=none0 title="hyphens:none">‘<code
+ class=css>none</code>’</dfn>
<dd>Words are not broken at line breaks, even if characters inside the
word suggest line break points.
- <dt>manual
+ <dt><dfn id=manual title="hyphens:manual">‘<code
+ class=css>manual</code>’</dfn>
<dd>Words are only broken at line breaks where there are characters inside
the word that suggest line break opportunities. Characters can be
@@ -1583,7 +1583,8 @@
<pre>ex&shy;ample</pre>
</div>
- <dt>auto
+ <dt><dfn id=auto0 title="hyphens:auto">‘<code
+ class=css>auto</code>’</dfn>
<dd>Words can be broken at appropriate hyphenation points either as
determined by hyphenation characters inside the word or as determined
@@ -1911,7 +1912,7 @@
to the reader at the same time. Values are:
<dl>
- <dt><dfn id=none0>‘<code class=css>none</code>’</dfn>
+ <dt><dfn id=none1>‘<code class=css>none</code>’</dfn>
<dd>No restrictions imposed.
@@ -2029,7 +2030,7 @@
ZW, and GL line-breaking classes in <a href="#UAX14"
rel=biblioentry>[UAX14]<!--{{!UAX14}}--></a> must be honored.
- <dt><dfn id=none1 title="text-wrap:none">‘<code
+ <dt><dfn id=none2 title="text-wrap:none">‘<code
class=css>none</code>’</dfn>
<dd>Lines may not break; text that does not fit within the block container
@@ -2585,7 +2586,7 @@
to) also support it on inline elements. It takes the following values:
<dl>
- <dt><dfn id=auto0 title="text-justify:auto">‘<code
+ <dt><dfn id=auto1 title="text-justify:auto">‘<code
class=css>auto</code>’</dfn>
<dd>The UA determines the justification algorithm to follow, based on a
@@ -2599,7 +2600,7 @@
scripts, e.g. the ‘<code class=css>inter-cluster</code>’
method with block scripts raised to first priority.</p>
- <dt><dfn id=none2 title="text-justify:none">‘<code
+ <dt><dfn id=none3 title="text-justify:none">‘<code
class=css>none</code>’</dfn>
<dd>Justification is disabled. <span class=note>This value is intended for
@@ -3239,7 +3240,7 @@
<dd>Specifies the baseline behavior, equivalent to ‘<code
class=css>space-start allow-end trim-adjacent</code>’.
- <dt><dfn id=none3 title="text-spacing:none">‘<code
+ <dt><dfn id=none4 title="text-spacing:none">‘<code
class=css>none</code>’</dfn>
<dt>
@@ -3248,8 +3249,8 @@
with full-width glyphs.
<dt><dfn id=ideograph-alpha
- title="text-spacing:ideograph-alpha">ideograph-alpha'‘<code
- class=css></code></dfn>
+ title="text-spacing:ideograph-alpha">‘<code
+ class=css>ideograph-alpha</code>’</dfn>
<dd>Creates 1/4em extra spacing between runs of <a
href="#ideographs"><i>ideographs</i></a> and <a
@@ -3259,9 +3260,8 @@
rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a></span>
<dt><dfn id=ideograph-numeric
- title="text-spacing:ideograph-numeric">’‘<code
- class=property>ideograph-numeric</code>’‘<code
- class=css></code></dfn>
+ title="text-spacing:ideograph-numeric">‘<code
+ class=css>ideograph-numeric</code>’</dfn>
<dd>Creates 1/4em extra spacing between runs of <a
href="#ideographs"><i>ideographs</i></a> and <a
@@ -3270,15 +3270,13 @@
behavior is specified in <a href="#JLREQ"
rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a></span>
- <dt><dfn id=punctuation
- title="text-spacing:punctuation">’‘<code
- class=property>punctuation</code>’‘<code
- class=css></code></dfn>
+ <dt><dfn id=punctuation title="text-spacing:punctuation">‘<code
+ class=css>punctuation</code>’</dfn>
<dd>Creates extra non-breaking spacing around punctuation as required by
language-specific typographic conventions. In this level, if the
- element’s content language is French, narrow no-break space
- (U+202F) and no-break space (U+00A0) is be inserted where required by <a
+ element's content language is French, narrow no-break space (U+202F) and
+ no-break space (U+00A0) is be inserted where required by <a
href="http://unicode.org/udhr/n/notes_fra.html">French typographic
guidelines</a>. Otherwise this value has no effect. However future
specifications may add automatic spacing behavior for other languages.
@@ -3909,7 +3907,7 @@
<p>Values have the following meanings:
<dl>
- <dt><dfn id=none4 title="hanging-punctuation:none">‘<code
+ <dt><dfn id=none5 title="hanging-punctuation:none">‘<code
class=css>none</code>’</dfn>
<dd>No characters can hang.
@@ -4162,48 +4160,58 @@
Values have the following meanings:
<dl>
- <dt><dfn id=none5 title="text-decoration-line:none">none</dfn>
+ <dt><dfn id=none6 title="text-decoration-line:none">‘<code
+ class=css>none</code>’</dfn>
<dd>Neither produces nor inhibits text decoration.
- <dt><dfn id=underline>underline</dfn>
+ <dt><dfn id=underline>‘<code class=css>underline</code>’</dfn>
+
<dd>Each line of text is underlined.
- <dt><dfn id=no-underline>no-underline</dfn>
+ <dt><dfn id=no-underline>‘<code
+ class=css>no-underline</code>’</dfn>
<dd>Inhibits propagated underlines.
- <dt><dfn id=replace-underline>replace-underline</dfn>
+ <dt><dfn id=replace-underline>‘<code
+ class=css>replace-underline</code>’</dfn>
<dd>Inhibits propagated underlines and produces an underline.
- <dt><dfn id=overline>overline</dfn>
+ <dt><dfn id=overline>‘<code class=css>overline</code>’</dfn>
<dd>Each line of text has a line above it (i.e. on the opposite side from
an underline).
- <dt><dfn id=no-overline>no-overline</dfn>
+ <dt><dfn id=no-overline>‘<code
+ class=css>no-overline</code>’</dfn>
<dd>Inhibits propagated overlines.
- <dt><dfn id=replace-overline>replace-overline</dfn>
+ <dt><dfn id=replace-overline>‘<code
+ class=css>replace-overline</code>’</dfn>
<dd>Inhibits propagated overlines and produces an overline.
- <dt><dfn id=line-through>line-through</dfn>
+ <dt><dfn id=line-through>‘<code
+ class=css>line-through</code>’</dfn>
<dd>Each line of text has a line through the middle.
- <dt><dfn id=no-line-through>no-line-through</dfn>
+ <dt><dfn id=no-line-through>‘<code
+ class=css>no-line-through</code>’</dfn>
<dd>Inhibits propagated line-throughs.
- <dt><dfn id=replace-line-through>replace-line-through</dfn>
+ <dt><dfn id=replace-line-through>‘<code
+ class=css>replace-line-through</code>’</dfn>
<dd>Inhibits propagated line-throughs and produces an line-through.
- <dt><dfn id=remove-all>remove-all</dfn>
+ <dt><dfn id=remove-all>‘<code
+ class=css>remove-all</code>’</dfn>
<dd>Inhibits all propagated text decorations.
</dl>
@@ -4459,7 +4467,7 @@
drawn by its ancestors. Values have the following meanings:
<dl>
- <dt><dfn id=none6 title="text-decoration-skip:none">‘<code
+ <dt><dfn id=none7 title="text-decoration-skip:none">‘<code
class=css>none</code>’</dfn>
<dd>Skip nothing: text-decoration is drawn for all text content and for
@@ -4554,7 +4562,7 @@
Values have the following meanings:
<dl>
- <dt><dfn id=auto1>‘<code class=css>auto</code>’</dfn>
+ <dt><dfn id=auto2>‘<code class=css>auto</code>’</dfn>
<dd>The user agent may use any algorithm to determine the underline's
position; however in vertical typographic mode, if the language of the
@@ -4683,7 +4691,7 @@
the following meanings:
<dl>
- <dt><dfn id=none7 title="text-emphasis:none">‘<code
+ <dt><dfn id=none8 title="text-emphasis:none">‘<code
class=css>none</code>’</dfn>
<dd>No emphasis marks.
@@ -6648,516 +6656,10 @@
<td>visual
</table>
<!--end-properties-->
-
- <h2 class=no-num id=index>Appendix I: Index</h2>
- <!--begin-index-->
-
- <ul class=indexlist>
- <li>alignment character, <a href="#alignment-character" title="alignment
- character"><strong>7.1.</strong></a>
-
- <li>‘<code class=css>alphabetic</code>’, <a href="#alphabetic"
- title="''alphabetic''"><strong>10.1.6.</strong></a>
-
- <li>‘<code class=css>always</code>’, <a href="#always"
- title="''always''"><strong>5.5.</strong></a>
-
- <li>‘<code class=css>auto</code>’, <a href="#auto1"
- title="''auto''"><strong>10.1.6.</strong></a>
-
- <li>‘<code class=css>below left</code>’, <a href="#below-left"
- title="''below left''"><strong>10.1.6.</strong></a>
-
- <li>‘<code class=css>below right</code>’, <a
- href="#below-right" title="''below right''"><strong>10.1.6.</strong></a>
-
- <li>block scripts, <a href="#block-scripts0" title="block
- scripts"><strong>#</strong></a>
-
- <li>character, <a href="#character"
- title=character><strong>1.</strong></a>
-
- <li>clustered scripts, <a href="#clustered-scripts0" title="clustered
- scripts"><strong>#</strong></a>
-
- <li>collapsible, <a href="#collapsible"
- title=collapsible><strong>3.3.</strong></a>
-
- <li>‘<code class=css>column</code>’, <a href="#column"
- title="''column''"><strong>5.5.</strong></a>
-
- <li>connected scripts, <a href="#connected-scripts0" title="connected
- scripts"><strong>#</strong></a>
-
- <li>cursive scripts, <a href="#cursive-scripts0" title="cursive
- scripts"><strong>#</strong></a>
-
- <li>discrete scripts, <a href="#discrete-scripts0" title="discrete
- scripts"><strong>#</strong></a>
-
- <li>‘<code class=css>each-line</code>’, <a href="#each-line"
- title="''each-line''"><strong>9.1.</strong></a>
-
- <li>expansion opportunities, <a href="#expansion-opportunities"
- title="expansion opportunities"><strong>7.3.</strong></a>
-
- <li>fullwidth closing punctuation, <a
- href="#fullwidth-closing-punctuation0" title="fullwidth closing
- punctuation"><strong>8.3.2.</strong></a>
-
- <li>fullwidth colon punctuation, <a href="#fullwidth-colon-punctuation0"
- title="fullwidth colon punctuation"><strong>8.3.2.</strong></a>
-
- <li>fullwidth dot punctuation, <a href="#fullwidth-dot-punctuation0"
- title="fullwidth dot punctuation"><strong>8.3.2.</strong></a>
-
- <li>fullwidth middle dot punctuation, <a
- href="#fullwidth-middle-dot-punctuation0" title="fullwidth middle dot
- punctuation"><strong>8.3.2.</strong></a>
-
- <li>fullwidth opening punctuation, <a
- href="#fullwidth-opening-punctuation0" title="fullwidth opening
- punctuation"><strong>8.3.2.</strong></a>
-
- <li>grapheme cluster, <a href="#grapheme-cluster0" title="grapheme
- cluster"><strong>1.</strong></a>
-
- <li>‘<code class=css>hanging</code>’, <a href="#hanging"
- title="''hanging''"><strong>9.1.</strong></a>
-
- <li>hanging-punctuation, <a href="#hanging-punctuation0"
- title=hanging-punctuation><strong>9.2.</strong></a>
-
- <li>hanging-punctuation:allow-end, <a href="#allow-end0"
- title="hanging-punctuation:allow-end"><strong>9.2.</strong></a>
-
- <li>hanging-punctuation:first, <a href="#first"
- title="hanging-punctuation:first"><strong>9.2.</strong></a>
-
- <li>hanging-punctuation:force-end, <a href="#force-end"
- title="hanging-punctuation:force-end"><strong>9.2.</strong></a>
-
- <li>hanging-punctuation:none, <a href="#none4"
- title="hanging-punctuation:none"><strong>9.2.</strong></a>
-
- <li>hyphenate-character, <a href="#hyphenate-character0"
- title=hyphenate-character><strong>5.2.</strong></a>
-
- <li>hyphenate-limit-chars, <a href="#hyphenate-limit-chars"
- title=hyphenate-limit-chars><strong>5.4.</strong></a>
-
- <li>hyphenate-limit-last, <a href="#hyphenate-limit-last"
- title=hyphenate-limit-last><strong>5.5.</strong></a>
-
- <li>hyphenate-limit-lines, <a href="#hyphenate-limit-lines"
- title=hyphenate-limit-lines><strong>5.5.</strong></a>
-
- <li>hyphenate-limit-zone, <a href="#hyphenate-limit-zone"
- title=hyphenate-limit-zone><strong>5.3.</strong></a>
-
- <li>hyphens, <a href="#hyphens0" title=hyphens><strong>5.1.</strong></a>
-
- <li>Ideographs, <a href="#ideographs"
- title=Ideographs><strong>8.3.2.</strong></a>
-
- <li>letter, <a href="#letter0" title=letter><strong>1.</strong></a>
-
- <li>letter-spacing, <a href="#letter-spacing0"
- title=letter-spacing><strong>8.2.</strong></a>
-
- <li>line-break, <a href="#line-break0"
- title=line-break><strong>4.1.</strong></a>
-
- <li>line-break:auto, <a href="#auto"
- title="line-break:auto"><strong>4.1.</strong></a>
-
- <li>line-break:loose, <a href="#loose"
- title="line-break:loose"><strong>4.1.</strong></a>
-
- <li>line-break:normal, <a href="#normal0"
- title="line-break:normal"><strong>4.1.</strong></a>
-
- <li>line-break:strict, <a href="#strict"
- title="line-break:strict"><strong>4.1.</strong></a>
-
- <li>line-through, <a href="#line-through"
- title=line-through><strong>10.1.1.</strong></a>
-
- <li>no-line-through, <a href="#no-line-through"
- title=no-line-through><strong>10.1.1.</strong></a>
-
- <li>‘<code class=css>none</code>’, <a href="#none0"
- title="''none''"><strong>5.5.</strong></a>
-
- <li>Non-ideographic letters, <a href="#non-ideographic-letters"
- title="Non-ideographic letters"><strong>8.3.2.</strong></a>
-
- <li>Non-ideographic numerals, <a href="#non-ideographic-numerals"
- title="Non-ideographic numerals"><strong>8.3.2.</strong></a>
-
- <li>no-overline, <a href="#no-overline"
- title=no-overline><strong>10.1.1.</strong></a>
-
- <li>no-underline, <a href="#no-underline"
- title=no-underline><strong>10.1.1.</strong></a>
-
- <li>overflow-wrap, <a href="#overflow-wrap0"
- title=overflow-wrap><strong>6.2.</strong></a>
-
- <li>overflow-wrap:break-word, <a href="#break-word"
- title="overflow-wrap:break-word"><strong>6.2.</strong></a>
-
- <li>overflow-wrap:hyphenate, <a href="#hyphenate"
- title="overflow-wrap:hyphenate"><strong>6.2.</strong></a>
-
- <li>overflow-wrap:normal, <a href="#normal3"
- title="overflow-wrap:normal"><strong>6.2.</strong></a>
-
- <li>overline, <a href="#overline"
- title=overline><strong>10.1.1.</strong></a>
-
- <li>‘<code class=css>page</code>’, <a href="#page"
- title="''page''"><strong>5.5.</strong></a>
-
- <li><percentage>, <a href="#ltlengthgt-or-ltpercentagegt"
- title="<percentage>"><strong>8.</strong></a>
-
- <li>preserved, <a href="#preserved"
- title=preserved><strong>3.3.</strong></a>
-
- <li>remove-all, <a href="#remove-all"
- title=remove-all><strong>10.1.1.</strong></a>
-
- <li>replace-line-through, <a href="#replace-line-through"
- title=replace-line-through><strong>10.1.1.</strong></a>
-
- <li>replace-overline, <a href="#replace-overline"
- title=replace-overline><strong>10.1.1.</strong></a>
-
- <li>replace-underline, <a href="#replace-underline"
- title=replace-underline><strong>10.1.1.</strong></a>
-
- <li><shadow>, <a href="#ltshadowgt"
- title="<shadow>"><strong>10.3.</strong></a>
-
- <li>spaces-category, <a href="#spaces"
- title=spaces-category><strong>7.3.</strong></a>
-
- <li><spacing-limit>, <a href="#ltspacing-limitgt"
- title="<spacing-limit>"><strong>8.</strong></a>
-
- <li><spacing-limit>:<length>, <a
- href="#ltlengthgt-or-ltpercentagegt"
- title="<spacing-limit>:<length>"><strong>8.</strong></a>
-
- <li><spacing-limit>:normal, <a href="#normal4"
- title="<spacing-limit>:normal"><strong>8.</strong></a>
-
- <li>‘<code class=css>spread</code>’, <a href="#spread"
- title="''spread''"><strong>5.5.</strong></a>
-
- <li>symbols, <a href="#punctuation-symbols"
- title=symbols><strong>7.3.</strong></a>
-
- <li>tab-size, <a href="#tab-size0"
- title=tab-size><strong>3.2.</strong></a>
-
- <li>text-align, <a href="#text-align0"
- title=text-align><strong>7.1.</strong></a>
-
- <li>text-align:center, <a href="#center"
- title="text-align:center"><strong>7.1.</strong></a>
-
- <li>text-align:end, <a href="#end"
- title="text-align:end"><strong>7.1.</strong></a>
-
- <li>text-align:justify, <a href="#justify"
- title="text-align:justify"><strong>7.1.</strong></a>
-
- <li>text-align-last, <a href="#text-align-last0"
- title=text-align-last><strong>7.2.</strong></a>
-
- <li>text-align:left, <a href="#left"
- title="text-align:left"><strong>7.1.</strong></a>
-
- <li>text-align:match-parent, <a href="#match-parent"
- title="text-align:match-parent"><strong>7.1.</strong></a>
-
- <li>text-align:right, <a href="#right"
- title="text-align:right"><strong>7.1.</strong></a>
-
- <li>text-align:start, <a href="#start"
- title="text-align:start"><strong>7.1.</strong></a>
-
- <li>text-align:<string>, <a href="#ltstringgt"
- title="text-align:<string>"><strong>7.1.</strong></a>
-
- <li>text-decoration, <a href="#text-decoration0"
- title=text-decoration><strong>10.1.4.</strong></a>
-
- <li>text-decoration-color, <a href="#text-decoration-color0"
- title=text-decoration-color><strong>10.1.2.</strong></a>
-
- <li>text-decoration-line, <a href="#text-decoration-line0"
- title=text-decoration-line><strong>10.1.1.</strong></a>
-
- <li>text-decoration-line:none, <a href="#none5"
- title="text-decoration-line:none"><strong>10.1.1.</strong></a>
-
- <li>text-decoration-skip, <a href="#text-decoration-skip0"
- title=text-decoration-skip><strong>10.1.5.</strong></a>
-
- <li>text-decoration-skip:edges, <a href="#edges"
- title="text-decoration-skip:edges"><strong>10.1.5.</strong></a>
-
- <li>text-decoration-skip:ink, <a href="#ink"
- title="text-decoration-skip:ink"><strong>10.1.5.</strong></a>
-
- <li>text-decoration-skip:none, <a href="#none6"
- title="text-decoration-skip:none"><strong>10.1.5.</strong></a>
-
- <li>text-decoration-skip:objects, <a href="#objects"
- title="text-decoration-skip:objects"><strong>10.1.5.</strong></a>
-
- <li>text-decoration-skip:spaces, <a href="#spaces0"
- title="text-decoration-skip:spaces"><strong>10.1.5.</strong></a>
-
- <li>text-decoration-style, <a href="#text-decoration-style0"
- title=text-decoration-style><strong>10.1.3.</strong></a>
-
- <li>text-emphasis, <a href="#text-emphasis0"
- title=text-emphasis><strong>10.2.3.</strong></a>
-
- <li>text-emphasis:above, <a href="#above"
- title="text-emphasis:above"><strong>10.2.4.</strong></a>
-
- <li>text-emphasis:below, <a href="#below"
- title="text-emphasis:below"><strong>10.2.4.</strong></a>
-
- <li>text-emphasis:circle, <a href="#circle"
- title="text-emphasis:circle"><strong>10.2.1.</strong></a>
-
- <li>text-emphasis-color, <a href="#text-emphasis-color0"
- title=text-emphasis-color><strong>10.2.2.</strong></a>
-
- <li>text-emphasis:dot, <a href="#dot"
- title="text-emphasis:dot"><strong>10.2.1.</strong></a>
-
- <li>text-emphasis:double-circle, <a href="#double-circle"
- title="text-emphasis:double-circle"><strong>10.2.1.</strong></a>
-
- <li>text-emphasis:filled, <a href="#filled"
- title="text-emphasis:filled"><strong>10.2.1.</strong></a>
-
- <li>text-emphasis:left, <a href="#left0"
- title="text-emphasis:left"><strong>10.2.4.</strong></a>
-
- <li>text-emphasis:none, <a href="#none7"
- title="text-emphasis:none"><strong>10.2.1.</strong></a>
-
- <li>text-emphasis:open, <a href="#open"
- title="text-emphasis:open"><strong>10.2.1.</strong></a>
-
- <li>text-emphasis-position, <a href="#text-emphasis-position0"
- title=text-emphasis-position><strong>10.2.4.</strong></a>
-
- <li>text-emphasis:right, <a href="#right0"
- title="text-emphasis:right"><strong>10.2.4.</strong></a>
-
- <li>text-emphasis:sesame, <a href="#ltstringgt0"
- title="text-emphasis:sesame"><strong>10.2.1.</strong></a>, <a
- href="#sesame" title="text-emphasis:sesame"><strong>10.2.1.</strong></a>
-
- <li>text-emphasis-skip, <a href="#text-emphasis-skip0"
- title=text-emphasis-skip><strong>10.2.5.</strong></a>
-
- <li>text-emphasis-skip:narrow, <a href="#narrow"
- title="text-emphasis-skip:narrow"><strong>10.2.5.</strong></a>
-
- <li>text-emphasis-skip:punctuation, <a href="#punctuation0"
- title="text-emphasis-skip:punctuation"><strong>10.2.5.</strong></a>
-
- <li>text-emphasis-skip:spaces, <a href="#spaces1"
- title="text-emphasis-skip:spaces"><strong>10.2.5.</strong></a>
-
- <li>text-emphasis-skip:symbols, <a href="#symbols"
- title="text-emphasis-skip:symbols"><strong>10.2.5.</strong></a>
-
- <li>text-emphasis-style, <a href="#text-emphasis-style0"
- title=text-emphasis-style><strong>10.2.1.</strong></a>
-
- <li>text-emphasis:triangle, <a href="#triangle"
- title="text-emphasis:triangle"><strong>10.2.1.</strong></a>
-
- <li>text-indent, <a href="#text-indent0"
- title=text-indent><strong>9.1.</strong></a>
-
- <li>text-justify, <a href="#text-justify0"
- title=text-justify><strong>7.3.</strong></a>
-
- <li>text-justify:auto, <a href="#auto0"
- title="text-justify:auto"><strong>7.3.</strong></a>
-
- <li>text-justify:distribute, <a href="#distribute"
- title="text-justify:distribute"><strong>7.3.</strong></a>
-
- <li>text-justify:inter-cluster, <a href="#inter-cluster"
- title="text-justify:inter-cluster"><strong>7.3.</strong></a>
-
- <li>text-justify:inter-ideographic, <a href="#inter-ideograph"
- title="text-justify:inter-ideographic"><strong>7.3.</strong></a>
-
- <li>text-justify:inter-word, <a href="#inter-word"
- title="text-justify:inter-word"><strong>7.3.</strong></a>
-
- <li>text-justify:kashida, <a href="#kashida"
- title="text-justify:kashida"><strong>7.3.</strong></a>
-
- <li>text-justify:none, <a href="#none2"
- title="text-justify:none"><strong>7.3.</strong></a>
-
- <li>text-shadow, <a href="#text-shadow0"
- title=text-shadow><strong>10.3.</strong></a>
-
- <li>text-space-collapse, <a href="#text-space-collapse"
- title=text-space-collapse><strong>3.1.</strong></a>
-
- <li>text-spacing, <a href="#text-spacing"
- title=text-spacing><strong>8.3.</strong></a>
-
- <li>text-spacing:allow-end, <a href="#allow-end"
- title="text-spacing:allow-end"><strong>8.3.</strong></a>
-
- <li>text-spacing:ideograph-alpha, <a href="#ideograph-alpha"
- title="text-spacing:ideograph-alpha"><strong>8.3.</strong></a>
-
- <li>text-spacing:ideograph-numeric, <a href="#ideograph-numeric"
- title="text-spacing:ideograph-numeric"><strong>8.3.</strong></a>
-
- <li>text-spacing:no-compress, <a href="#no-compress"
- title="text-spacing:no-compress"><strong>8.3.</strong></a>
-
- <li>text-spacing:none, <a href="#none3"
- title="text-spacing:none"><strong>8.3.</strong></a>
-
- <li>text-spacing:normal, <a href="#normal5"
- title="text-spacing:normal"><strong>8.3.</strong></a>
-
- <li>text-spacing:punctuation, <a href="#punctuation"
- title="text-spacing:punctuation"><strong>8.3.</strong></a>
-
- <li>text-spacing:space-adjacent, <a href="#space-adjacent"
- title="text-spacing:space-adjacent"><strong>8.3.</strong></a>
-
- <li>text-spacing:space-end, <a href="#space-end"
- title="text-spacing:space-end"><strong>8.3.</strong></a>
-
- <li>text-spacing:space-start, <a href="#space-start"
- title="text-spacing:space-start"><strong>8.3.</strong></a>
-
- <li>text-spacing:trim-adjacent, <a href="#trim-adjacent"
- title="text-spacing:trim-adjacent"><strong>8.3.</strong></a>
-
- <li>text-spacing:trim-end, <a href="#trim-end"
- title="text-spacing:trim-end"><strong>8.3.</strong></a>
-
- <li>text-spacing:trim-start, <a href="#trim-start"
- title="text-spacing:trim-start"><strong>8.3.</strong></a>
-
- <li>text-transform, <a href="#text-transform0"
- title=text-transform><strong>2.1.</strong></a>
-
- <li>text-transform:capitalize, <a href="#capitalize"
- title="text-transform:capitalize"><strong>2.1.</strong></a>
-
- <li>text-transform:full-size-kana, <a href="#full-size-kana"
- title="text-transform:full-size-kana"><strong>2.1.</strong></a>
-
- <li>text-transform:full-width, <a href="#full-width"
- title="text-transform:full-width"><strong>2.1.</strong></a>
-
- <li>text-transform:lowercase, <a href="#lowercase"
- title="text-transform:lowercase"><strong>2.1.</strong></a>
-
- <li>text-transform:none, <a href="#none"
- title="text-transform:none"><strong>2.1.</strong></a>
-
- <li>text-transform:uppercase, <a href="#uppercase"
- title="text-transform:uppercase"><strong>2.1.</strong></a>
-
- <li>text-underline-position, <a href="#text-underline-position0"
- title=text-underline-position><strong>10.1.6.</strong></a>
-
- <li>text-wrap, <a href="#text-wrap0"
- title=text-wrap><strong>6.1.</strong></a>
-
- <li>text-wrap:avoid, <a href="#avoid"
- title="text-wrap:avoid"><strong>6.1.</strong></a>
-
- <li>text-wrap:none, <a href="#none1"
- title="text-wrap:none"><strong>6.1.</strong></a>
-
- <li>text-wrap:normal, <a href="#normal2"
- title="text-wrap:normal"><strong>6.1.</strong></a>
-
- <li>underline, <a href="#underline"
- title=underline><strong>10.1.1.</strong></a>
-
- <li>white-space, <a href="#white-space0"
- title=white-space><strong>3.4.</strong></a>
-
- <li>white-space:collapse, <a href="#collapse0"
- title="white-space:collapse"><strong>3.1.</strong></a>
-
- <li>white-space:consume-after, <a href="#consume-after"
- title="white-space:consume-after"><strong>3.1.</strong></a>
-
- <li>white-space:consume-before, <a href="#consume-before"
- title="white-space:consume-before"><strong>3.1.</strong></a>
-
- <li>white-space:discard, <a href="#discard"
- title="white-space:discard"><strong>3.1.</strong></a>
-
- <li>white-space:normal, <a href="#normal"
- title="white-space:normal"><strong>3.4.</strong></a>
-
- <li>white-space:nowrap, <a href="#nowrap"
- title="white-space:nowrap"><strong>3.4.</strong></a>
-
- <li>white-space:pre, <a href="#pre"
- title="white-space:pre"><strong>3.4.</strong></a>
-
- <li>white-space:pre-line, <a href="#pre-line"
- title="white-space:pre-line"><strong>3.4.</strong></a>
-
- <li>white-space:preserve, <a href="#preserve"
- title="white-space:preserve"><strong>3.1.</strong></a>
-
- <li>white-space:preserve-breaks, <a href="#preserve-breaks"
- title="white-space:preserve-breaks"><strong>3.1.</strong></a>
-
- <li>white-space:pre-wrap, <a href="#pre-wrap"
- title="white-space:pre-wrap"><strong>3.4.</strong></a>
-
- <li>white-space:trim-inner, <a href="#trim-inner"
- title="white-space:trim-inner"><strong>3.1.</strong></a>
-
- <li>word-break, <a href="#word-break0"
- title=word-break><strong>4.2.</strong></a>
-
- <li>word-break:break-all, <a href="#break-all"
- title="word-break:break-all"><strong>4.2.</strong></a>
-
- <li>word-break:keep-all, <a href="#keep-all"
- title="word-break:keep-all"><strong>4.2.</strong></a>
-
- <li>word-break:normal, <a href="#normal1"
- title="word-break:normal"><strong>4.2.</strong></a>
-
- <li>word-spacing, <a href="#word-spacing0"
- title=word-spacing><strong>8.1.</strong></a>
- </ul>
- <!--end-index-->
+ <!--
+<h2 class="no-num" id="index">Appendix I:
+Index</h2>
+index-->
<h2 class=no-num id=traditions>Appendix J: Cultural Correlations</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- Overview.src.html 29 Aug 2011 05:55:19 -0000 1.272
+++ Overview.src.html 29 Aug 2011 06:05:24 -0000 1.273
@@ -1033,10 +1033,10 @@
meanings:
<dl>
- <dt>none
+ <dt><dfn title="hyphens:none">''none''</dfn>
<dd>Words are not broken at line breaks, even if characters inside
the word suggest line break points.
- <dt>manual
+ <dt><dfn title="hyphens:manual">''manual''</dfn>
<dd>Words are only broken at line breaks where there are characters
inside the word that suggest line break opportunities. Characters
can be explicit or conditional.
@@ -1052,7 +1052,7 @@
suggests a line break opportunity.
<pre>ex&shy;ample</pre>
</div>
- <dt>auto
+ <dt><dfn title="hyphens:auto">''auto''</dfn>
<dd>Words can be broken at appropriate hyphenation points either as
determined by hyphenation characters inside the word or as
determined automatically by a language-appropriate hyphenation
@@ -2381,7 +2381,7 @@
<dt><dfn title="text-spacing:none">''none''</dfn><dt>
<dd>Turns off all text-spacing features. All fullwidth characters
are set with full-width glyphs.
- <dt><dfn title="text-spacing:ideograph-alpha">ideograph-alpha''</dfn></dt>
+ <dt><dfn title="text-spacing:ideograph-alpha">''ideograph-alpha''</dfn></dt>
<dd>Creates 1/4em extra spacing between runs of <i>ideographs</i> and
<i>non-ideographic letters</i>.
<span class="note">A commonly used algorithm for determining this
@@ -3081,28 +3081,28 @@
Values have the following meanings:</p>
<dl>
- <dt><dfn title="text-decoration-line:none">none</dfn>
+ <dt><dfn title="text-decoration-line:none">''none''</dfn>
<dd>Neither produces nor inhibits text decoration.
- <dt><dfn>underline</dfn>
+ <dt><dfn>''underline''</dfn>
<dd>Each line of text is underlined.
- <dt><dfn>no-underline</dfn>
+ <dt><dfn>''no-underline''</dfn>
<dd>Inhibits propagated underlines.
- <dt><dfn>replace-underline</dfn>
+ <dt><dfn>''replace-underline''</dfn>
<dd>Inhibits propagated underlines and produces an underline.
- <dt><dfn>overline</dfn>
+ <dt><dfn>''overline''</dfn>
<dd>Each line of text has a line above it (i.e. on the opposite
side from an underline).
- <dt><dfn>no-overline</dfn>
+ <dt><dfn>''no-overline''</dfn>
<dd>Inhibits propagated overlines.
- <dt><dfn>replace-overline</dfn>
+ <dt><dfn>''replace-overline''</dfn>
<dd>Inhibits propagated overlines and produces an overline.
- <dt><dfn>line-through</dfn>
+ <dt><dfn>''line-through''</dfn>
<dd>Each line of text has a line through the middle.
- <dt><dfn>no-line-through</dfn>
+ <dt><dfn>''no-line-through''</dfn>
<dd>Inhibits propagated line-throughs.
- <dt><dfn>replace-line-through</dfn>
+ <dt><dfn>''replace-line-through''</dfn>
<dd>Inhibits propagated line-throughs and produces an line-through.
- <dt><dfn>remove-all</dfn>
+ <dt><dfn>''remove-all''</dfn>
<dd>Inhibits all propagated text decorations.
</dl>
@@ -4344,9 +4344,10 @@
Full Property Index</h2>
<!-- properties -->
+<!--
<h2 class="no-num" id="index">Appendix I:
Index</h2>
-<!--index-->
+index-->
<h2 class="no-num" id="traditions">Appendix J: Cultural Correlations</h2>
Received on Monday, 29 August 2011 06:05:28 UTC