- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Aug 2011 06:45:22 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv10968
Modified Files:
Overview.html Overview.src.html
Log Message:
Give module interactions section and values definition
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -d -r1.177 -r1.178
--- Overview.html 29 Aug 2011 06:29:54 -0000 1.177
+++ Overview.html 29 Aug 2011 06:45:20 -0000 1.178
@@ -185,6 +185,14 @@
<ul class=toc>
<li><a href="#intro"><span class=secno>1. </span> Introduction</a>
+ <ul class=toc>
+ <li><a href="#placement"><span class=secno>1.1. </span> Module
+ Interactions</a>
+
+ <li><a href="#values"><span class=secno>1.2. </span> Values</a>
+
+ <li><a href="#terms"><span class=secno>1.3. </span> Terminology</a>
+ </ul>
<li><a href="#transforming"><span class=secno>2. </span> Transforming
Text</a>
@@ -454,6 +462,32 @@
in existing CSS properties, in new CSS properties, or perhaps in other
specifications.
+ <h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
+
+ <p>This module replaces and extends the text-level features defined in <a
+ href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> chapter 16.
+
+ <h3 id=values><span class=secno>1.2. </span> Values</h3>
+
+ <p>This specification follows the <a
+ href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
+ definition conventions</a> from <a href="#CSS21"
+ rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Value types not defined in
+ this specification are defined in CSS Level 2 Revision 1 <a
+ href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Other CSS
+ modules may expand the definitions of these value types: for example <a
+ href="#CSS3COLOR" rel=biblioentry>[CSS3COLOR]<!--{{CSS3COLOR}}--></a>,
+ when combined with this module, expands the definition of the
+ <color> value type as used in this specification.
+
+ <p>In addition to the property-specific values listed in their definitions,
+ all properties defined in this specification also accept the <a
+ href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
+ keyword as their property value. For readability it has not been repeated
+ explicitly.
+
+ <h3 id=terms><span class=secno>1.3. </span> Terminology</h3>
+
<p id=grapheme-cluster>A <dfn id=grapheme-cluster0>grapheme cluster</dfn>
is what a language user considers to be a character or a basic unit of the
script. The term is described in detail in the Unicode Technical Report:
@@ -5572,6 +5606,15 @@
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
<!---->
+ <dt id=CSS3COLOR>[CSS3COLOR]
+
+ <dd>Tantek Çelik; Chris Lilley; L. David Baron. <a
+ href="http://www.w3.org/TR/2011/REC-css3-color-20110607"><cite>CSS Color
+ Module Level 3.</cite></a> 7 June 2011. W3C Recommendation. URL: <a
+ href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a>
+ </dd>
+ <!---->
+
<dt id=CSS3FONT>[CSS3FONT]
<dd>John Daggett. <a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -d -r1.275 -r1.276
--- Overview.src.html 29 Aug 2011 06:29:54 -0000 1.275
+++ Overview.src.html 29 Aug 2011 06:45:20 -0000 1.276
@@ -145,6 +145,33 @@
existing CSS properties, in new CSS properties, or perhaps in other
specifications.
+
+<h3 id="placement">
+Module Interactions</h3>
+
+ <p>This module replaces and extends the text-level
+ features defined in [[!CSS21]] chapter 16.
+
+<h3 id="values">
+Values</h3>
+
+ <p>This specification follows the
+ <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
+ definition conventions</a> from [[!CSS21]]. Value types not defined in
+ this specification are defined in CSS Level 2 Revision 1 [[!CSS21]].
+ Other CSS modules may expand the definitions of these value types: for
+ example [[CSS3COLOR]], when combined with this module, expands the
+ definition of the <color> value type as used in this specification.</p>
+
+ <p>In addition to the property-specific values listed in their definitions,
+ all properties defined in this specification also accept the
+ <a href="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a>
+ keyword as their property value. For readability it has not been repeated
+ explicitly.
+
+<h3 id="terms">
+Terminology</h3>
+
<p id="grapheme-cluster">A <dfn>grapheme cluster</dfn> is what
a language user considers to be a character or a basic unit of the
script. The term is described in detail in the Unicode Technical
Received on Monday, 29 August 2011 06:45:23 UTC