csswg/css-variables Overview.html,1.21,1.22 Overview.src.html,1.21,1.22

Update of /sources/public/csswg/css-variables
In directory hutz:/tmp/cvs-serv29954

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Rename 'APIs' to 'CSSOM'

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-variables/Overview.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Overview.html	30 Oct 2011 18:06:52 -0000	1.21
+++ Overview.html	30 Oct 2011 18:08:17 -0000	1.22
@@ -141,7 +141,7 @@
       Using Invalid Variables</a>
     </ul>
 
-   <li><a href="#cssom"><span class=secno>4. </span> APIs</a>
+   <li><a href="#cssom"><span class=secno>4. </span> CSSOM</a>
     <ul class=toc>
      <li><a href="#cssom-cssvariable"><span class=secno>4.1. </span>
       Interface CSSVariableComponentValue</a>
@@ -538,7 +538,7 @@
    cascaded values. I think &lsquo;<code class=css>attr()</code>&rsquo; needs
    to rely on it as well, as its behavior is almost identical to variables.
 
-  <h2 id=cssom><span class=secno>4. </span> APIs</h2>
+  <h2 id=cssom><span class=secno>4. </span> CSSOM</h2>
 
   <p><a href="#data-property"><i>Data properties</i></a> are ordinary
    properties, and can be read or modified using all of the existing CSSOM

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-variables/Overview.src.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Overview.src.html	30 Oct 2011 18:06:52 -0000	1.21
+++ Overview.src.html	30 Oct 2011 18:08:17 -0000	1.22
@@ -255,7 +255,7 @@
 	<p class='note'>The <i>invalid at computed-value time</i> concept exists because variables can't "fail early" like other syntax errors can, so by the time the user agent realizes a property value is invalid, it's already thrown away the other cascaded values.  I think ''attr()'' needs to rely on it as well, as its behavior is almost identical to variables.</p>
 
 <h2 id='cssom'>
-APIs</h2>
+CSSOM</h2>
 
 	<p><i>Data properties</i> are ordinary properties, and can be read or modified using all of the existing CSSOM APIs for reading or modifying properties.</p>
 

Received on Sunday, 30 October 2011 18:08:30 UTC