Support float logical values inline-start and inline-end for RTL support #12469
thibaudcolas
started this conversation in
Ideas
Replies: 1 comment
-
As of May 2024, there’s now support in Samsung Internet as well. According to Can I Use, we’re at "90.48% of all users" support. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Same as #10902. As a follow-up to #10166, I think it’s time for Tailwind to support flow-relative float values. Browser support is there. See caniuse.com: CSS property: float: inline-start and inline-end. TL;DR; as of today: 68% of all users.
Also worth mentioning that at the same time as those
float: inline-start
,float: inline-end
, browsers have introduced support for:resize
(eitherblock
orinline
) to support TTB languagesclear
(inline-start
,inline-end
)Personally I don’t see myself using those ever, but I suppose they’re worth considering at the same time.
Beta Was this translation helpful? Give feedback.
All reactions