You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.