- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Oct 2011 17:09:53 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values In directory hutz:/tmp/cvs-serv14979 Modified Files: Overview.html Overview.src.html Log Message: remove issue about implied types per WG resolution ISSUE-191 <http://lists.w3.org/Archives/Public/www-style/2011Oct/0482.html>; clarify that relative URLs in the document are relative to the document Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.html,v retrieving revision 1.130 retrieving revision 1.131 diff -u -d -r1.130 -r1.131 --- Overview.html 31 Oct 2011 17:05:56 -0000 1.130 +++ Overview.html 31 Oct 2011 17:09:51 -0000 1.131 @@ -1550,7 +1550,9 @@ default is a UA-dependent URI defined to point to a non-existent document with a generic error condition. (i.e. it shouldn't be an FTP URI that causes a DNS error, or an HTTP URI that results in a 404, it should be a - nondescript error condition.) + nondescript error condition.) Relative URLs must be made absolute + according to the rules of the document language; they are not relative to + the style sheet. <dt>‘<a href="#integer"><code class=css>integer</code></a>’ @@ -1635,13 +1637,6 @@ relevant units. </dl> - <p class=issue>Ideally, it shouldn't be necessary to specify the type if it - is obvious. For example, this should be valid: ‘<code - class=css>background-image: attr(href);</code>’. This could be - described as: "If the property only accepts one type of value (aside from - ‘<code class=property>inherit</code>’ and ‘<code - class=property>initial</code>’), that type is implied". - <div class=example> <p>This example shows the use of attr() to visually illustrate data in an XML file:</p> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.src.html,v retrieving revision 1.133 retrieving revision 1.134 diff -u -d -r1.133 -r1.134 --- Overview.src.html 31 Oct 2011 17:05:56 -0000 1.133 +++ Overview.src.html 31 Oct 2011 17:09:51 -0000 1.134 @@ -1083,7 +1083,9 @@ to point to a non-existent document with a generic error condition. (i.e. it shouldn't be an FTP URI that causes a DNS error, or an HTTP URI that results in a 404, it should be a - nondescript error condition.) + nondescript error condition.) Relative URLs must be made absolute + according to the rules of the document language; they are not + relative to the style sheet. <dt>''integer'' <dd>The attribute value will be interpreted as a CSS ''<integer>''. @@ -1135,12 +1137,6 @@ units. </dl> - <p class="issue">Ideally, it shouldn't be necessary to specify the - type if it is obvious. For example, this should be valid: - ''background-image: attr(href);''. This could be described as: - "If the property only accepts one type of value (aside from - 'inherit' and 'initial'), that type is implied".</p> - <div class="example"> <p>This example shows the use of attr() to visually illustrate data in an XML file:</p>
Received on Monday, 31 October 2011 17:09:58 UTC