Skip to content

Commit 727a144

Browse files
committed
[css-align] Why did we add this orthogonal behavior? It doesn't make sense.
1 parent 8b14ae0 commit 727a144

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

css-align/Overview.bs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,10 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
231231
<dt><dfn for="<item-position>">self-start</dfn>
232232
<dd>Aligns the <a>alignment subject</a> to be flush with the edge of the <a>alignment container</a>
233233
corresponding to the <a>alignment subject</a>’s start side.
234-
If the <a>writing modes</a> of the <a>alignment subject</a> and the <a>alignment container</a> are <a>orthogonal</a>,
235-
this value computes to ''start''.
236234

237235
<dt><dfn for="<item-position>">self-end</dfn>
238236
<dd>Aligns the <a>alignment subject</a> to be flush with the edge of the <a>alignment container</a>
239237
corresponding to the <a>alignment subject</a>’s end side.
240-
If the <a>writing modes</a> of the <a>alignment subject</a> and the <a>alignment container</a> are <a>orthogonal</a>,
241-
this value computes to ''end''.
242238

243239
<dt><dfn for="<item-position>, <content-position>">flex-start</dfn>
244240
<dd><strong>Only used in flex layout.</strong> [[!CSS3-FLEXBOX]]

css-align/Overview.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,16 +641,12 @@ <h3 class="heading settled" data-level="3.1" id="positional-values"><span class=
641641
</dt>
642642
<dd>Aligns the <a data-link-type="dfn" href="#alignment-subject">alignment subject</a> to be flush with the edge of the <a data-link-type="dfn" href="#alignment-container">alignment container</a>
643643
corresponding to the <a data-link-type="dfn" href="#alignment-subject">alignment subject</a>’s start side.
644-
If the <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#writing-mode">writing modes</a> of the <a data-link-type="dfn" href="#alignment-subject">alignment subject</a> and the <a data-link-type="dfn" href="#alignment-container">alignment container</a> are <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#establish-an-orthogonal-flow">orthogonal</a>,
645-
this value computes to <a class="css" data-link-type="maybe" href="#valdef-item-position-content-position-start">start</a>.
646644

647645
</dd>
648646
<dt><dfn class="css" data-dfn-for="<item-position>" data-dfn-type="value" data-export="" id="valdef-item-position-self-end">self-end<a class="self-link" href="#valdef-item-position-self-end"></a></dfn>
649647
</dt>
650648
<dd>Aligns the <a data-link-type="dfn" href="#alignment-subject">alignment subject</a> to be flush with the edge of the <a data-link-type="dfn" href="#alignment-container">alignment container</a>
651649
corresponding to the <a data-link-type="dfn" href="#alignment-subject">alignment subject</a>’s end side.
652-
If the <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#writing-mode">writing modes</a> of the <a data-link-type="dfn" href="#alignment-subject">alignment subject</a> and the <a data-link-type="dfn" href="#alignment-container">alignment container</a> are <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#establish-an-orthogonal-flow">orthogonal</a>,
653-
this value computes to <a class="css" data-link-type="maybe" href="#valdef-item-position-content-position-end">end</a>.
654650

655651
</dd>
656652
<dt><dfn class="css" data-dfn-for="<item-position>, <content-position>" data-dfn-type="value" data-export="" id="valdef-item-position-content-position-flex-start">flex-start<a class="self-link" href="#valdef-item-position-content-position-flex-start"></a></dfn>

0 commit comments

Comments
 (0)