mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Add writing-mode CSS property, and its values
Introduce the `writing-mode` property, as specified in https://drafts.csswg.org/css-writing-modes/#block-flow
This commit is contained in:
committed by
Alexander Kalenik
parent
755b83c01a
commit
c3f3e93b7e
Notes:
github-actions[bot]
2024-11-03 16:03:18 +00:00
Author: https://github.com/BenJilks Commit: https://github.com/LadybirdBrowser/ladybird/commit/c3f3e93b7e4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2135 Reviewed-by: https://github.com/kalenikaliaksandr ✅
@@ -185,6 +185,7 @@
|
||||
"high-quality",
|
||||
"highlight",
|
||||
"highlighttext",
|
||||
"horizontal-tb",
|
||||
"hover",
|
||||
"inactiveborder",
|
||||
"inactivecaption",
|
||||
@@ -339,6 +340,8 @@
|
||||
"semi-expanded",
|
||||
"separate",
|
||||
"serif",
|
||||
"sideways-lr",
|
||||
"sideways-rl",
|
||||
"slider-horizontal",
|
||||
"slow",
|
||||
"small",
|
||||
@@ -403,6 +406,8 @@
|
||||
"upper-latin",
|
||||
"upper-roman",
|
||||
"uppercase",
|
||||
"vertical-lr",
|
||||
"vertical-rl",
|
||||
"vertical-text",
|
||||
"view-box",
|
||||
"visible",
|
||||
|
||||
Reference in New Issue
Block a user