|
25 | 25 |
|
26 | 26 | <h1>CSS Lists and Counters Module Level 3</h1> |
27 | 27 |
|
28 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 November |
| 28 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 November |
29 | 29 | 2011</h2> |
30 | 30 |
|
31 | 31 | <dl> |
32 | 32 | <dt>This version: |
33 | 33 |
|
34 | | - <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111118">http://www.w3.org/TR/2011/WD-css3-lists-20111118</a></dd>--> |
| 34 | + <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111119">http://www.w3.org/TR/2011/WD-css3-lists-20111119</a></dd>--> |
35 | 35 | <a |
36 | 36 | href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a> |
37 | 37 |
|
@@ -1355,7 +1355,57 @@ <h3 id=marker-attachment><span class=secno>7.2. </span> The ‘<a |
1355 | 1355 | title=associated-marker>associated markers</i></a> instead base their |
1356 | 1356 | positioning off of the directionality of the list item's parent element. |
1357 | 1357 | The normative meaning of this is specified in the section defining <a |
1358 | | - href="#position-marker">position:marker</a>.</p> |
| 1358 | + href="#position-marker">position:marker</a>. |
| 1359 | + |
| 1360 | + <div class=example> |
| 1361 | + <p>Here is a visual rendering of the effect that ‘<a |
| 1362 | + href="#marker-attachment0"><code |
| 1363 | + class=property>marker-attachment</code></a>’ can have on a list. |
| 1364 | + Both of the following renderings are generated from the following HTML, |
| 1365 | + with the only difference being the value of ‘<a |
| 1366 | + href="#marker-attachment0"><code |
| 1367 | + class=property>marker-attachment</code></a>’ on the list:</p> |
| 1368 | + |
| 1369 | + <pre> |
| 1370 | +<ul> |
| 1371 | + <li>english one |
| 1372 | + <li dir=rtl>OWT WERBEH |
| 1373 | + <li>english three |
| 1374 | + <li dir=rtl>RUOF WERBEH |
| 1375 | +</ul></pre> |
| 1376 | + |
| 1377 | + <table class=data style="width: 35em;"> |
| 1378 | + <thead> |
| 1379 | + <tr> |
| 1380 | + <th>list-item |
| 1381 | + |
| 1382 | + <th>list-container |
| 1383 | + |
| 1384 | + <tbody> |
| 1385 | + <tr> |
| 1386 | + <td style="border-right: thin solid"> |
| 1387 | + <ul> |
| 1388 | + <li>english one |
| 1389 | + |
| 1390 | + <li dir=rtl>OWT WERBEH |
| 1391 | + |
| 1392 | + <li>english three |
| 1393 | + |
| 1394 | + <li dir=rtl>RUOF WERBEH |
| 1395 | + </ul> |
| 1396 | + |
| 1397 | + <td> |
| 1398 | + <ul> |
| 1399 | + <li>english one |
| 1400 | + |
| 1401 | + <li>OWT WERBEH |
| 1402 | + |
| 1403 | + <li>english three |
| 1404 | + |
| 1405 | + <li>RUOF WERBEH |
| 1406 | + </ul> |
| 1407 | + </table> |
| 1408 | + </div> |
1359 | 1409 | <!-- ===================================================================== --> |
1360 | 1410 |
|
1361 | 1411 | <h2 id=counter-style><span class=secno>8. </span> Defining Custom Counter |
|
0 commit comments