mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +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`.
5 lines
71 B
HTML
5 lines
71 B
HTML
<!DOCTYPE html>
|
|
<html dir="rtl">
|
|
<span>aaaaa</span>
|
|
<span>bbbbb</span>
|