csswg/css3-values Overview.html,1.75,1.76 Overview.src.html,1.78,1.79

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv7520

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Generic Datatype Reorganization Part IV: Other Dimension Types
Also, remove various normative bits that are wrong, such as angle normalization.



Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- Overview.html	10 Aug 2011 23:44:28 -0000	1.75
+++ Overview.html	10 Aug 2011 23:44:59 -0000	1.76
@@ -226,21 +226,24 @@
       units </a>
     </ul>
 
-   <li><a href="#other-dimensions"><span class=secno>7. </span> Other
-    Units</a>
+   <li><a href="#other-units"><span class=secno>7. </span> Other Units</a>
     <ul class=toc>
-     <li><a href="#angles"><span class=secno>7.1. </span> &lt;angle&gt;:
+     <li><a href="#angles"><span class=secno>7.1. </span> Angles: the
+      &lsquo;<code class=css>&lt;angle&gt;</code>&rsquo; type and
       &lsquo;<code class=css>deg</code>&rsquo;, &lsquo;<code
       class=css>grad</code>&rsquo;, &lsquo;<code class=css>rad</code>&rsquo;,
-      &lsquo;<code class=css>turn</code>&rsquo;</a>
+      &lsquo;<code class=css>turn</code>&rsquo; units</a>
 
-     <li><a href="#time"><span class=secno>7.2. </span> &lt;time&gt;:
-      &lsquo;<code class=css>s</code>&rsquo;, &lsquo;<code
-      class=css>ms</code>&rsquo;</a>
+     <li><a href="#time"><span class=secno>7.2. </span> Times: the
+      &lsquo;<code class=css>&lt;time&gt;</code>&rsquo; type and &lsquo;<code
+      class=css>s</code>&rsquo;, &lsquo;<code class=css>ms</code>&rsquo;
+      units</a>
 
-     <li><a href="#ltfrequencygt-hz-khz"><span class=secno>7.3.
-      </span>&lt;frequency&gt;: &lsquo;<code class=css>Hz</code>&rsquo;,
-      &lsquo;<code class=css>kHz</code>&rsquo;</a>
+     <li><a href="#frequencies-the-ltfrequencygt-type-and-h"><span
+      class=secno>7.3. </span>Frequencies: the &lsquo;<code
+      class=css>&lt;frequency&gt;</code>&rsquo; type and &lsquo;<code
+      class=css>Hz</code>&rsquo;, &lsquo;<code class=css>kHz</code>&rsquo;
+      units</a>
       <ul class=toc>
        <li><a href="#the-calc-min-and-max-functions"><span class=secno>7.3.1.
         </span>The &lsquo;<code class=property>calc</code>&rsquo;,
@@ -1073,13 +1076,14 @@
     
   </div>
 
-  <h2 id=other-dimensions><span class=secno>7. </span> Other Units</h2>
+  <h2 id=other-units><span class=secno>7. </span> Other Units</h2>
 
-  <h3 id=angles><span class=secno>7.1. </span> &lt;angle&gt;: &lsquo;<a
-   href="#deg"><code class=css>deg</code></a>&rsquo;, &lsquo;<a
+  <h3 id=angles><span class=secno>7.1. </span> Angles: the &lsquo;<a
+   href="#angle-value"><code class=css>&lt;angle&gt;</code></a>&rsquo; type
+   and &lsquo;<a href="#deg"><code class=css>deg</code></a>&rsquo;, &lsquo;<a
    href="#grad"><code class=css>grad</code></a>&rsquo;, &lsquo;<a
    href="#rad"><code class=css>rad</code></a>&rsquo;, &lsquo;<a
-   href="#turn"><code class=css>turn</code></a>&rsquo;</h3>
+   href="#turn"><code class=css>turn</code></a>&rsquo; units</h3>
 
   <p>Angle values are <i>dimensions</i> denoted by <dfn
    id=angle-value>&lt;angle&gt;</dfn>. The angle unit identifiers are:
@@ -1108,9 +1112,10 @@
    class=css>0.25turn</code>&rsquo; or approximately &lsquo;<code
    class=css>1.570796326794897rad</code>&rsquo;.
 
-  <h3 id=time><span class=secno>7.2. </span> &lt;time&gt;: &lsquo;<a
-   href="#s"><code class=css>s</code></a>&rsquo;, &lsquo;<a href="#ms"><code
-   class=css>ms</code></a>&rsquo;</h3>
+  <h3 id=time><span class=secno>7.2. </span> Times: the &lsquo;<a
+   href="#time-value"><code class=css>&lt;time&gt;</code></a>&rsquo; type and
+   &lsquo;<a href="#s"><code class=css>s</code></a>&rsquo;, &lsquo;<a
+   href="#ms"><code class=css>ms</code></a>&rsquo; units</h3>
 
   <p>Time values are <i>dimensions</i> denoted by <dfn
    id=time-value>&lt;time&gt;</dfn>. The time unit identifiers are:
@@ -1129,10 +1134,11 @@
    outside the allowed range, the declaration is invalid and must be <a
    href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
 
-  <h3 id=ltfrequencygt-hz-khz><span class=secno>7.3.
-   </span>&lt;frequency&gt;: &lsquo;<a href="#hz"><code
-   class=css>Hz</code></a>&rsquo;, &lsquo;<a href="#khz"><code
-   class=css>kHz</code></a>&rsquo;</h3>
+  <h3 id=frequencies-the-ltfrequencygt-type-and-h><span class=secno>7.3.
+   </span>Frequencies: the &lsquo;<a href="#frequency-value"><code
+   class=css>&lt;frequency&gt;</code></a>&rsquo; type and &lsquo;<a
+   href="#hz"><code class=css>Hz</code></a>&rsquo;, &lsquo;<a
+   href="#khz"><code class=css>kHz</code></a>&rsquo; units</h3>
 
   <p>Frequency values are <i>dimensions</i> denoted by <dfn
    id=frequency-value>&lt;frequency&gt;</dfn>. The frequency unit identifiers

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- Overview.src.html	10 Aug 2011 23:44:28 -0000	1.78
+++ Overview.src.html	10 Aug 2011 23:44:59 -0000	1.79
@@ -703,11 +703,11 @@
 		cover a 1px by 1px area on a high-resolution device than on a low-res one
 	</div>
 
-<h2 id="other-dimensions">
+<h2 id="other-units">
 Other Units</h2>
 
 <h3 id="angles">
-&lt;angle&gt;: ''deg'', ''grad'', ''rad'', ''turn''</h3>
+Angles: the ''&lt;angle&gt;'' type and ''deg'', ''grad'', ''rad'', ''turn'' units</h3>
 
 	<p>Angle values are <i>dimensions</i> denoted by
 	<dfn id="angle-value">&lt;angle&gt;</dfn>.
@@ -728,7 +728,7 @@
 	approximately '1.570796326794897rad'.</p>
 
 <h3 id="time">
-&lt;time&gt;: ''s'', ''ms''</h3>
+Times: the ''&lt;time&gt;'' type and ''s'', ''ms'' units</h3>
 
 	<p>Time values are <i>dimensions</i> denoted by
 	<dfn id="time-value">&lt;time&gt;</dfn>.
@@ -745,7 +745,7 @@
 	If the value is outside the allowed range, the declaration is invalid
 	and must be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
 
-<h3>&lt;frequency&gt;: ''Hz'', ''kHz''</h3>
+<h3>Frequencies: the ''&lt;frequency&gt;'' type and ''Hz'', ''kHz'' units</h3>
 	
 	<p>Frequency values are <i>dimensions</i> denoted by
 	<dfn id="frequency-value">&lt;frequency&gt;</dfn>.

Received on Wednesday, 10 August 2011 23:45:07 UTC