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

Avoid "sequence" in prose, linkify use in types #729

Merged
merged 3 commits into from
Jul 18, 2024

Commits on Jul 17, 2024

  1. [Conventions] Avoid "sequence" in prose, linkify use in types

    Per the spec processing model, algorithms don't usually deal with a
    sequence<T> type; the JS value has been converted to an Infra list. So
    try to avoid using that term in prose, especially as it is confusing
    for recurrent operators which have temporal sequences as well. But do
    call out an exception: unpacking unions.
    
    When used in an IDL type description, though, do linkify it.
    
    Fix a few other grammar/link glitches, too.
    inexorabletash committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d370b79 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Delete extra "of" word.

    fdwr authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    bc04e99 View commit details
    Browse the repository at this point in the history
  2. Update index.bs

    Co-authored-by: Dwayne Robinson <dwayner@microsoft.com>
    inexorabletash and fdwr authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9ffdda7 View commit details
    Browse the repository at this point in the history