mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 22:59:13 +00:00
Append text chunks to either the start or end of the text fragment, depending on the text direction. The direction is determined by what script its code points are from.
10 lines
146 B
HTML
10 lines
146 B
HTML
<style>
|
|
* {
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<img src="../images/text-direction-ref.png">
|