Created attachment 466337 [details] Test case CSS logical properties overridden by direction properties and vice-versa should be marked accordingly in the Styles panel. Take care that the properties override each other depending on the writing mode. For example, in right-to-left writing mode, `margin-left` and `margin-inline-start` refer to different ends and do not override each other, whereas they do in left-to-writing mode.
Created attachment 466338 [details] Screenshot of issue in Web Inspector In left-to-right writing mode, `margin-left` should be marked as overridden because the following `margin-inline-start` takes precedence.
<rdar://problem/109285988>