- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Feb 2012 10:53:10 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv23976 Modified Files: Overview.html Overview.src.html Log Message: Markup tweak. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.275 retrieving revision 1.276 diff -u -d -r1.275 -r1.276 --- Overview.html 6 Feb 2012 10:50:35 -0000 1.275 +++ Overview.html 6 Feb 2012 10:53:08 -0000 1.276 @@ -208,6 +208,8 @@ notation</a> <ul class=toc> <li class=no-num><a href="#paint-sources"> Paint Sources</a> + + <li class=no-num><a href="#element-cycles"> Circular References</a> </ul> </ul> @@ -845,9 +847,7 @@ </dl> <!-- ====================================================================== --> - <h4 class="no-num no-toc" id=element-cycles> Detecting and Resolving - Circular Relationships Introduced by ‘<code - class=css>element()</code>’</h4> + <h4 class=no-num id=element-cycles> Circular References</h4> <p>The ‘<code class=css>element()</code>’ function can produce nonsensical circular relationships, such as an element using itself as its Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.285 retrieving revision 1.286 diff -u -d -r1.285 -r1.286 --- Overview.src.html 6 Feb 2012 10:50:36 -0000 1.285 +++ Overview.src.html 6 Feb 2012 10:53:08 -0000 1.286 @@ -460,8 +460,8 @@ <!-- ====================================================================== --> -<h4 class="no-num no-toc" id='element-cycles'> -Detecting and Resolving Circular Relationships Introduced by ''element()''</h4> +<h4 class="no-num" id='element-cycles'> +Circular References</h4> <p>The ''element()'' function can produce nonsensical circular relationships, such as an element using itself as its own background. These relationships
Received on Monday, 6 February 2012 11:06:41 UTC