Open
Description
CSS Logical says
The existing
top
andbottom
values are idiosyncratically redefined as assigning to the block-start and block-end sides of the table, respectively.
regarding the caption-side
keywords.
For consistency - also because the spec. defines inline-start
and inline-end
- we should define the keywords block-start
and block-end
explicitly and let the physical values map to them.
@ramiy already created a PR to add them.
Sebastian