Skip to content

Commit a813268

Browse files
committed
Add another alignment naming convention to the list...
1 parent c19b851 commit a813268

2 files changed

Lines changed: 53 additions & 2 deletions

File tree

css3-align/Overview.html

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
<h1>CSS Box Alignment Module Level 3</h1>
2727

28-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 May 2012</h2>
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 May 2012</h2>
2929

3030
<dl><!--
3131
<dt>This version:
32-
<dd><a href="http://www.w3.org/TR/2012/ED-css3-align-20120517/">http://www.w3.org/TR/2012/ED-css3-align-20120517/</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>
3333
<dt>Latest version:
3434
<dd><a href="http://www.w3.org/TR/css3-align/">http://www.w3.org/TR/css3-align/</a>
3535
-->
@@ -606,6 +606,40 @@ <h2 id=overview><span class=secno>2. </span> Overview of Alignment
606606

607607
<td>align-items
608608
</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>
609643
</div>
610644

611645
<h2 id=self-alignment><span class=secno>3. </span> Self-Alignment: Aligning

css3-align/Overview.src.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,23 @@ <h2 id="overview">
298298
<td>justify-items <td>align-items
299299
</tbody>
300300
</table>
301+
<table class=data>
302+
<caption>Inverted Self/ContentItems</caption>
303+
<col align=char charoff="|">
304+
<col align=char charoff="-" span=2>
305+
<thead>
306+
<tr><th>thing|reference
307+
<th scope=col>inline <th scope=col>stacking
308+
</thead>
309+
<tbody>
310+
<tr><th scope=row>box|container
311+
<td>justify-self <td>align-self
312+
<tr><th scope=row>contents|box
313+
<td>justify-content <td>align-content
314+
<tr><th scope=row>items|box
315+
<td>justify-items <td>align-items
316+
</tbody>
317+
</table>
301318
</div>
302319

303320
<h2 id="self-alignment">

0 commit comments

Comments
 (0)