Skip to content

Commit 070be33

Browse files
committed
[css-rhythm] Fix error in block-step-align definition. Caught by the illustrious dbaron.
1 parent 13f77de commit 070be33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-rhythm/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@ Specifying Alignment: the 'block-step-align' property {#block-step-align}
238238
<dt><dfn>start</dfn>
239239
<dd>
240240
Any extra space resulting from a 'block-step-size'-induced adjustment
241-
is inserted on the <a>start</a> side of the box.
241+
is inserted on the <a>end</a> side of the box.
242242
<dt><dfn>end</dfn>
243243
<dd>
244244
Any extra space resulting from a 'block-step-size'-induced adjustment
245-
is inserted on the <a>end</a> side of the box.
245+
is inserted on the <a>start</a> side of the box.
246246
</dl>
247247

248248
In all cases,

0 commit comments

Comments
 (0)