|
11 | 11 |
|
12 | 12 | <meta content="CSS Box Alignment Module Level 3" name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2013-12-13 name=dcterms.date> |
| 14 | + <meta content=2014-02-04 name=dcterms.date> |
15 | 15 | <meta content="Elika J. Etemad" name=dcterms.creator> |
16 | 16 | <meta content="Tab Atkins Jr." name=dcterms.creator> |
17 | 17 | <meta content=W3C name=dcterms.publisher> |
|
36 | 36 |
|
37 | 37 | <h1>CSS Box Alignment Module Level 3</h1> |
38 | 38 |
|
39 | | - <h2 class="no-num no-toc">Editor's Draft 13 December 2013</h2> |
| 39 | + <h2 class="no-num no-toc">Editor's Draft 4 February 2014</h2> |
40 | 40 |
|
41 | 41 | <dl> |
42 | 42 | <dt>This version: |
43 | | - <!--<dd><a href="http://dev.w3.org/csswg/css-align/">http://www.w3.org/TR/2013/WD-css-align-20131213/</a>--> |
| 43 | + <!--<dd><a href="http://dev.w3.org/csswg/css-align/">http://www.w3.org/TR/2014/WD-css-align-20140204/</a>--> |
44 | 44 |
|
45 | 45 | <dd><a |
46 | 46 | href="http://dev.w3.org/csswg/css-align/">http://dev.w3.org/csswg/css-align</a> |
@@ -87,7 +87,7 @@ <h2 class="no-num no-toc">Editor's Draft 13 December 2013</h2> |
87 | 87 | <!--begin-copyright--> |
88 | 88 | <p class=copyright><a |
89 | 89 | href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
90 | | - rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr |
| 90 | + rel=license>Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr |
91 | 91 | title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a |
92 | 92 | href="http://www.csail.mit.edu/"><abbr |
93 | 93 | title="Massachusetts Institute of Technology">MIT</abbr></a>, <a |
@@ -560,15 +560,19 @@ <h3 id=positional-values><span class=secno>3.1. </span> Positional |
560 | 560 | to be flush with the edge of the <a |
561 | 561 | href="#alignment-container"><i>alignment container</i></a> corresponding |
562 | 562 | to the <a href="#alignment-subject"><i>alignment subject</i></a>’s |
563 | | - start side. |
| 563 | + start side. If the <a>writing modes</a> of the <a>alignment subject</a> |
| 564 | + and the <a>alignment container</a> are <a>orthogonal</a>, this value |
| 565 | + computes to ‘<a href="#start"><code class=css>start</code></a>’. |
564 | 566 |
|
565 | 567 | <dt><dfn id=self-end>‘<code class=css>self-end</code>’</dfn> |
566 | 568 |
|
567 | 569 | <dd>Aligns the <a href="#alignment-subject"><i>alignment subject</i></a> |
568 | 570 | to be flush with the edge of the <a |
569 | 571 | href="#alignment-container"><i>alignment container</i></a> corresponding |
570 | 572 | to the <a href="#alignment-subject"><i>alignment subject</i></a>’s end |
571 | | - side. |
| 573 | + side. If the <a>writing modes</a> of the <a>alignment subject</a> and the |
| 574 | + <a>alignment container</a> are <a>orthogonal</a>, this value computes to |
| 575 | + ‘<a href="#end"><code class=css>end</code></a>’. |
572 | 576 |
|
573 | 577 | <dt><dfn id=flex-start>‘<code class=css>flex-start</code>’</dfn> |
574 | 578 |
|
|
0 commit comments