mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 08:31:51 +00:00
The `start` and `end` value set the text alignment based on the computed value of `direction`. The default value of `text-align` is now `start` instead of `left`.
4 lines
71 B
HTML
4 lines
71 B
HTML
<!DOCTYPE html>
|
|
<html dir="rtl">
|
|
<span>aaaaa</span>
|
|
<span>bbbbb</span>
|