mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement dominant-baseline for SVG text
This property determines the default baseline used to align content within the given box.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
90a211bf47
commit
f05bc7c0cd
Notes:
github-actions[bot]
2026-02-26 08:24:27 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/f05bc7c0cd3 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8173 Reviewed-by: https://github.com/gmta ✅
@@ -130,6 +130,7 @@
|
||||
"captiontext",
|
||||
"cell",
|
||||
"center",
|
||||
"central",
|
||||
"checkbox",
|
||||
"circle",
|
||||
"clip",
|
||||
@@ -269,6 +270,7 @@
|
||||
"inactivecaption",
|
||||
"inactivecaptiontext",
|
||||
"increasing",
|
||||
"ideographic",
|
||||
"incremental",
|
||||
"infinite",
|
||||
"infinity",
|
||||
@@ -348,6 +350,7 @@
|
||||
"match-source",
|
||||
"math",
|
||||
"math-auto",
|
||||
"mathematical",
|
||||
"max-content",
|
||||
"medium",
|
||||
"menu",
|
||||
|
||||
Reference in New Issue
Block a user