Skip to content

Commits

Permalink
main
Switch branches/tags

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

  1. Copy the full SHA
    c1183df View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Define conditional statements

    Fixes #180.
    miketaylr committed Sep 26, 2023
    Copy the full SHA
    a6ffd91 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Copy the full SHA
    53fe02e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. 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.
    jyasskin committed May 31, 2023
    Copy the full SHA
    dbc268d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Split surrogate into leading and trailing

    For the Encoding Standard.
    annevk committed Apr 5, 2023
    Copy the full SHA
    0dba3a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Copy the full SHA
    8ee207b View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Copy the full SHA
    3e751ef View commit details
    Browse the repository at this point in the history
  2. 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]>
    annevk and domenic committed Jan 16, 2023
    Copy the full SHA
    c6a1cc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Add documentation for tuple multiple assignment

    "Let (variableOne, variableTwo) be the result of functionReturningTuple." is now a valid statement.
    
    Fixes #508.
    dlrobertson committed Dec 21, 2022
    Copy the full SHA
    eb68213 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Remove pairs some more

    annevk committed Nov 23, 2022
    Copy the full SHA
    171a136 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Update reference instructions to account for modern taste

    And align the rest of the document as well.
    annevk committed Oct 27, 2022
    Copy the full SHA
    59e0d16 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Meta: my employer changed

    annevk committed Oct 26, 2022
    Copy the full SHA
    f25ebeb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    655048a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Copy the full SHA
    e695297 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Copy the full SHA
    0b4fbb5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Copy the full SHA
    bfc30dd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Editorial: reduce statement complexity of prefix algorithms

    As suggested in passing in #446.
    annevk committed May 2, 2022
    Copy the full SHA
    3deb8ac View commit details
    Browse the repository at this point in the history
  2. Add code unit suffix (ends with for strings)

    Closes #414.
    annevk committed May 2, 2022
    Copy the full SHA
    5571447 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Copy the full SHA
    c178025 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Copy the full SHA
    f98b73c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Remove pairs

    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.
    annevk committed Oct 25, 2021
    Copy the full SHA
    38ac4e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Add tuple indexing

    See whatwg/html#7251 for context.
    annevk committed Oct 21, 2021
    Copy the full SHA
    5ccbe0d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Add "start with" as link text for byte sequence's "starts with"

    Also fix some fallout from switching to positions rather than indices.
    jakearchibald committed Sep 28, 2021
    Copy the full SHA
    142878a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. 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.
    domenic committed Sep 22, 2021
    Copy the full SHA
    9323562 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Copy the full SHA
    ff425b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Allow zero index/length when substringing

    Followup to cd60f9e.
    domenic committed Aug 16, 2021
    Copy the full SHA
    0333d3d View commit details
    Browse the repository at this point in the history
  2. Add code unit/point substring definitions

    Closes #152.
    domenic committed Aug 16, 2021
    Copy the full SHA
    cd60f9e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Define exclusive ranges and list indices

    Also add "keys" and "values" as linking aliases for "get the keys"/"get the values" on maps.
    domenic committed Jul 19, 2021
    Copy the full SHA
    d69ac66 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ca972bc View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Editorial: avoid saying isolated surrogates

    Fixes #341.
    annevk committed May 4, 2021
    Copy the full SHA
    b372703 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Meta: update repository files

    annevk authored and foolip committed Mar 23, 2021
    Copy the full SHA
    e6ab845 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Editorial: correct ismorphic typo

    Missing a character in this example.
    martinthomson committed Feb 2, 2021
    Copy the full SHA
    efb2747 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Copy the full SHA
    3da2ef1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Meta: default branch rename

    Helps with whatwg/meta#174.
    annevk committed Jan 15, 2021
    Copy the full SHA
    7e986be View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Meta: make #tracking-vector a permanent anchor

    Closes #349.
    domenic authored and annevk committed Dec 17, 2020
    Copy the full SHA
    9b412bc View commit details
    Browse the repository at this point in the history
Older