Skip to content

Commit

Permalink
Remove <head> requirement for <meta name=referrer>
Browse files Browse the repository at this point in the history
This matches 2/3, soon to be 3/3, implementations.
  • Loading branch information
dergoegge authored and mfreed7 committed Jun 3, 2022
1 parent 0b5686a commit 7b4937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -14308,7 +14308,6 @@ interface <dfn interface>HTMLMetaElement</dfn> : <span>HTMLElement</span> {
an <span>ASCII case-insensitive</span> match for <code data-x="meta-referrer">referrer</code></li>
<li>The element has a <code data-x="attr-meta-content">content</code> attribute, whose value
is not the empty string</li>
<li>The element is a child of <span>the <code>head</code> element</span> of the document</li>
</ul>
</li>

Expand Down Expand Up @@ -125195,6 +125194,7 @@ INSERT INTERFACES HERE
Nicolas Gallagher,
Nicolas Pena Moreno,
Nikki Bee,
Niklas Gögge,
Noah Mendelsohn,
Noah Slater,
Noel Gordon,
Expand Down

0 comments on commit 7b4937f

Please sign in to comment.