Skip to content

Commit 7f8e7a7

Browse files
committed
[css-writing-modes] 6.2 inline-start editorial suggestion: Nominally the side from which... <http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl>
1 parent f758d26 commit 7f8e7a7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,14 +1407,14 @@ <h3 class="heading settled heading" data-level=6.2 id=logical-directions><span c
14071407

14081408
<dl data-export="">
14091409
<dt><dfn data-dfn-type=dfn data-export="" id=block-start>block-start<a class=self-link href=#block-start></a></dfn>
1410-
<dd>Nominally the side that comes earlier in the block progression,
1410+
<dd>The side that comes earlier in the block progression,
14111411
as determined by the <a class=property data-link-type=propdesc href=#propdef-writing-mode title=writing-mode>writing-mode</a> property:
14121412
the physical top in <a class=css data-link-type=maybe href=#valuedef-horizontal-tb title=horizontal-tb>horizontal-tb</a> mode,
14131413
the right in <a class=css data-link-type=maybe href=#valuedef-vertical-rl title=vertical-rl>vertical-rl</a>, and the left in <a class=css data-link-type=maybe href=#valuedef-vertical-lr title=vertical-lr>vertical-lr</a>.
14141414
<dt><dfn data-dfn-type=dfn data-export="" id=block-end>block-end<a class=self-link href=#block-end></a></dfn>
14151415
<dd>The side opposite <a data-link-type=dfn href=#block-start title=block-start>block-start</a>.
14161416
<dt><dfn data-dfn-type=dfn data-export="" id=inline-start>inline-start<a class=self-link href=#inline-start></a></dfn>
1417-
<dd>Nominally the side from which text of its inline base direction will start.
1417+
<dd>The side from which the inline base direction of text will start.
14181418
For boxes with a used <a class=property data-link-type=propdesc href=#propdef-direction title=direction>direction</a> value of <a class=css data-link-type=maybe href=#valuedef-ltr title=ltr>ltr</a>, this means the <a data-link-type=dfn href=#line-left title=line-left>line-left</a> side.
14191419
For boxes with a used <a class=property data-link-type=propdesc href=#propdef-direction title=direction>direction</a> value of <a class=css data-link-type=maybe href=#valuedef-rtl title=rtl>rtl</a>, this means the <a data-link-type=dfn href=#line-right title=line-right>line-right</a> side.
14201420
<dt><dfn data-dfn-type=dfn data-export="" id=inline-end>inline-end<a class=self-link href=#inline-end></a></dfn>

css-writing-modes/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,14 +1403,14 @@ <h3 id="logical-directions">
14031403

14041404
<dl export>
14051405
<dt><dfn>block-start</dfn>
1406-
<dd>Nominally the side that comes earlier in the block progression,
1406+
<dd>The side that comes earlier in the block progression,
14071407
as determined by the 'writing-mode' property:
14081408
the physical top in ''horizontal-tb'' mode,
14091409
the right in ''vertical-rl'', and the left in ''vertical-lr''.
14101410
<dt><dfn>block-end</dfn>
14111411
<dd>The side opposite <i>block-start</i>.
14121412
<dt><dfn>inline-start</dfn>
1413-
<dd>Nominally the side from which text of its inline base direction will start.
1413+
<dd>The side from which the inline base direction of text will start.
14141414
For boxes with a used 'direction' value of ''ltr'', this means the <i>line-left</i> side.
14151415
For boxes with a used 'direction' value of ''rtl'', this means the <i>line-right</i> side.
14161416
<dt><dfn>inline-end</dfn>

0 commit comments

Comments
 (0)