mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +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`.
5 lines
71 B
HTML
5 lines
71 B
HTML
<!DOCTYPE html>
|
|
<html dir="rtl">
|
|
<span>aaaaa</span>
|
|
<span>bbbbb</span>
|