mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02: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`. (cherry picked from commit 1537d589ca4908c3631dc38e66c97fd37fa2f526)
5 lines
71 B
HTML
5 lines
71 B
HTML
<!DOCTYPE html>
|
|
<html dir="rtl">
|
|
<span>aaaaa</span>
|
|
<span>bbbbb</span>
|