https://drafts.csswg.org/css-logical/#border-shorthands
Name: border-block, border-inline
Value: <‘border-block-start’>
It appears the above value syntax only allows specifying a single value. Is this intentional?
Normally, these types of shorthands allows specifying a single value (used for both axes) or both values.
If it's intentional, then we should probably add a note to clarify that.