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 endpoints for specifications needing to parse URLs #9719

Merged
merged 6 commits into from
Sep 19, 2023
Merged

Conversation

annevk
Copy link
Member

@annevk annevk commented Sep 10, 2023

This makes the following changes:

  • It renames parse a URL to encoding-parse a URL, signifying it takes into account the encoding of the document or environment.
  • Similarly it renames parse and serialize a URL to encoding-parse-and-serialize a URL.
  • It adds parse a URL that does not take into account the encoding of the document or environment.
  • It exports both parse a URL and encoding-parse a URL and adds some guidance for specification authors.

/common-dom-interfaces.html ( diff )
/dnd.html ( diff )
/edits.html ( diff )
/form-control-infrastructure.html ( diff )
/grouping-content.html ( diff )
/iframe-embed-object.html ( diff )
/images.html ( diff )
/input.html ( diff )
/links.html ( diff )
/media.html ( diff )
/microdata.html ( diff )
/nav-history-apis.html ( diff )
/rendering.html ( diff )
/scripting.html ( diff )
/semantics.html ( diff )
/system-state.html ( diff )
/text-level-semantics.html ( diff )
/urls-and-fetching.html ( diff )
/webappapis.html ( diff )
/workers.html ( diff )
/worklets.html ( diff )

This makes the following changes:

* It renames parse a URL to encoding-parse a URL, signifying it takes into account the encoding of the document or environment.
* Similarly it renames parse and serialize a URL to encoding-parse-and-serialize a URL.
* It adds parse a URL that does not take into account the encoding of the document or environment.
* It exports both parse a URL and encoding-parse a URL and adds some guidance for specification authors.
source Show resolved Hide resolved
source Show resolved Hide resolved
source Show resolved Hide resolved
source Show resolved Hide resolved
source Outdated Show resolved Hide resolved
@annevk annevk requested a review from domenic September 16, 2023 14:51
source Show resolved Hide resolved
@annevk annevk merged commit 59e75bb into main Sep 19, 2023
2 checks passed
@annevk annevk deleted the annevk/urls branch September 19, 2023 12:08
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.

3 participants