From b154c6ec5a607193b3e0bbb20aa052426a5edb89 Mon Sep 17 00:00:00 2001 From: Orgoth Date: Fri, 10 Jan 2025 09:11:22 +0100 Subject: [PATCH] Update AllowedAttributes.php Added dominant-baseline to the allowed attributes --- src/data/AllowedAttributes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/AllowedAttributes.php b/src/data/AllowedAttributes.php index 2b73b57..7121670 100644 --- a/src/data/AllowedAttributes.php +++ b/src/data/AllowedAttributes.php @@ -143,6 +143,7 @@ public static function getAttributes() 'direction', 'display', 'divisor', + 'dominant-baseline', 'dur', 'edgemode', 'elevation',