Skip to content

Commit

Permalink
Merge pull request #949 from jamierocks/rellist-link-fix
Browse files Browse the repository at this point in the history
Correct link for SVGAElement.relList
  • Loading branch information
caribouW3 authored Jan 10, 2025
2 parents 29eafab + 96df685 commit e7c81e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/linking.html
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ <h3 id="InterfaceSVGAElement">Interface SVGAElement</h3>
attribute DOMString <a href="linking.html#__svg__SVGAElement__download">download</a>;
attribute USVString <a href="linking.html#__svg__SVGAElement__ping">ping</a>;
attribute DOMString <a href="linking.html#__svg__SVGAElement__rel">rel</a>;
[SameObject, PutForwards=value] readonly attribute <a>DOMTokenList</a> <a href="linking.html#__svg__SVGAElement__rel">relList</a>;
[SameObject, PutForwards=value] readonly attribute <a>DOMTokenList</a> <a href="linking.html#__svg__SVGAElement__relList">relList</a>;
attribute DOMString <a href="linking.html#__svg__SVGAElement__hreflang">hreflang</a>;
attribute DOMString <a href="linking.html#__svg__SVGAElement__type">type</a>;

Expand Down

0 comments on commit e7c81e9

Please sign in to comment.