- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Jan 2012 20:30:14 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values In directory hutz:/tmp/cvs-serv28710 Modified Files: Overview.html Overview.src.html Log Message: Make base URL relative to element (not just the document, in case of element-specific rules) Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.html,v retrieving revision 1.154 retrieving revision 1.155 diff -u -d -r1.154 -r1.155 --- Overview.html 13 Dec 2011 01:25:10 -0000 1.154 +++ Overview.html 3 Jan 2012 20:30:12 -0000 1.155 @@ -15,7 +15,7 @@ dt + dt::before { content: ", "; } dt { display: inline; } </style> - <link href="../css-module/default.css" rel=stylesheet type="text/css"> + <link href="../default.css" rel=stylesheet type="text/css"> <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet type="text/css"> @@ -26,14 +26,13 @@ <h1>CSS Values and Units Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December - 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 January 2012</h2> <dl> <dt>This version: <dd><a - href="http://www.w3.org/TR/2011/ED-css3-values-20111213/">http://www.w3.org/TR/2011/ED-css3-values-20111213/</a> + href="http://www.w3.org/TR/2012/ED-css3-values-20120103/">http://www.w3.org/TR/2012/ED-css3-values-20120103/</a> <dt>Latest version: @@ -64,7 +63,7 @@ <!--begin-copyright--> <p class=copyright><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" - rel=license>Copyright</a> © 2011 <a + rel=license>Copyright</a> © 2012 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym @@ -1573,8 +1572,8 @@ 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.) Relative URLs must be made absolute - according to the rules of the document language; they are not relative to - the style sheet. + according to the rules of the document language as applied to URLs + originating from the element; they are not relative to the style sheet. <dt>‘<a href="#integer"><code class=css>integer</code></a>’ @@ -1761,10 +1760,10 @@ <dt id=CSS3-IMAGES>[CSS3-IMAGES] <dd>Elika J. Etemad; Tab Atkins Jr. <a - href="http://www.w3.org/TR/2011/WD-css3-images-20110908/"><cite>CSS Image - Values and Replaced Content Module Level 3.</cite></a> 8 September 2011. + href="http://www.w3.org/TR/2011/WD-css3-images-20111206/"><cite>CSS Image + Values and Replaced Content Module Level 3.</cite></a> 6 December 2011. W3C Working Draft. (Work in progress.) URL: <a - href="http://www.w3.org/TR/2011/WD-css3-images-20110908/">http://www.w3.org/TR/2011/WD-css3-images-20110908/</a> + href="http://www.w3.org/TR/2011/WD-css3-images-20111206/">http://www.w3.org/TR/2011/WD-css3-images-20111206/</a> </dd> <!----> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.src.html,v retrieving revision 1.157 retrieving revision 1.158 diff -u -d -r1.157 -r1.158 --- Overview.src.html 13 Dec 2011 01:25:10 -0000 1.157 +++ Overview.src.html 3 Jan 2012 20:30:12 -0000 1.158 @@ -14,7 +14,7 @@ dt + dt::before { content: ", "; } dt { display: inline; } </style> - <link rel="stylesheet" type="text/css" href="../css-module/default.css"> + <link rel="stylesheet" type="text/css" href="../default.css"> <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css"> </head> @@ -1098,8 +1098,8 @@ 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.) Relative URLs must be made absolute - according to the rules of the document language; they are not - relative to the style sheet. + according to the rules of the document language as applied to URLs + originating from the element; they are not relative to the style sheet. <dt>''integer'' <dd>The attribute value will be interpreted as a CSS ''<integer>''.
Received on Tuesday, 3 January 2012 20:32:18 UTC