Closed
Description
The section on flow-relative values defines a bunch of new values for existing properties. However, it doesn't say how these values influence the computed values of the properties, and I think it should say so explicitly (especially since the properties' existing "Computed Value:" lines may be wrong).
In other words, it needs to be clear whether float: inline-start
results in a computed value of inline-start
or a computed value of left
(or right
, depending on writing mode). I tend to think the computed value should be left
.
I got here from w3ctag/design-reviews#286.