Skip to content

Commit

Permalink
Editorial: remove a confusing comment on <link>.as
Browse files Browse the repository at this point in the history
Closes whatwg#3489.
  • Loading branch information
JohnTitor authored and mfreed7 committed Jun 3, 2022
1 parent 185208a commit 33ddbdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -13773,7 +13773,7 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
[<span>CEReactions</span>] attribute USVString <span data-x="dom-link-href">href</span>;
[<span>CEReactions</span>] attribute DOMString? <span data-x="dom-link-crossOrigin">crossOrigin</span>;
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-link-rel">rel</span>;
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-link-as">as</span>; // (default "")
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-link-as">as</span>;
[SameObject, PutForwards=<span data-x="dom-DOMTokenList-value">value</span>] readonly attribute <span>DOMTokenList</span> <span data-x="dom-link-relList">relList</span>;
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-link-media">media</span>;
[<span>CEReactions</span>] attribute DOMString <span data-x="dom-link-integrity">integrity</span>;
Expand Down Expand Up @@ -128718,7 +128718,7 @@ INSERT INTERFACES HERE
Pierre-Arnaud Allumé,
Pierre-Marie Dartus,
Piers Wombwell, <!-- pwombwell on GitHub -->
Pooja Sanklecha,
Pooja Sanklecha,
Prashant Hiremath,
Prashanth Chandra,
Prateek Rungta,
Expand Down Expand Up @@ -128963,6 +128963,7 @@ INSERT INTERFACES HERE
Yoav Weiss,
Yonathan Randolph,
Yu Huojiang,
Yuki Okushi, <!-- JohnTitor on GitHub -->
Yury Delendik,
平野裕 (Yutaka Hirano),
Yuzo Fujishima,
Expand Down

0 comments on commit 33ddbdd

Please sign in to comment.