- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 19:10:26 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv25999
Modified Files:
Overview.html Overview.src.html
Log Message:
Remove issue by posting to www-style and reclassing as [css3-cascade]
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- Overview.html 31 Oct 2011 17:13:17 -0000 1.132
+++ Overview.html 31 Oct 2011 19:10:23 -0000 1.133
@@ -584,14 +584,6 @@
property's initial value. <a href="#CSS3CASCADE"
rel=biblioentry>[CSS3CASCADE]<!--{{CSS3CASCADE}}--></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
- the end of the UA cascade, and for the UA it would roll back to
- ‘<code class=css>initial</code>’/‘<code
- class=css>inherit</code>’. Is that something we should add, perhaps
- using the reserved ‘<code class=css>default</code>’ keyword?
-
<h3 id=identifiers><span class=secno>3.2. </span> User-defined Identifiers:
the ‘<a href="#identifier-value"><code
class=css><identifier></code></a>’ type</h3>
@@ -1453,6 +1445,10 @@
<h3 id=attr><span class=secno>8.3. </span> Attribute References: ‘<a
href="#attr-value"><code class=css>attr()</code></a>’</h3>
+ <!--
+Ian's proposal:
+ http://lists.w3.org/Archives/Member/w3c-css-wg/2002OctDec/0141.html
+-->
<p>The <dfn id=attr-value>attr()</dfn> function returns the value of an
attribute on the element for use as a value in a property. If used on a
@@ -2089,15 +2085,7 @@
<p>Comments and suggestions from Giovanni Campagna, Christoph Päper,
Keith Rarick, Alex Mogilevsky, Ian Hickson, David Baron, Edward Welbourne,
Boris Zbarsky, Björn Höhrmann and Michael Day improved this
- module. <!--
-
-Ian's proposal:
- http://lists.w3.org/Archives/Member/w3c-css-wg/2002OctDec/0141.html
-David's proposal
- http://lists.w3.org/Archives/Member/w3c-css-wg/2002OctDec/0191.html
-
--->
-
+ module.
<h2 class=no-num id=references>References</h2>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- Overview.src.html 31 Oct 2011 17:13:17 -0000 1.135
+++ Overview.src.html 31 Oct 2011 19:10:23 -0000 1.136
@@ -297,13 +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">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 the end of the UA cascade, and for the UA it
- would roll back to ''initial''/''inherit''. Is that something we should
- add, perhaps using the reserved ''default'' keyword?</p>
-
<h3 id="identifiers">
User-defined Identifiers: the ''<identifier>'' type</h3>
@@ -1014,6 +1007,11 @@
<h3 id="attr">
Attribute References: ''attr()''</h3>
+<!--
+Ian's proposal:
+ http://lists.w3.org/Archives/Member/w3c-css-wg/2002OctDec/0141.html
+-->
+
<p>The <dfn id='attr-value'>attr()</dfn> function returns the value of an attribute on the element
for use as a value in a property. If used on a pseudo-element, it returns
the value of the attribute on the pseudo-element's originating element.</p>
@@ -1506,15 +1504,6 @@
<p>Comments and suggestions from Giovanni Campagna, Christoph Päper, Keith Rarick, Alex Mogilevsky, Ian Hickson, David Baron, Edward Welbourne, Boris Zbarsky, Björn Höhrmann and Michael Day improved this module.
-<!--
-
-Ian's proposal:
- http://lists.w3.org/Archives/Member/w3c-css-wg/2002OctDec/0141.html
-David's proposal
- http://lists.w3.org/Archives/Member/w3c-css-wg/2002OctDec/0191.html
-
--->
-
<h2 class="no-num" id="references">References</h2>
Received on Monday, 31 October 2011 19:10:29 UTC