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 Sep 27, 2023
-
See https://github.com/whatwg/spec-factory for details.
Commits on Sep 26, 2023
Commits on Jul 19, 2023
Commits on May 31, 2023
-
Algorithms should specify their return type in more cases
It's wrong to assert that return types are always easy to infer from algorithm steps and call sites. We also shouldn't make people read through the call sites (which might be in other documents) to figure out what an algorithm returns.
Commits on Apr 5, 2023
Commits on Feb 24, 2023
Commits on Jan 16, 2023
-
-
Address limits on unconstrained inputs
Part of the wording is adopted from the HTML Standard. Follow-up: #523. Co-authored-by: Domenic Denicola <[email protected]>
Commits on Dec 21, 2022
-
Add documentation for tuple multiple assignment
"Let (variableOne, variableTwo) be the result of functionReturningTuple." is now a valid statement. Fixes #508.
Commits on Nov 23, 2022
Commits on Oct 27, 2022
-
Update reference instructions to account for modern taste
And align the rest of the document as well.
Commits on Oct 26, 2022
Commits on Oct 17, 2022
-
See https://github.com/whatwg/spec-factory for details.
Commits on Jul 20, 2022
Commits on May 6, 2022
Commits on May 2, 2022
-
Editorial: reduce statement complexity of prefix algorithms
As suggested in passing in #446.
Commits on Jan 17, 2022
Commits on Jan 3, 2022
Commits on Oct 25, 2021
-
Overall this syntax was somewhat confusing as the slash is used for many other purposes. Fetch was using this syntax, but that is being addressed in whatwg/fetch#1339. Fixes #127.
Commits on Oct 21, 2021
Commits on Sep 28, 2021
-
Add "start with" as link text for byte sequence's "starts with"
Also fix some fallout from switching to positions rather than indices.
Commits on Sep 22, 2021
-
Change substring semantics to be about positions, not indices
Previously, the spec attempted to use code unit/point indices in the substring definitions. However, this mismatched how most programming languages do substring operations, and was buggy, as noted in #402. This changes the definitions to operate on "positions" between code units/points, instead of indices, with a note explaining the difference. The resulting prose then matches most programming languages, as well as the JavaScript specification's less-formal "substring" definition. Closes #402.
Commits on Sep 10, 2021
Commits on Aug 16, 2021
Commits on Jul 19, 2021
-
Define exclusive ranges and list indices
Also add "keys" and "values" as linking aliases for "get the keys"/"get the values" on maps.
-
Commits on May 4, 2021
Commits on Mar 23, 2021
-
See https://github.com/whatwg/spec-factory for details.
Commits on Feb 2, 2021
-
Editorial: correct ismorphic typo
Missing a character in this example.