Commits
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on May 24, 2023
Commits on May 8, 2023
-
Add value argument to URLSearchParams's has() and delete()
Also add <div algorithm> wrappers. Tests: web-platform-tests/wpt#39865. Fixes #335.
Commits on Mar 20, 2023
Commits on Feb 24, 2023
Commits on Feb 23, 2023
-
Add a size getter to URLSearchParams
Tests: web-platform-tests/wpt#38655. Fixes #163.
Commits on Feb 20, 2023
-
-
Closes #406. Co-authored-by: Anne van Kesteren <[email protected]>
Commits on Feb 13, 2023
Commits on Feb 8, 2023
Commits on Jan 23, 2023
Commits on Jan 20, 2023
-
Redo validation errors in the IPv4 parser
ab0e820 didn't consider the impact on the validation error infrastructure. This also makes some minor additional changes: * Modernizes the "Host parsing" section. * Clarifies that the IPv4 parser cannot be invoked directly. * Clarifies that the IPv6 parser can, but you should still not do it. Fixes #706.
Commits on Jan 19, 2023
Commits on Jan 17, 2023
-
Editorial: point out API section is not suitable for all
This language is copied from Encoding, to which similar considerations applied. Closes #535.
-
Editorial: define domain label
Also slightly modernize the public suffix and registrable domain algorithm headers. Fixes #435.
-
Editorial: define URL path segment
As suggested in #337 by David Singer. This also formalizes single-dot and double-dot URL path segments as proper concepts and allows them to be part of the data structure rather than writing section, which is much more sound.
Commits on Jan 2, 2023
-
Ensure the API roundtrips for opaque paths
As opaque paths can end in U+0020, those trailing U+0020 code points need to be removed from the path when both query and fragment become null. Tests: web-platform-tests/wpt#37556. Fixes #651.
Commits on Dec 20, 2022
-
Clarify that percent-encoding does not always roundtrip
Also add some <div algorithm> wrappers to this section. Closes #523.
Commits on Dec 12, 2022
Commits on Dec 9, 2022
-
Missed in d2ef633. (And DOM was there I suspect for "context object" which is now "this" in Web IDL.)
Commits on Dec 6, 2022
-
Editorial: clarify the types of strings algorithms take and return
Given the existing callers these are not normative changes, but there was definitely a lack of clarity. Closes web-platform-tests/wpt#37010.
Commits on Dec 5, 2022
Commits on Dec 2, 2022
-
Editorial: minor cleanup around the internal IDNA algorithms
1. No need for optional arguments given the number of callers. 2. Call Unicode ToUnicode from a single place.
Commits on Nov 23, 2022
-
Editorial: address a couple minor nits
This change mainly removes the no-backref class that no longer has any meaning.
Commits on Oct 26, 2022
-
Also move the anchors and link-defaults blocks around.
Commits on Oct 17, 2022
-
See https://github.com/whatwg/spec-factory for details.
Commits on Aug 15, 2022
-
-
Meta: fix "same site" reference
Recently HTML introduced a for="site" version, so we need to be more specific.