Skip to content

Comments

Add documentation for iframe credentialless#23097

Merged
sideshowbarker merged 4 commits intomdn:mainfrom
chrisdavidmills:iframe-credentialless
Dec 21, 2022
Merged

Add documentation for iframe credentialless#23097
sideshowbarker merged 4 commits intomdn:mainfrom
chrisdavidmills:iframe-credentialless

Conversation

@chrisdavidmills
Copy link
Contributor

Description

This PR adds documentation for the IFrame credentialless feature. See my research document for more information about this, and the overall scope of the work.

Motivation

Additional details

Related issues and pull requests

Fixes #23069

@chrisdavidmills chrisdavidmills requested review from a team as code owners December 20, 2022 13:20
@chrisdavidmills chrisdavidmills requested review from hamishwillee, jpmedley and schalkneethling and removed request for a team December 20, 2022 13:20
@github-actions github-actions bot added Content:HTML Hypertext Markup Language docs Content:Other Any docs not covered by another "Content:" label Content:WebAPI Web API docs labels Dec 20, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Dec 20, 2022

Preview URLs (7 pages)
Flaws (60)

Note! 1 document with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/API/Window
Title: Window
Flaw count: 34

  • macros:
    • /en-US/docs/Web/API/Window/messageManager does not exist
    • /en-US/docs/Web/API/Window/performance redirects to /en-US/docs/Web/API/performance_property
    • /en-US/docs/Web/API/Window/returnValue does not exist
    • /en-US/docs/Web/API/Window/setResizable does not exist
    • /en-US/docs/Web/API/Window/home does not exist
    • and 20 more flaws omitted
  • broken_links:
    • Can't resolve /en-US/docs/The_message_manager
  • bad_bcd_links:
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • and 3 more flaws omitted

URL: /en-US/docs/Web/API/Window/credentialless
Title: Window.credentialless
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: api.Window.credentialless

URL: /en-US/docs/Web/API/HTMLIFrameElement
Title: HTMLIFrameElement
Flaw count: 22

  • macros:
    • /en-US/docs/Web/API/HTMLIFrameElement/align does not exist
    • /en-US/docs/Web/API/HTMLIFrameElement/allow does not exist
    • /en-US/docs/Web/API/HTMLIFrameElement/allowfullscreen does not exist
    • /en-US/docs/Web/API/HTMLIFrameElement/frameBorder does not exist
    • /en-US/docs/Web/API/HTMLIFrameElement/height does not exist
    • and 7 more flaws omitted
  • bad_bcd_links:
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • and 5 more flaws omitted

URL: /en-US/docs/Web/API/HTMLIFrameElement/credentialless
Title: HTMLIFrameElement.credentialless
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: api.HTMLIFrameElement.credentialless

URL: /en-US/docs/Web/Security
Title: Web security
Flaw count: 1

  • macros:
    • /en-US/docs/Glossary/XSS redirects to /en-US/docs/Glossary/Cross-site_scripting

URL: /en-US/docs/Web/Security/IFrame_credentialless
Title: IFrame credentialless
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: html.elements.iframe.credentialless
External URLs (2)

URL: /en-US/docs/Web/Security/IFrame_credentialless
Title: IFrame credentialless

(comment last updated: 2022-12-21 11:12:07)

Copy link
Member

@sideshowbarker sideshowbarker left a comment

Choose a reason for hiding this comment

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

👍 Personally happy to see docs (and good, clear ones) landing for this particular feature

@sideshowbarker sideshowbarker merged commit 3b5ca42 into mdn:main Dec 21, 2022
@chrisdavidmills chrisdavidmills deleted the iframe-credentialless branch December 21, 2022 11:29
@chrisdavidmills
Copy link
Contributor Author

Hurrah, cheers @sideshowbarker !

ArthurSonzogni added a commit to ArthurSonzogni/mdn-content that referenced this pull request Jan 3, 2023
This PR adds documentation for `Cross-Origin-Embedder-Policy`:
`credentialless` value.

This is part of the HTML specification + FETCH.
It is implemented by:
- Chrome: 96.
- Firefox: Nightly + origin trial.

In a follow-up, I am also going to fix the Iframe.credentialless
documentation, and I need refer to COEP:credentialless.

Chrome status:
- https://chromestatus.com/feature/4918234241302528

Firefox status:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1731778

Past PR about COEP:
- mdn#8871
- mdn#23097
- mdn#23275

Follow-up:
ArthurSonzogni added a commit to ArthurSonzogni/mdn-content that referenced this pull request Jan 3, 2023
This PR adds documentation for `Cross-Origin-Embedder-Policy`:
`credentialless` value.

This is part of the HTML specification + FETCH.
It is implemented by:
- Chrome: 96.
- Firefox: Nightly + origin trial.

In a follow-up, I am also going to fix the Iframe.credentialless
documentation, and I need refer to COEP:credentialless.

Chrome status:
- https://chromestatus.com/feature/4918234241302528

Firefox status:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1731778

Past PR about COEP:
- mdn#8871
- mdn#23097
- mdn#23275
Elchi3 pushed a commit that referenced this pull request Jan 4, 2023
* Document COEP:credentialless

This PR adds documentation for `Cross-Origin-Embedder-Policy`:
`credentialless` value.

This is part of the HTML specification + FETCH.
It is implemented by:
- Chrome: 96.
- Firefox: Nightly + origin trial.

In a follow-up, I am also going to fix the Iframe.credentialless
documentation, and I need refer to COEP:credentialless.

Chrome status:
- https://chromestatus.com/feature/4918234241302528

Firefox status:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1731778

Past PR about COEP:
- #8871
- #23097
- #23275

* Update files/en-us/web/http/headers/cross-origin-embedder-policy/index.md

Co-authored-by: Chris Mills <[email protected]>

* Update files/en-us/web/http/headers/cross-origin-embedder-policy/index.md

Co-authored-by: Chris Mills <[email protected]>

* Address Chris #2 comment.

* Address @Elchi3 suggestions.

Co-authored-by: Chris Mills <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:HTML Hypertext Markup Language docs Content:Other Any docs not covered by another "Content:" label Content:WebAPI Web API docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Intent to document: IFrame credentialless

2 participants