8000 Give module interactions section and values definition · w3c/csswg-drafts@ee59b5e · GitHub
Skip to content

Commit ee59b5e

Browse files
committed
Give module interactions section and values definition
1 parent c7e4dcd commit ee59b5e

2 files changed

Lines changed: 70 additions & 0 deletions

File tree

css3-text/Overview.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
&lt;color&gt; 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 &#199;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

css3-text/Overview.src.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,33 @@ <h2 id="intro">
145145
existing CSS properties, in new CSS properties, or perhaps in other
146146
specifications.
147147

148+
149+
<h3 id="placement">
150+
Module Interactions</h3>
151+
152+
<p>This module replaces and extends the text-level
153+
features defined in [[!CSS21]] chapter 16.
154+
155+
<h3 id="values">
156+
Values</h3>
157+
158+
<p>This specification follows the
159+
<a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
160+
definition conventions</a> from [[!CSS21]]. Value types not defined in
161+
this specification are defined in CSS Level 2 Revision 1 [[!CSS21]].
162+
Other CSS modules may expand the definitions of these value types: for
163+
example [[CSS3COLOR]], when combined with this module, expands the
164+
definition of the &lt;color&gt; value type as used in this specification.</p>
165+
166+
<p>In addition to the property-specific values listed in their definitions,
167+
all properties defined in this specification also accept the
168+
<a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
169+
keyword as their property value. For readability it has not been repeated
170+
explicitly.
171+
172+
<h3 id="terms">
173+
Terminology</h3>
174+
148175
<p id="grapheme-cluster">A <dfn>grapheme cluster</dfn> is what
149176
a language user considers to be a character or a basic unit of the
150177
script. The term is described in detail in the Unicode Technical

0 commit comments

Comments
 (0)