|
11 | 11 | type="text/css"> |
12 | 12 |
|
13 | 13 | <style type="text/css"> |
14 | | - body, html { max-width: none; } |
| 14 | + body, html { max-width: 85em; } |
15 | 15 | .issue th:first-child { text-align: left !important; } |
16 | 16 | [rowspan] > img { max-height: 4em; float: right; } |
| 17 | + [rowspan] { vertical-align: middle; } |
| 18 | + small { display: block; } |
17 | 19 | </style> |
18 | 20 |
|
19 | 21 | <body> |
|
23 | 25 |
|
24 | 26 | <h1>CSS Box Alignment Module Level 3</h1> |
25 | 27 |
|
26 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 May 2012</h2> |
| 28 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 May 2012</h2> |
27 | 29 |
|
28 | 30 | <dl><!-- |
29 | 31 | <dt>This version: |
30 | | - <dd><a href="http://www.w3.org/TR/2012/ED-css3-align-20120516/">http://www.w3.org/TR/2012/ED-css3-align-20120516/</a> |
| 32 | + <dd><a href="http://www.w3.org/TR/2012/ED-css3-align-20120523/">http://www.w3.org/TR/2012/ED-css3-align-20120523/</a> |
31 | 33 | <dt>Latest version: |
32 | 34 | <dd><a href="http://www.w3.org/TR/css3-align/">http://www.w3.org/TR/css3-align/</a> |
33 | 35 | --> |
@@ -342,6 +344,7 @@ <h2 id=overview><span class=secno>2. </span> Overview of Alignment |
342 | 344 | <td>inline |
343 | 345 |
|
344 | 346 | <td rowspan=2><img alt="" src=self-target.jpg> element within parent |
| 347 | + <small>(effectively adjusts margins)</small> |
345 | 348 |
|
346 | 349 | <td>✘ |
347 | 350 |
|
@@ -373,6 +376,7 @@ <h2 id=overview><span class=secno>2. </span> Overview of Alignment |
373 | 376 | <td>inline |
374 | 377 |
|
375 | 378 | <td rowspan=2><img alt="" src=content-target.jpg>content within element |
| 379 | + <small>(effectively adjusts padding)</small> |
376 | 380 |
|
377 | 381 | <td>‘<code class=property>flex-pack</code>’ |
378 | 382 |
|
@@ -404,8 +408,8 @@ <h2 id=overview><span class=secno>2. </span> Overview of Alignment |
404 | 408 | <td>inline |
405 | 409 |
|
406 | 410 | <td rowspan=2><img alt="" src=child-target.jpg> items inside element |
407 | | - (controls items with ‘<code class=css>align/justify-outside: |
408 | | - auto</code>’) |
| 411 | + <small>(controls child items’ ‘<code |
| 412 | + class=css>align/justify-outside: auto</code>’)</small> |
409 | 413 |
|
410 | 414 | <td>✘ |
411 | 415 |
|
@@ -602,6 +606,40 @@ <h2 id=overview><span class=secno>2. </span> Overview of Alignment |
602 | 606 |
|
603 | 607 | <td>align-items |
604 | 608 | </table> |
| 609 | + |
| 610 | + <table class=data> |
| 611 | + <caption>Inverted Self/ContentItems</caption> |
| 612 | + <col align=char charoff="|"><col align=char charoff=- span=2> |
| 613 | + <thead> |
| 614 | + <tr> |
| 615 | + <th>thing|reference |
| 616 | + |
| 617 | + <th scope=col>inline |
| 618 | + |
| 619 | + <th scope=col>stacking |
| 620 | + |
| 621 | + <tbody> |
| 622 | + <tr> |
| 623 | + <th scope=row>box|container |
| 624 | + |
| 625 | + <td>justify-self |
| 626 | + |
| 627 | + <td>align-self |
| 628 | + |
| 629 | + <tr> |
| 630 | + <th scope=row>contents|box |
| 631 | + |
| 632 | + <td>justify-content |
| 633 | + |
| 634 | + <td>align-content |
| 635 | + |
| 636 | + <tr> |
| 637 | + <th scope=row>items|box |
| 638 | + |
| 639 | + <td>justify-items |
| 640 | + |
| 641 | + <td>align-items |
| 642 | + </table> |
605 | 643 | </div> |
606 | 644 |
|
607 | 645 | <h2 id=self-alignment><span class=secno>3. </span> Self-Alignment: Aligning |
|
0 commit comments