Commit 4fcd343
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
0 commit comments