Internationalization Start/End v. Left/Right

There is an interesting article about writing code for international languages that may start from the left (latin), or from the right (hebrew), or from the top (japanese). I copy all my fcc code to codepen to have for future reference and I tried replacing margin-left with margin-start for fun. The margin got erased.

Does anyone here use start/end instead of left/right by default? Is it a browser specific thing currently?

Here is the link to the codepen project i tried it on:

And a link to the internationalization article:

I figured it out. Have to use margin-inline-start to replace margin-left not just margin-start

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.