Skip to content

Commit

Permalink
Fix browser compatibility link in noopener (#4673)
Browse files Browse the repository at this point in the history
* Fix Compat link in noopener/index.html

* add area noopener too

Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
takurinton and hamishwillee authored May 4, 2021
1 parent 0fab3a0 commit df7a07a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/en-us/web/html/link_types/noopener/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ <h2 id="Specifications">Specifications</h2>

<h2 id="Browser_compatibility">Browser compatibility</h2>

<p>{{Compat("html.elements.link.a.noopener")}}</p>
<p>{{Compat("html.elements.a.rel.noopener")}}</p>
<p>{{Compat("html.elements.area.rel.noopener")}}</p>

0 comments on commit df7a07a

Please sign in to comment.