Skip to content

Also check CORS-same-origin in the <link> quirk#12468

Open
zcorpan wants to merge 1 commit into
mainfrom
zcorpan/link-quirk-same-origin
Open

Also check CORS-same-origin in the <link> quirk#12468
zcorpan wants to merge 1 commit into
mainfrom
zcorpan/link-quirk-same-origin

Conversation

@zcorpan
Copy link
Copy Markdown
Member

@zcorpan zcorpan commented May 18, 2026

Fixes #12403.

  • At least two implementers are interested (and none opposed):
  • Tests are written and can be reviewed and commented upon at:
  • Implementation bugs are filed:
    • Chromium: …
    • Gecko: …
    • WebKit: …
    • Deno (only for timers, structured clone, base64 utils, channel messaging, module resolution, web workers, and web storage): …
    • Node.js (only for timers, structured clone, base64 utils, channel messaging, and module resolution): …
  • Corresponding HTML AAM & ARIA in HTML issues & PRs:
  • MDN issue is filed: …
  • The top of this comment includes a clear commit message to use.

(See WHATWG Working Mode: Changes for more details.)


/links.html ( diff )

Copy link
Copy Markdown
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

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

Provided the relevant tests are updated and we add a test for redirects, this looks reasonable to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

<link> quirks should probably match stylesheet origin-clean flag

2 participants