From 00d7ac501a52f4478f7784f0110bd62dbf76e21b Mon Sep 17 00:00:00 2001 From: Bill Foote Date: Tue, 10 Sep 2024 17:33:56 -0700 Subject: [PATCH] Syntax error in A tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 629da65..0f0de7f 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ attributes. Issue 116. * Other non-obvious CSS precedence rules (like - https://www.w3.org/TR/2008/REC-CSS2-20080411/cascade.html#specificity) + specificity) aren't respected. * CSS attributes that don't have a corresponding SVG attribute generally are not supported, e.g. `background` and `transform-origin` are not.