- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Feb 2012 10:49:14 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv19762
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.273
retrieving revision 1.274
diff -u -d -r1.273 -r1.274
--- Overview.html 6 Feb 2012 09:43:25 -0000 1.273
+++ Overview.html 6 Feb 2012 10:49:12 -0000 1.274
@@ -207,8 +207,7 @@
Elements as Images: the ‘<code class=css>element()</code>’
notation</a>
<ul class=toc>
- <li><a href="#paint-sources"><span class=secno>3.3.1. </span> Paint
- Sources</a>
+ <li class=no-num><a href="#paint-sources"> Paint Sources</a>
</ul>
</ul>
@@ -813,7 +812,7 @@
regeneration process. That is, the image must look identical to the
referenced element, modulo rasterization quality.
- <h4 id=paint-sources><span class=secno>3.3.1. </span> Paint Sources</h4>
+ <h4 class=no-num id=paint-sources> Paint Sources</h4>
<p>Host languages may define that some elements provide a <dfn
id=paint-source title=paint-source>paint source</dfn>. Paint sources have
@@ -2809,7 +2808,7 @@
<li>objects, <a href="#objects" title=objects><strong>5.</strong></a>
<li>paint-source, <a href="#paint-source"
- title=paint-source><strong>3.3.1.</strong></a>
+ title=paint-source><strong>#</strong></a>
<li><position>, <a href="#ltposition"
title="<position>"><strong>4.2.1.</strong></a>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -d -r1.283 -r1.284
--- Overview.src.html 6 Feb 2012 09:43:25 -0000 1.283
+++ Overview.src.html 6 Feb 2012 10:49:12 -0000 1.284
@@ -441,7 +441,7 @@
the image must look identical to the referenced element, modulo rasterization
quality.</p>
-<h4 id='paint-sources'>
+<h4 id='paint-sources' class='no-num'>
Paint Sources</h4>
<p>Host languages may define that some elements provide a <dfn title="paint-source">paint source</dfn>. Paint sources have an intrinsic width, height, and appearance, separate from the process of rendering, and so may be used as images even when they're not being rendered.</p>
Received on Monday, 6 February 2012 10:51:18 UTC