@@ -185,6 +185,14 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
185185
186186 < ul class =toc >
187187 < li > < a href ="#intro "> < span class =secno > 1. </ span > Introduction</ a >
188+ < ul class =toc >
189+ < li > < a href ="#placement "> < span class =secno > 1.1. </ span > Module
190+ Interactions</ a >
191+
192+ < li > < a href ="#values "> < span class =secno > 1.2. </ span > Values</ a >
193+
194+ < li > < a href ="#terms "> < span class =secno > 1.3. </ span > Terminology</ a >
195+ </ ul >
188196
189197 < li > < a href ="#transforming "> < span class =secno > 2. </ span > Transforming
190198 Text</ a >
@@ -454,6 +462,32 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
454462 in existing CSS properties, in new CSS properties, or perhaps in other
455463 specifications.
456464
465+ < h3 id =placement > < span class =secno > 1.1. </ span > Module Interactions</ h3 >
466+
467+ < p > This module replaces and extends the text-level features defined in < a
468+ href ="#CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > chapter 16.
469+
470+ < h3 id =values > < span class =secno > 1.2. </ span > Values</ h3 >
471+
472+ < p > This specification follows the < a
473+ href ="http://www.w3.org/TR/CSS21/about.html#property-defs "> CSS property
474+ definition conventions</ a > from < a href ="#CSS21 "
475+ rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > . Value types not defined in
476+ this specification are defined in CSS Level 2 Revision 1 < a
477+ href ="#CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > . Other CSS
478+ modules may expand the definitions of these value types: for example < a
479+ href ="#CSS3COLOR " rel =biblioentry > [CSS3COLOR]<!--{{CSS3COLOR}}--> </ a > ,
480+ when combined with this module, expands the definition of the
481+ <color> value type as used in this specification.
482+
483+ < p > In addition to the property-specific values listed in their definitions,
484+ all properties defined in this specification also accept the < a
485+ href ="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit "> inherit</ a >
486+ keyword as their property value. For readability it has not been repeated
487+ explicitly.
488+
489+ < h3 id =terms > < span class =secno > 1.3. </ span > Terminology</ h3 >
490+
457491 < p id =grapheme-cluster > A < dfn id =grapheme-cluster0 > grapheme cluster</ dfn >
458492 is what a language user considers to be a character or a basic unit of the
459493 script. The term is described in detail in the Unicode Technical Report:
@@ -5572,6 +5606,15 @@ <h3 class=no-num id=informative-ref>Informative references</h3>
55725606 < dt style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
55735607 <!---->
55745608
5609+ < dt id =CSS3COLOR > [CSS3COLOR]
5610+
5611+ < dd > Tantek Çelik; Chris Lilley; L. David Baron. < a
5612+ href ="http://www.w3.org/TR/2011/REC-css3-color-20110607 "> < cite > CSS Color
5613+ Module Level 3.</ cite > </ a > 7 June 2011. W3C Recommendation. URL: < a
5614+ href ="http://www.w3.org/TR/2011/REC-css3-color-20110607 "> http://www.w3.org/TR/2011/REC-css3-color-20110607</ a >
5615+ </ dd >
5616+ <!---->
5617+
55755618 < dt id =CSS3FONT > [CSS3FONT]
55765619
55775620 < dd > John Daggett. < a
0 commit comments