From e434c5b6f3d755a7a31381023802fda0fd8a61fd Mon Sep 17 00:00:00 2001
From: Jamie Mansfield 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.