Skip to content

Commit 4fcd343

Browse files
dholberttabatkins
authored andcommitted
Fix typo: s/baseline/last-baseline/ (w3c#593)
Section 4.2 currently says: > `baseline` > [...] The fallback alignment for `baseline` is `start`. > > `last-baseline` > [... ]The fallback alignment for `baseline` is `end`. Those "fallback alignment" sentences are contradictory (they say opposite things about the fallback alignment for `baseline`). The latter one clearly means to be talking about `last-baseline`, not `baseline`. Here's a pull request to fix that typo.
1 parent a0ede8b commit 4fcd343

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-align/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Baseline Alignment: the ''baseline'' and ''last-baseline'' keywords</h3>
334334
in the shared <a>last baseline set</a>
335335
of all the boxes in its <a>baseline-sharing group</a>.
336336

337-
The <a>fallback alignment</a> for ''baseline'' is ''end''.
337+
The <a>fallback alignment</a> for ''last-baseline'' is ''end''.
338338

339339
Issue: Should this ''end'' fallback be ''safe'' or ''unsafe''?
340340
</dl>

0 commit comments

Comments
 (0)