Steps to Reproduce:
Use the css logical property: float: inline-end,
Actual Results:
The float is ignored.
Expected Results:
The property functions as float: right in LTR,
Steps to Reproduce:
Use the css logical property: float: inline-end,
Actual Results:
The float is ignored.
Expected Results:
The property functions as float: right in LTR,
Note that float: inline‑start; and float: inline‑end; are currently only supported in Firefox.
As of writing this message float: inline-end is not used anywhere in WiKit.
QueryBuidler does use float: inline-end and it seems to work correctly there.
Both WiKit and QueryBuilder have the same setup when it comes to using CSS Logical Properties, namely the postcss plugin postcss-logical.
So far we don't have any proof that float: inline-end doesn't work, therefor I'm closing this and we can reopen it in the future if we stumble upon this again.