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

Fix some spec references #223

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

lukewarlow
Copy link
Contributor

@lukewarlow lukewarlow commented Apr 17, 2024

@@ -25,6 +25,7 @@ text: innerHTML; type: attribute; for: Element; url: https://dom.spec.whatwg.org
text: window.toStaticHTML(); type: method; url: https://msdn.microsoft.com/en-us/library/cc848922(v=vs.85).aspx
text: createDocumentFragment; type: method; url: https://dom.spec.whatwg.org/#dom-document-createdocumentfragment
text: template contents; type: dfn; url: https://html.spec.whatwg.org/#template-contents
text: parse HTML from a string; type: dfn; url: https://html.spec.whatwg.org/#parse-html-from-a-string
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This isn't exported in html so have to link to it here.

@@ -302,7 +303,7 @@ To <dfn>set and filter HTML</dfn>, given an {{Element}} or {{DocumentFragment}}
[=SVG namespace=], then return.
1. Let |config| be the result of calling [=get a sanitizer config from options=]
with |options| and |safe|.
1. Let |newChildren| be the result of the HTML [=fragment parsing algorithm=]
1. Let |newChildren| be the result of the HTML [=fragment parsing algorithm steps=]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was in domparsing but it's now in HTML itself, this fixes the link

@otherdaniel
Copy link
Collaborator

Thank you!

@otherdaniel otherdaniel merged commit 6fe2555 into WICG:main Apr 17, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request Apr 17, 2024
SHA: 6fe2555
Reason: push, by otherdaniel

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants