csswg/css3-images Overview.html,1.248,1.249 Overview.src.html,1.255,1.256

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv8262

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add example rendering to the image(ltr) example.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -d -r1.248 -r1.249
--- Overview.html	12 Dec 2011 18:19:30 -0000	1.248
+++ Overview.html	13 Dec 2011 00:22:55 -0000	1.249
@@ -16,7 +16,7 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 December
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December
     2011</h2>
 
    <dl>
@@ -24,7 +24,7 @@
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
-     <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111212/">http://www.w3.org/TR/2011/WD-css3-images-20111212/</a>-->
+     <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111213/">http://www.w3.org/TR/2011/WD-css3-images-20111213/</a>-->
      
 
     <dt>Latest Version:
@@ -539,6 +539,12 @@
 	&lt;li dir='rtl'>MY BULLET IS ON THE RIGHT!&lt;/li>
 &lt;/ul></pre>
 
+   <p>This should render something like:</p>
+
+   <pre>
+⇒ My bullet is on the left!
+  !THGIR EHT NO SI TELLUB YM ⇐</pre>
+
    <p>In ltr list items, the image will be used as-is. In the rtl list items,
     however, it will be flipped in the inline direction, so it still points
     into the content.</p>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -d -r1.255 -r1.256
--- Overview.src.html	12 Dec 2011 18:19:30 -0000	1.255
+++ Overview.src.html	13 Dec 2011 00:22:55 -0000	1.256
@@ -255,6 +255,12 @@
 	&lt;li dir='rtl'>MY BULLET IS ON THE RIGHT!&lt;/li>
 &lt;/ul></pre>
 
+		<p>This should render something like:</p>
+
+		<pre>
+⇒ My bullet is on the left!
+  !THGIR EHT NO SI TELLUB YM ⇐</pre>
+
 		<p>In ltr list items, the image will be used as-is.  In the rtl list items, however, it will be flipped in the inline direction, so it still points into the content.</p>
 	</div>
 

Received on Tuesday, 13 December 2011 00:25:01 UTC