Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to frame-ancestors #28246

Merged
merged 10 commits into from
Jul 31, 2023
6 changes: 6 additions & 0 deletions files/en-us/web/html/element/audio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ This element's attributes include the [global attributes](/en-US/docs/Web/HTML/G
</td>
<td>The metadata has been loaded.</td>
</tr>
<tr>
<td>
{{domxref("HTMLMediaElement.loadstart_event", 'loadstart')}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a separate PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mistakenly commit it here. Here's the PR for this issue #28242

</td>
<td>Load process has started</td>
</tr>
<tr>
<td>
{{domxref("HTMLMediaElement.pause_event", 'pause')}}
Expand Down
3 changes: 1 addition & 2 deletions files/en-us/web/html/element/frame/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ If you want to embed another HTML page into the {{HTMLElement("body")}} of a doc

## See also

- {{HTMLElement("frameset")}}
- {{HTMLElement("iframe")}}
rohini-ranjanR marked this conversation as resolved.
Show resolved Hide resolved
- {{HTTPHeaders("frame-ancestors")}}