From 7b418abc23e09d2099a3967a257d02c2e766669d Mon Sep 17 00:00:00 2001 From: monochromer Date: Sun, 1 Sep 2024 14:44:34 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D1=82=20=D0=B8=D0=B3=D0=BD=D0=BE=D1=80=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B0=D1=82=D1=80=D0=B8=D0=B1?= =?UTF-8?q?=D1=83=D1=82=D0=BE=D0=B2=20`media`=20=D0=BD=D0=B0=20=D1=8D?= =?UTF-8?q?=D0=BB=D0=B5=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=85=20`meta`=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20html-=D0=B2=D0=B0=D0=BB=D0=B8=D0=B4=D0=B0?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5517b14b5..4fea412b1 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,8 @@ "suppressErrors": [ "Bad value for attribute “href” on element “a”: Illegal character in fragment: “#” is not allowed.", "Bad value “soft-light” for attribute “mode” on element “feBlend”.", - "Element “style” not allowed as child of element “div” in this context." + "Element “style” not allowed as child of element “div” in this context.", + "Attribute “media” not allowed on element “meta” at this point" ] } }