[csswg-drafts] [css-align-3] Incorrect syntax for <baseline-position> (#10273)

pyoor has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-align-3] Incorrect syntax for <baseline-position> ==
From what I can tell, baseline-position is only intended to accept the following 3 values exactly:
`baseline`
`first baseline`
`last baseline`

If that's correct, the syntax should be:
`[ first | last ]? baseline`

As opposed to using the `&&` which allows for any order of elements.
https://github.com/w3c/csswg-drafts/blob/13e83cee9d7d41054637e43bda7ac9981fade8d0/css-align-3/Overview.bs#L602

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10273 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 30 April 2024 21:20:40 UTC