From e434c5b6f3d755a7a31381023802fda0fd8a61fd Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Tue, 23 Jul 2024 22:51:20 +0100 Subject: [PATCH] Remove SVGAElement.text attribute This was only implemented by Firefox, where it has now been removed (https://bugzilla.mozilla.org/show_bug.cgi?id=1880689). Discussion in GH-931 indicated that this attribute is desired to be removed from the spec. --- master/linking.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/master/linking.html b/master/linking.html index 111f675c..bc1fd7c6 100644 --- a/master/linking.html +++ b/master/linking.html @@ -1153,8 +1153,6 @@

Interface SVGAElement

attribute DOMString hreflang; attribute DOMString type; - attribute DOMString text; - attribute DOMString referrerPolicy; }; @@ -1176,10 +1174,6 @@

Interface SVGAElement

IDL attribute reflects the 'referrerpolicy' content attribute, limited to only known values.

-

The text IDL attribute, - on getting, must return the same value as the textContent IDL attribute - on the element, and on setting, must act as if the textContent IDL attribute - on the element had been set to the new value.