From 96df6852ce1f87b99c4bd5f1c0bfbeb6f7164895 Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Sat, 20 Jul 2024 15:57:50 +0100 Subject: [PATCH] Correct link for SVGAElement.relList This corrects the link from .rel to .relList. --- master/linking.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/linking.html b/master/linking.html index 111f675c..dd14564d 100644 --- a/master/linking.html +++ b/master/linking.html @@ -1149,7 +1149,7 @@

Interface SVGAElement

attribute DOMString download; attribute USVString ping; attribute DOMString rel; - [SameObject, PutForwards=value] readonly attribute DOMTokenList relList; + [SameObject, PutForwards=value] readonly attribute DOMTokenList relList; attribute DOMString hreflang; attribute DOMString type;