Skip to content

Commit

Permalink
Remove SVGAElement.text attribute
Browse files Browse the repository at this point in the history
This was only implemented by Firefox, where it has now been removed
(https://bugzilla.mozilla.org/show_bug.cgi?id=1880689).

Discussion in w3cGH-931 indicated that this attribute is desired to be
removed from the spec.
  • Loading branch information
jamierocks committed Jul 23, 2024
1 parent 6d756e8 commit e434c5b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions master/linking.html
Original file line number Diff line number Diff line change
Expand Up @@ -1153,8 +1153,6 @@ <h3 id="InterfaceSVGAElement">Interface SVGAElement</h3>
attribute DOMString <a href="linking.html#__svg__SVGAElement__hreflang">hreflang</a>;
attribute DOMString <a href="linking.html#__svg__SVGAElement__type">type</a>;

attribute DOMString <a href="linking.html#__svg__SVGAElement__text">text</a>;

attribute DOMString <a href="linking.html#__svg__SVGAElement__referrerPolicy">referrerPolicy</a>;
};

Expand All @@ -1176,10 +1174,6 @@ <h3 id="InterfaceSVGAElement">Interface SVGAElement</h3>
IDL attribute
<a>reflects</a> the <a>'referrerpolicy'</a> content attribute,
<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#limited-to-only-known-values">limited to only known values</a>.</p>
<p>The <b id="__svg__SVGAElement__text">text</b> IDL attribute,
on getting, must return the same value as the <a href="https://dom.spec.whatwg.org/#dom-node-textcontent">textContent</a> IDL attribute
on the element, and on setting, must act as if the <a href="https://dom.spec.whatwg.org/#dom-node-textcontent">textContent</a> IDL attribute
on the element had been set to the new value.</p>
</edit:with>


Expand Down

0 comments on commit e434c5b

Please sign in to comment.