csswg/css3-values Overview.html,1.104,1.105 Overview.src.html,1.107,1.108

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove the issue about 'keyword that acts like initial or inherit' because of lack of use-cases, and most of what people try to do is solved better by rolling back the cascade, described in another issue.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- Overview.html	10 Oct 2011 22:11:58 -0000	1.104
+++ Overview.html	10 Oct 2011 22:18:07 -0000	1.105
@@ -605,19 +605,6 @@
    href="http://lists.w3.org/Archives/Public/www-style/2011May/0402.html">issues</a>.
    
 
-  <p class=issue>Would it be useful to have a value defined to be equivalent
-   to <a class=css href="#inherit">&lsquo;<code
-   class=property>inherit</code>&rsquo;</a> for properties that are inherited
-   by default and equivalent to <a class=css href="#initial">&lsquo;<code
-   class=property>initial</code>&rsquo;</a> for properties that are not
-   inherited by default? This might be easier for authors to use than <a
-   class=css href="#initial">&lsquo;<code
-   class=property>initial</code>&rsquo;</a> and <a class=css
-   href="#inherit">&lsquo;<code class=property>inherit</code>&rsquo;</a>
-   since it wouldn't require thinking about whether a property is inherited
-   by default or not (which isn't obvious for some properties, such as
-   text-decoration and visibility).
-
   <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

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Overview.src.html	10 Oct 2011 22:11:58 -0000	1.107
+++ Overview.src.html	10 Oct 2011 22:18:08 -0000	1.108
@@ -301,16 +301,6 @@
 	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">Would it be useful to have a value defined
-to be equivalent to <span class="css">'inherit'</span> for properties
-that are inherited by default and equivalent to <span
-class="css">'initial'</span> for properties that are not inherited by
-default? This might be easier for authors to use than <span
-class="css">'initial'</span> and <span class="css">'inherit'</span>
-since it wouldn't require thinking about whether a property is
-inherited by default or not (which isn't obvious for some properties,
-such as text-decoration and visibility).</p>
-
 <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 Monday, 10 October 2011 22:18:20 UTC