Skip to content

Commit

Permalink
Fix spec URL in Cross-Origin-Opener-Policy doc (#3193)
Browse files Browse the repository at this point in the history
There is no the-cross-origin-opener-policy-header anchor in the HTML
spec; instead the best place for the MDN article to link to is the
the-headers anchor, which has the following text:

> A Document's cross-origin opener policy is derived from the
> `Cross-Origin-Opener-Policy` and the
> `Cross-Origin-Opener-Policy-Report-Only` HTTP response headers. These
> headers are structured headers whose value must be a token.
  • Loading branch information
sideshowbarker authored Mar 17, 2021
1 parent bbfc5ab commit ab69d00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h2 id="Specifications">Specifications</h2>
</thead>
<tbody>
<tr>
<td>{{SpecName('HTML WHATWG', '#the-cross-origin-opener-policy-header', 'Cross-Origin-Opener-Policy header')}}</td>
<td>{{SpecName('HTML WHATWG', '#the-headers', 'Cross-Origin-Opener-Policy header')}}</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit ab69d00

Please sign in to comment.