csswg/css3-values Overview.html,1.125,1.126 Overview.src.html,1.128,1.129

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove issue about the 'inherit' keyword, since we just filed an issue on 2.1 about it: http://www.w3.org/Bugs/Public/show_bug.cgi?id=14420

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- Overview.html	11 Oct 2011 01:45:28 -0000	1.125
+++ Overview.html	11 Oct 2011 02:05:55 -0000	1.126
@@ -598,13 +598,6 @@
    property's initial value. <a href="#CSS3CASCADE"
    rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></a>
 
-  <p class=issue>Should these keywords affect the specified or computed
-   value? See <a
-   href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0075.html">various</a>
-   <a
-   href="http://lists.w3.org/Archives/Public/www-style/2011May/0402.html">issues</a>.
-   
-
   <p class=issue>It's been requested to have a value that rolls back to the
    bottom of that level of the cascade, e.g. for an author rule it would roll
    back to the end of the user cascade, for a user rule it would roll back to
@@ -1314,7 +1307,7 @@
    class=css>/</code>&rsquo;) to be used as component values. The &lsquo;<a
    href="#calc0"><code class=css>calc()</code></a>&rsquo; expression
    represents the result of the mathematical calculation it contains, using
-   standard precedence operator rules. The &lsquo;<a href="#min"><code
+   standard operator precedence rules. The &lsquo;<a href="#min"><code
    class=css>min()</code></a>&rsquo; and &lsquo;<a href="#max"><code
    class=css>max()</code></a>&rsquo; expressions represent the minimum and
    maximum, respectively, of their comma-separated arguments. These

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- Overview.src.html	11 Oct 2011 01:45:28 -0000	1.128
+++ Overview.src.html	11 Oct 2011 02:05:55 -0000	1.129
@@ -297,10 +297,6 @@
 	<p>The <dfn>''initial''</dfn> keyword represents the specified value that
 	is designated as the property's initial value. [[CSS3CASCADE]]
 
-	<p class="issue">Should these keywords affect the specified or computed
-	value? See <a href="http://lists.w3.org/Archives/Public/www-style/2011Jan/0075.html">various</a>
-	<a href="http://lists.w3.org/Archives/Public/www-style/2011May/0402.html">issues</a>.
-
 	<p class="issue">It's been requested to have a value that rolls back
 	to the bottom of that level of the cascade, e.g. for an author rule
 	it would roll back to the end of the user cascade, for a user rule

Received on Tuesday, 11 October 2011 02:06:05 UTC