Skip to content

Commit 8554007

Browse files
committed
Add example rendering to the image(ltr) example.
1 parent 083f86e commit 8554007

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

css3-images/Overview.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
1818

19-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 December
19+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December
2020
2011</h2>
2121

2222
<dl>
2323
<dt>This Version:
2424

2525
<dd><a
2626
href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
27-
<!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111212/">http://www.w3.org/TR/2011/WD-css3-images-20111212/</a>-->
27+
<!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111213/">http://www.w3.org/TR/2011/WD-css3-images-20111213/</a>-->
2828

2929

3030
<dt>Latest Version:
@@ -539,6 +539,12 @@ <h3 id=image-notation><span class=secno>3.2. </span> Image Fallbacks and
539539
&lt;li dir='rtl'>MY BULLET IS ON THE RIGHT!&lt;/li>
540540
&lt;/ul></pre>
541541

542+
<p>This should render something like:</p>
543+
544+
<pre>
545+
⇒ My bullet is on the left!
546+
!THGIR EHT NO SI TELLUB YM ⇐</pre>
547+
542548
<p>In ltr list items, the image will be used as-is. In the rtl list items,
543549
however, it will be flipped in the inline direction, so it still points
544550
into the content.</p>

css3-images/Overview.src.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,12 @@ <h3 id="image-notation">
255255
&lt;li dir='rtl'>MY BULLET IS ON THE RIGHT!&lt;/li>
256256
&lt;/ul></pre>
257257

258+
<p>This should render something like:</p>
259+
260+
<pre>
261+
⇒ My bullet is on the left!
262+
!THGIR EHT NO SI TELLUB YM ⇐</pre>
263+
258264
<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>
259265
</div>
260266

0 commit comments

Comments
 (0)