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

Move new contrib docs #18041

Merged
merged 71 commits into from Jul 19, 2022
Merged

Commits on Jul 6, 2022

  1. Move new contrib docs

    dipikabh committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    b244b8c View commit details
    Browse the repository at this point in the history
  2. underscores

    Rumyra committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    161fdc8 View commit details
    Browse the repository at this point in the history
  3. renaming

    Rumyra committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    ccc291e View commit details
    Browse the repository at this point in the history
  4. removing redirect about

    Rumyra committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    976f799 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. creating moving

    Rumyra committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    6c9059b View commit details
    Browse the repository at this point in the history
  2. experimental

    Rumyra committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d036722 View commit details
    Browse the repository at this point in the history
  3. does belong

    Rumyra committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    cbbfbdb View commit details
    Browse the repository at this point in the history
  4. editorial

    Rumyra committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    19fb2c1 View commit details
    Browse the repository at this point in the history
  5. code style guide

    dipikabh committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    b684180 View commit details
    Browse the repository at this point in the history
  6. writing style guide

    dipikabh committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    e8754fb View commit details
    Browse the repository at this point in the history
  7. howto and seo

    Rumyra committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    488b5c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe2bbe1 View commit details
    Browse the repository at this point in the history
  9. file rename, link update

    dipikabh committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    747aeed View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Updated Syntax for fetch-related pages (mdn#17914)

    * Updated Syntax
    
    * port changes
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    PrajwalBorkar and Josh-Cena committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    dfaa02c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    2d2a665 View commit details
    Browse the repository at this point in the history
  2. Unshorten code in method definition (mdn#18457)

    * fixes mdn#18444
    
    * Update index.md
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    awxiaoxian2020 and Josh-Cena committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    81e2700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9dc850 View commit details
    Browse the repository at this point in the history
  4. Add const var declaration to FileSystemFileHandle sample code (mdn#…

    …17930)
    
    * Add `const` var declaration
    
    * Update index.md
    
    * Update index.md
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    ZhangYiJiang and Josh-Cena committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    00c5b94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dda0d84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91c0859 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50e8b18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fbf26d7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eca196c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ca32cd6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e168124 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e61ec25 View commit details
    Browse the repository at this point in the history
  13. Fix channelCount semantics in MediaStreamAudioSourceNode. (mdn#18472

    )
    
    * Fix `channelCount` semantics.
    
    This sparked confusion, e.g. in WebAudio/web-audio-api#2496.
    
    Source: I am this specification's editor.
    
    * Fix markup.
    
    * Fix parenthesis
    padenot committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    7c6a48c View commit details
    Browse the repository at this point in the history
  14. Fix channelCount semantics. (mdn#18473)

    * Fix `channelCount` semantics.
    
    This sparked confusion, e.g. in WebAudio/web-audio-api#2496.
    
    Source: I am this specification's editor.
    
    * Fix markup.
    
    * Fix parenthesis
    padenot committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    44dca7b View commit details
    Browse the repository at this point in the history
  15. Remove a few pointless references to internal slots (mdn#18461)

    * Remove a few pointless references to internal slots
    
    * Update index.md
    
    * Apply suggestions from code review
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    
    * simplify description
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    Josh-Cena and teoli2003 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    ef59c2d View commit details
    Browse the repository at this point in the history
  16. Fix syntax errors (mdn#18475)

    * Fix syntax error
    
    Reported in https://github.com/orgs/mdn/discussions/158 (PR11)
    The macro just prints `Deprected` on the next line.
    
    * Fix in blobbuilder
    
    * Remove js annotation for webidl blocks
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    OnkarRuikar and teoli2003 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    6c2011c View commit details
    Browse the repository at this point in the history
  17. fix: syntax errors in JS example sections (v5) (mdn#18442)

    * syntax fixes
    
    * fix remaining syntax errors
    
    * Adapt syntax box
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    lionralfs and teoli2003 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    d19d68b View commit details
    Browse the repository at this point in the history
  18. Use diff instead of js to mark a diff block (mdn#18477)

    * Update good vs bad example
    
    * fix a typo
    
    * marking it as diff
    OnkarRuikar committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a743948 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f8fd5cc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    15d84ff View commit details
    Browse the repository at this point in the history
  21. Change 'nodes' link to link directly to DOM nodes (mdn#18480)

    The link to DOM 'nodes' currently links to the 'nodes' glossary page. I changed the link to DOM 'nodes' to directly link to the DOM nodes page.
    simonvarey committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    eef5e4d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5cda559 View commit details
    Browse the repository at this point in the history
  23. FF103 Native Error types are serializable (mdn#18384)

    * FF104 Native Error types are serializable
    
    * Fix error - this is in FF103, not 104
    
    * Update files/en-us/web/api/web_workers_api/structured_clone_algorithm/index.md
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    
    * Remove stack info from release note
    
    * Update files/en-us/mozilla/firefox/releases/103/index.md
    
    Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
    hamishwillee and Josh-Cena committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    7e27a47 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fd9ca3c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b5503b2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f453fe9 View commit details
    Browse the repository at this point in the history
  27. Fix typo (mdn#18486)

    Remove stray 'a' in "contain a separator characters like the following" -> "contain separator characters like the following"
    kokke committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    414a21e View commit details
    Browse the repository at this point in the history
  28. Fix link text (mdn#18488)

    de-oz committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a15a18d View commit details
    Browse the repository at this point in the history
  29. Add missing period (mdn#18487)

    de-oz committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    633e01b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0e4bf8a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Remove continuity descriptions from steps(...) (mdn#18482)

    As per the spec (https://drafts.csswg.org/css-easing/#step-easing-functions), Figure 5, all step functions are right-continuous (i.e. You'd encounter solid dots approaching discontinuity from the right side). The `direction` keyword should strictly describe when the jumps (i.e. discontinuities) happen.
    dshin-moz committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    11f463c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    294e54f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d76783 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ed44f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32823e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    302ccec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53ec3a1 View commit details
    Browse the repository at this point in the history
  8. Elaborate on destructuring assignment (mdn#18495)

    * Elaborate on destructuring assignment
    
    * add headings
    Josh-Cena committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    43ebaea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a71d5f9 View commit details
    Browse the repository at this point in the history
  10. remove a broken link (mdn#18499)

    * remove a broken link
    
    * Apply suggestions from code review
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    OnkarRuikar and teoli2003 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    9ca8b11 View commit details
    Browse the repository at this point in the history
  11. Demix pointer capture events from GlobalEventHandlers (mdn#18450)

    * Demix pointer capture events from GlobalEventHandlers
    
    * Update files/en-us/web/api/element/lostpointercapture_event/index.md
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    
    * Add event properties section (still seems redundant...)
    
    * Add additional event properties section
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    queengooborg and teoli2003 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    bf629e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    602c0ef View commit details
    Browse the repository at this point in the history
  13. Minor spread syntax rewrite (mdn#18503)

    * Minor spread syntax rewrite
    
    * Update files/en-us/web/javascript/reference/operators/spread_syntax/index.md
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    Josh-Cena and teoli2003 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    33f9b4e View commit details
    Browse the repository at this point in the history
  14. Window.open() rework (mdn#18118)

    * first pass linting: remove xref macros, fix examples, fix code words
    
    * 2nd pass: remove broken/insecure links, fix remaining typos
    
    * Third pass - rework
    
    * fix flaws
    
    * Apply 1st set of suggestions
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    
    * Taking @teoli2003 review into account
    
    Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
    SphinxKnight and teoli2003 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    fdaf350 View commit details
    Browse the repository at this point in the history
  15. Fix broken block code in Bracket notation section (mdn#18507)

    Add three missing backticks at ending of block code
    nmthuan1405 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f1f86f2 View commit details
    Browse the repository at this point in the history
  16. Fix typo (mdn#18508)

    remvee committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a3cff45 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5f210be View commit details
    Browse the repository at this point in the history
  18. Mention string iteration goes by Unicode characters (mdn#18504)

    * Mention string iteration goes by Unicode characters
    
    * add a flag example
    Josh-Cena committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c2d5d7c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4b412a2 View commit details
    Browse the repository at this point in the history
  20. remove moved files from origin location

    Schalk Neethling committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b3d14be View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1cde3f4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0ad6479 View commit details
    Browse the repository at this point in the history
  23. TBD content

    dipikabh committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    6de8730 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    75895f7 View commit details
    Browse the repository at this point in the history
  25. Fix slug

    dipikabh committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    6be1c65 View commit details
    Browse the repository at this point in the history
  26. Fix slugs

    dipikabh committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3529c9c View commit details
    Browse the repository at this point in the history
  27. fix remaining writing guideline docs

    Schalk Neethling committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e26f025 View commit details
    Browse the repository at this point in the history