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

Sync from original #1

Merged
merged 1,290 commits into from
Mar 17, 2021
Merged

Sync from original #1

merged 1,290 commits into from
Mar 17, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 1, 2021

  1. Update index.html (#2779)

    favour -> favor
    timohaver committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    34d1ebe View commit details
    Browse the repository at this point in the history
  2. Update index.html for BarcodeDetectionAPI (#2784)

    Fix a missing closing parenthesis in code sample.
    baptistelaget committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    d19954a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd1ac79 View commit details
    Browse the repository at this point in the history
  4. Deprecate hgroup (#2786)

    ericwbailey committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    e79d533 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Content-Length added to CORs safelisted headers (#2766)

    * Access-Control-Expose-Headers clarification
    * Improve the description of safelisted headers
    * Content-Length - added to safelisted
    * FF86 Release note
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    hamishwillee committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    280bcc3 View commit details
    Browse the repository at this point in the history
  2. Update CSS “isolation” doc (#2790)

    I added that it is often used in conjunction with z-index too, since it creates a new stacking context which does not interact with the content surrounding it.
    
    This is especially true for the body, which has a default z-index of auto and prevents the user from interacting with elements with a negative z-index if isolation is set to none.
    
    See https://coder-coder.com/z-index-isnt-working/ for more information.
    gadhdhds committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d55d6fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b81fb9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09f79ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1277254 View commit details
    Browse the repository at this point in the history
  6. HTTP Referrer-Policy - new default value in spec (#2792)

    * HTTP Referer-Policy - new default value in spec
    
    * HTTP Referer header - better links to policy
    
    * Referer security concerns: minor subedit
    
    * Add release notes, improve directives
    hamishwillee committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    297b6e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8da9351 View commit details
    Browse the repository at this point in the history
  8. FF87 Preference for credentials in CORS preflight request (#2558)

    * Update CORS doc with section on credentials in preflight
    
    * improve wording
    
    * Using Fetch: Fix flaws
    
    * Cross link to cors docs from Using Fetch
    
    * Add release note
    
    * Minor fix
    
    * Change not typically to should not
    
    * Fix up fetch API cookie sending mess
    
    * Update files/en-us/mozilla/firefox/releases/87/index.html
    
    Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
    
    * Clarify when cross site cookies are sent
    
    * Fixes due to feedback from annevk
    
    * copy edit
    
    * copy edit
    
    * Fixes following feedback
    
    Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
    Co-authored-by: Chris Mills <cmills@mozilla.com>
    3 people committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    7a1b219 View commit details
    Browse the repository at this point in the history
  9. Add deprecated header to WebVR docs (#2781)

    This change adds a deprecated header to the articles and subarticles for
    the following features:
    
    - VRDisplayCapabilities
    - VRDisplayEvent
    - VRDisplay
    - VREyeParameters
    - VRFrameData
    - VRLayerInit
    - VRPose
    - VRStageParameters
    
    Related: #80
    sideshowbarker committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    1694b6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    53f9124 View commit details
    Browse the repository at this point in the history
  11. Mark XPathException obsolete (#2783)

    Related: #80
    sideshowbarker committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    ea63080 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c66c67 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    45c92b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    12feaf3 View commit details
    Browse the repository at this point in the history
  15. revise text for US English spelling (#2813)

    favour -> favor
    timohaver committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    3af100a View commit details
    Browse the repository at this point in the history
  16. fix: HTML validation issues (#2814)

    - Depreceated `summary` on tables
    - Unopened STRONG and CODE tags
    - Duplicate IDs
    - Space in ID value
    nschonni committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    f37c24d View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Substantial Fixes (#2230)

    Co-authored-by: Eric Bailey <ericwbailey@users.noreply.github.com>
    Co-authored-by: Andrew Somers <Myndex@users.noreply.github.com>
    3 people committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    4d207f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4dc80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81e70a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9733300 View commit details
    Browse the repository at this point in the history
  5. Fixed cssxref errors in learn/css/css_layout/grids to prevent double-…

    …double parentheses from appearing (#2808)
    meyerweb committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    4bd2f27 View commit details
    Browse the repository at this point in the history
  6. Remove never-supported MathML features (#2691)

    * Remove never-supported MathML element <mglyph>
    
    * Remove never-supported MathML <math> attribute overflow
    
    * Remove never-supported MathML element <mlabeledtr>
    
    * Remove never-supported MathML <mo> attributes form, largeop
    
    * Remove never-supported MathML <mspace> attribute linebreak
    
    * Remove never-supported MathML <mystyle> attribute decimalpoint
    
    * Remove never-supported MathML <mtable> attributes: alignmentscope, columnwidth, equalcolumns, equalrows, groupalign, minlabelspacing, side
    
    * Remove never-supported MathML <mtd> attribute groupalign
    
    mdn/browser-compat-data#6958
    
    * Remove never-supported MathML <mtr> attribute groupalign
    
    mdn/browser-compat-data#6958
    
    * Remove more <mglyph> mentions
    
    * Remove more <mlabeledtr> mentions
    
    * Remove more <math> attribute overflow mentions
    
    * Remove more <mo> attributes form and largeop mentions
    
    * Remove more <mspace> attribute linebreak mentions
    
    * Remove more <mstyle> attribute decimalpoint mentions
    
    * Remove more mentions of <mtable> attributes:
    
    alignmentscope
    columnwidth
    equalcolumns
    equalrows
    groupalign
    minlabelspacing
    side
    
    * Remove more <mtd> attribute groupalign mentions
    
    * Remove more <mtr> attribute groupalign mentions
    
    * Remove columnwidth dd left behind in 7b2b659
    ddbeck committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    44112ad View commit details
    Browse the repository at this point in the history
  7. Typo: add Svelte tutorial to the list (#2823)

    * Typo: add Svelte tutorial to the list
    
    * Fix link text and wording
    omoindrot committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ec35fbd View commit details
    Browse the repository at this point in the history
  8. Split pictureInPictureElement to avoid mixin page (#2653)

    * yarn content move Web/API/DocumentOrShadowRoot/pictureInPictureElement Web/API/Document/pictureInPictureElement
    
    * Update document.pictureInPictureElement
    
    * Add propety to document interface page
    
    * Fix various links
    
    * Add property to ShadowRoot page
    
    * Change HTMLVideoElement to Element (as per spec)
    
    * Add new page for ShadowRoot.pictureInPictureElement
    
    * copy edit
    
    * Address feedback
    
    * Manually update wrong redirect
    
    Co-authored-by: Chris Mills <cmills@mozilla.com>
    Elchi3 and chrisdavidmills committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    69b0fa8 View commit details
    Browse the repository at this point in the history
  9. Mark WEBGL_compressed_texture_atc deprecated (#2805)

    We use *deprecated* now (rather than *obsolete*).
    sideshowbarker committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    5de2470 View commit details
    Browse the repository at this point in the history
  10. Add Serial API Content (#2700)

    * Add Serial interface and its members.
    
    * Add SerialPort interface and its members.
    
    * Tidy up of existing pages
    
    * Update files/en-us/web/api/serial/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serialport/open/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serialport/writable/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serialport/ondisconnect/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serialport/onconnect/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serialport/onconnect/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serial/requestport/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serial/onconnect/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serial/requestport/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serialport/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serialport/onconnect/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    * Update files/en-us/web/api/serial/index.html
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    
    Co-authored-by: Rachel Andrew <me@rachelandrew.co.uk>
    Co-authored-by: Rachel Andrew <rachel.andrew@edgeofmyseat.com>
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    4 people committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    bbce399 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5dd6db3 View commit details
    Browse the repository at this point in the history
  12. Navigator.serial and WorkerNavigator.serial (#2806)

    * Navigator.serial and WorkerNavigator.serial
    
    * Update files/en-us/web/api/navigator/serial/index.html
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    
    * Update files/en-us/web/api/workernavigator/serial/index.html
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    rachelandrew and jpmedley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    9244705 View commit details
    Browse the repository at this point in the history
  13. text revision for US English spelling (#2832)

    flavour -> flavor
    timohaver committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    dabd8d2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2cbbcf1 View commit details
    Browse the repository at this point in the history
  15. docs: rephrase <nobr> situation statement (#2838)

    Addressing the fact that `nobr` does enjoy wide support.
    j9t committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    c2fbb0e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    fd93dcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a479122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e40d66 View commit details
    Browse the repository at this point in the history
  4. Removed errant < within H3 heading (#2846)

    "Methods of the Date object" had an errant '<' visible within text.
    Originally "Methods of the Date< object"
    alystair committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    f2f028f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a94f3c View commit details
    Browse the repository at this point in the history
  6. flaws and double brackets in image (#2855)

    * flaws and double brackets in image
    
    * fix
    rachelandrew committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    b5dfd4a View commit details
    Browse the repository at this point in the history
  7. Update href to correct section (#2828)

    - match the "mid-air collisions" to the corresponding reference
    albihasani94 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    099fd02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c7d626 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5aa71dc View commit details
    Browse the repository at this point in the history
  10. Fix broken link (#2845)

    helliosa committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    d22b300 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2dd1ad5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. revise text for US English spelling (#2863)

    flavour -> flavor
    timohaver committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    efef61e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bbd36d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4345c13 View commit details
    Browse the repository at this point in the history
  4. Make the PWA code more modern and readable (#1207)

    * Make the PWA code more modern and readable
    
    * curly braces
    
    * escape <
    
    * remove log
    ninofiliu committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    a82bd45 View commit details
    Browse the repository at this point in the history
  5. Drop mglyph and mlabeledtr from redirects file (#2871)

    The mglyph and mlabeledtr articles were removed in 44112ad (#2691), but
    some dangling redirects got left behind.
    
    #2866 (comment) is a CI
    failure this caused.
    sideshowbarker committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    ba62f21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86c3cde View commit details
    Browse the repository at this point in the history
  7. typo fix ("it's" to "its") (#2876)

    kilyerd committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b98976d View commit details
    Browse the repository at this point in the history
  8. run redirect checks on content change (#2875)

    In case something got moved or deleted.
    fiji-flo committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    c4d44e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f87af6b View commit details
    Browse the repository at this point in the history
  10. Update Fixed Typo (#2872)

    This fixes typo in the example section .
    NegiAkash890 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f6546f4 View commit details
    Browse the repository at this point in the history
  11. Changes to margin-block and margin-inline (#2859)

    * Fixed cssxref errors in learn/css/css_layout/grids to prevent double-double parentheses from appearing
    
    * Upgraded LiveSample for margin-inline
    
    * Upgraded LiveSample for margin-inline
    
    * Upgraded LiveSample for margin-block
    
    * Tweaked LiveSample for margin-inline
    
    * Tweaked LiveSample for margin-block
    
    * Minor edit to  margin-block
    
    * Minor edits to margin-block and margin-inline
    meyerweb committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4fdf7b2 View commit details
    Browse the repository at this point in the history
  12. clipboarditem updates (#2829)

    * clipboarditem updates
    
    * casing
    
    * dancing
    
    * dancing
    
    * Update files/en-us/web/api/clipboarditem/clipboarditem/index.html
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    
    * Update files/en-us/web/api/clipboarditem/index.html
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    
    * Update files/en-us/web/api/clipboarditem/index.html
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    
    * Update files/en-us/web/api/clipboarditem/presentationstyle/index.html
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    
    * fixes
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    Rumyra and jpmedley committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    10a2e1d View commit details
    Browse the repository at this point in the history
  13. Fix Beacon API and page lifecycle event guidance (#2866)

    * Issue 2692: Update Beacon API docs
    
    * Issue 2692: Update event pages
    
    * Issue 2692: delete 'Using the Beacon API'
    
    * Fix _redirects file
    
    * Fix _redirects.txt
    
    Ran `yarn content fix-redirects en-us` and it fixed the _redirects.txt
    file — by moving the /en-US/docs/Web/API/Beacon_API/Using_the_Beacon_API
    line where it’s apparently expected.
    
    From that I infer the problem was that the linter expects the file to be
    sorted, and the /en-US/docs/Web/API/Beacon_API/Using_the_Beacon_API line
    was out of sort order.
    
    * Copy-edit: improve wording
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    * Copy-edit: improve wording
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    * Use an ordered list for a series of linked steps
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    * Use an ordered list for a series of linked steps
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    * Use en-US spelling
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    * Use an ordered list for a series of linked steps
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    * Copy-edit: improve wording
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    * Use an ordered list for a series of linked steps
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    * Copy-edit: improve wording
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    wbamberg and sideshowbarker committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    7920663 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d3614f View commit details
    Browse the repository at this point in the history
  15. Update spelling to en-US: "organise"->"organize" (#2495)

    * Update index.html
    
    organise -> organize
    
    * Update files/en-us/learn/server-side/django/admin_site/index.html
    
    Co-authored-by: wbamberg <will@bootbonnet.ca>
    timohaver and wbamberg committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    2df9aea View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Spelling fix (#2885)

    Fixed the spelling of "follow" from "follw" in the "HTML attribute: step"
    documentation page
    badralshaer committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    efea128 View commit details
    Browse the repository at this point in the history
  2. Fix spec link in showOpenFilePicker doc (#2737)

    * Push the “fixable flaws” button
    
    * Fix spec link in showOpenFilePicker doc
    
    Fixes #2337
    
    * Update files/en-us/web/api/window/showopenfilepicker/index.html
    
    Co-authored-by: wbamberg <will@bootbonnet.ca>
    
    Co-authored-by: wbamberg <will@bootbonnet.ca>
    sideshowbarker and wbamberg committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    4900d90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    757f987 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    732d3f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f96ba90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d0cf63 View commit details
    Browse the repository at this point in the history
  7. Added reference to the File System Access API (#2574)

    * Added reference to the File System Access API
    
    This page currently lists Ajax solutions as the only option for read files by pathname, but it should also reference the File System Access API.
    
    * Whoops, forgot a closing paren
    
    * Updated first two agreed changes
    
    * Clarify restrictions on FileReader; remove note formatting
    
    Co-authored-by: Will <>
    jgentes committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    261cdd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d380df View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    fddeceb View commit details
    Browse the repository at this point in the history
  2. Removed redundant parentheses (#2904)

    Removed reduntant parentheses  from CSS attr() function reference
    VictorWesterlund committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    1ba2b0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7545bda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f89d77d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    256a46e View commit details
    Browse the repository at this point in the history
  6. use const instead of let declaration for some vars (#2912)

    In the live version of the sequencer this page describes how to create, there exists a commit that does the same thing as this commit does for this page, except it does it for all applicable variable declarations, instead of the subset I verified on this page. There are probably more variable declarations that can use `const` instead of `let` on this page.
    
    See mdn/webaudio-examples@1217eb8.
    hamirmahal committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    2564f04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad992c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    2a5e7c4 View commit details
    Browse the repository at this point in the history
  2. Mention case sensitivity in lead of String.p.includes doc (#2908)

    It is rather key that `includes` performs a _case-sensitive_ search for the
    `searchString` provided. As such, I thought it would be good to include
    this in the opening paragraph.
    Schalk Neethling committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    74347d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a2a68a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d94cc67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75ff165 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc6038b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc9bd6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42d2cbe View commit details
    Browse the repository at this point in the history
  9. List hgroup only as a deprecated element (#2902)

    The `hgroup` element is deprecated. It is currently listed at the bottom of the [HTML elements reference page](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) under the [Obsolete and deprecated elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element#obsolete_and_deprecated_elements) section, but also appears alongside non-deprecated elements in the [Content sectioning](https://developer.mozilla.org/en-US/docs/Web/HTML/Element#content_sectioning) section.
    
    Removing this tag will remove it from the section of non-deprecated elements, created from the reference on [line 38 of elements/index.html](https://github.com/mdn/content/blob/f37c24de21200c64921064e536ea591d71df6cb3/files/en-us/web/html/element/index.html#L38).
    dylanatsmith committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    f7d113e View commit details
    Browse the repository at this point in the history
  10. FF87 Color scheme simulation updates (#2562)

    * Experimental features: remove color-scheme-simulation pref
    
    * Cross link the media query to the developer tools
    
    * Initial work on Examine/edit CSS page
    
    * Fix up images and docs
    
    * Add release note for FF87
    
    * Also add see also link to page inspector tools
    
    * Compressed images
    
    * Fixes following feedback
    
    * updates following bcd feedback
    
    * small correction
    
    Co-authored-by: Chris Mills <cmills@mozilla.com>
    hamishwillee and chrisdavidmills committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    3312c24 View commit details
    Browse the repository at this point in the history
  11. Clarify what gets percent-encoded in data URLs (#2856)

    * Push the “fixable flaws” button
    
    * Clarify what gets percent-encoded in data URLs
    
    Also fixes #2840
    sideshowbarker committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4ae2052 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1fab5bd View commit details
    Browse the repository at this point in the history
  13. adding issue/pr templates (#2906)

    * adding issue/pr templates
    
    * clarifying text as per sideshowbarker comment
    chrisdavidmills committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    d59c1e4 View commit details
    Browse the repository at this point in the history
  14. remove stray comma

    chrisdavidmills committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    6da8226 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    72ccd27 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2e82643 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1c4d4c9 View commit details
    Browse the repository at this point in the history
  18. Remove members from ClipboardItem doc (#2934)

    Removing lastModified, delayed and createDelayed(). As we are not adding
    them to BCD it's also confusing to have them on the landing page.
    Rumyra committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4d20839 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ec09e26 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d1a07d3 View commit details
    Browse the repository at this point in the history
  21. Moving beforeinput & getTargetRanges to release notes (#2939)

    * updates
    
    * copy edit
    
    * copy edit
    
    * copy edit
    
    Co-authored-by: Chris Mills <cmills@mozilla.com>
    Rumyra and chrisdavidmills committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    f829b72 View commit details
    Browse the repository at this point in the history
  22. Trusted Types API Overview (#2883)

    * Trusted Types API Overview
    
    * Update files/en-us/web/api/trusted_types_api/index.html
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    
    * Update files/en-us/web/api/trusted_types_api/index.html
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    
    * Update files/en-us/web/api/trusted_types_api/index.html
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    
    * Update files/en-us/web/api/trusted_types_api/index.html
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    
    Co-authored-by: Joe Medley <jmedley@google.com>
    rachelandrew and jpmedley committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a01bb2e View commit details
    Browse the repository at this point in the history
  23. Clarify that lastIndex is RegExp instance property, not a static prop…

    …erty (#2725)
    
    * Push the “fixable flaws” button
    
    * Clarify: lastIndex is RegExp instance property
    
    This change updates the RegExp article to correct a misclassification of
    lastIndex as a static property; it’s not a static property, but instead
    an instance property.
    
    However, it’s not a property of RegExp.prototype but instead is only exposed
    from RegExp instances — so this change adds some special-casing for that in
    the article for lastIndex itself, as well as in the RegExp article.
    
    Fixes #2708
    
    * Use "RegExp: lastIndex" in list
    sideshowbarker committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    2324696 View commit details
    Browse the repository at this point in the history
  24. Update index.html (#2951)

    dialogue -> dialog
    timohaver committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    ea3293e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7243b80 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    25adfb3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f890cd1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d19f2be View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c1547f2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    526a4d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Add <code></code> tags to header in JS Boolean doc (consistency) (#2956)

    This achieves consistency with a similar header that uses <code></code>
    tags, in the same article.
    ANDREYDEN committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    fcb7030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f82e5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de69e53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dbb0d6 View commit details
    Browse the repository at this point in the history
  5. Add separate page for DOMParser.parseFromString (#2957)

    * Split out DOMParser.parseFromString; fix various errors and omissions in the DOMParser docs
    
    * Escape HTML in examples
    
    * Fix fixable flaws
    
    * "a HTML Document" -> "an HTML Document"
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    * "a HTML" -> "an HTML"
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    * Code formatting for MIME type
    
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    
    Co-authored-by: Will <>
    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    wbamberg and sideshowbarker committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    39c006a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdda337 View commit details
    Browse the repository at this point in the history
  7. <wbr> is an element, not a property; also improved grammar. (#2931)

    * `<wbr>` is an element, not a property; grammar.
    
    * Rephrase sentence for correctness and simplicity
    
    * Update files/en-us/web/css/css_text/wrapping_text/index.html
    
    Co-authored-by: Rachel Andrew <me@rachelandrew.co.uk>
    SebastianSimon and rachelandrew committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d714a90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d9b05b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b0f1dd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1aac7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1ba926 View commit details
    Browse the repository at this point in the history
  12. Perceived performance update (#2918)

    * Perceived performance - reorg
    
    * Feedback fixes and cut back glossary
    
    * Further fixes
    hamishwillee committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    151b4cd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39a29a5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec48c5b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    085be4a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    701f5bc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a0cec40 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c6e6b77 View commit details
    Browse the repository at this point in the history
  19. chore(deps): bump @mdn/yari from 0.4.238 to 0.4.244 (#2979)

    Bumps [@mdn/yari](https://github.com/mdn/yari) from 0.4.238 to 0.4.244.
    - [Release notes](https://github.com/mdn/yari/releases)
    - [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md)
    - [Commits](mdn/yari@v0.4.238...v0.4.244)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    0304997 View commit details
    Browse the repository at this point in the history
  20. Update index.html (#2983)

    dialogue -> dialog
    timohaver committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    864f3ff View commit details
    Browse the repository at this point in the history
  21. Fix broken links in NSS project (#2960)

    * Fix broken links in NSS project
    
    * Update files/en-us/mozilla/projects/nss/ssl_functions/old_ssl_reference/index.html
    
    Co-authored-by: Peter Bengtsson <peterbe@mozilla.com>
    
    Co-authored-by: Peter Bengtsson <peterbe@mozilla.com>
    hamishwillee and Peter Bengtsson committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    cec9e8e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Iss2966 (#2984)

    * Updated Typo
    
    Fixes #2658
    
    * removed const n = 15, Fixes #2966
    CreaTorAlexander committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    3e87c8d View commit details
    Browse the repository at this point in the history
  2. Fixes #iss2521 (#2527)

    * Fixes #iss2521
    
    * Added the suggested changes
    
    * Splitted it in 3 sections
    
    * Update files/en-us/web/javascript/reference/operators/instanceof/index.html
    
    Co-authored-by: wbamberg <will@bootbonnet.ca>
    
    * Update files/en-us/web/javascript/reference/operators/instanceof/index.html
    
    Co-authored-by: wbamberg <will@bootbonnet.ca>
    
    * Update files/en-us/web/javascript/reference/operators/instanceof/index.html
    
    Co-authored-by: wbamberg <will@bootbonnet.ca>
    
    * Update files/en-us/web/javascript/reference/operators/instanceof/index.html
    
    Co-authored-by: wbamberg <will@bootbonnet.ca>
    
    * Remove extra heading
    
    Co-authored-by: wbamberg <will@bootbonnet.ca>
    Co-authored-by: Will <>
    CreaTorAlexander and wbamberg committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    49e2975 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d846b53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82c0cc5 View commit details
    Browse the repository at this point in the history
  5. adding doc priorities explainer (#2937)

    * adding doc priorities explainer
    
    * updates based on wbamberg feedback
    
    * add numbers of documents in each tree/tier
    
    * alphabetize all the things
    chrisdavidmills committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7672c76 View commit details
    Browse the repository at this point in the history
  6. glossary entry for Khronos Group (#2994)

    * glossary entry
    
    * copy edit
    
    Co-authored-by: Chris Mills <cmills@mozilla.com>
    rachelandrew and chrisdavidmills committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4b40815 View commit details
    Browse the repository at this point in the history
  7. Update ConstrainLong to ConstrainULong everywhere (#2995)

    It's already a redirect. Also one last instance of LongRange.
    foolip committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    625907d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5c5d7b View commit details
    Browse the repository at this point in the history
  9. Update index.html (#2564)

    There need a comma in the last list.
    mdatif796 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    aec7ca0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2b4daf View commit details
    Browse the repository at this point in the history
  11. chore(deps): bump @mdn/yari from 0.4.244 to 0.4.248 (#2998)

    Bumps [@mdn/yari](https://github.com/mdn/yari) from 0.4.244 to 0.4.248.
    - [Release notes](https://github.com/mdn/yari/releases)
    - [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md)
    - [Commits](mdn/yari@v0.4.244...v0.4.248)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    be13e66 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1cdbb8e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2deb01d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. fixing problem and moving example (#2993)

    Co-authored-by: Eric Bailey <ericwbailey@users.noreply.github.com>
    rachelandrew and ericwbailey committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    4a32c8f View commit details
    Browse the repository at this point in the history
  2. Fixable flaws on the color_value page (#2930)

    Co-authored-by: Eric Bailey <ericwbailey@users.noreply.github.com>
    rachelandrew and ericwbailey committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    f140209 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeb2599 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bab797 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6fe9ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c63452 View commit details
    Browse the repository at this point in the history
  7. csp: script-src: examples: avoid id collision (#3008)

    Avoids an id/anchor collision between Example's and Sources's strict-dynamic sections.
    
    This document embeds the Sources section from `Web/HTTP/Headers/Content-Security-Policy/default-src` which already sets a `strict-dynamic` id, and both end up in the resulting page[1]. Consequently, the `strict-dynamic` anchor in this document here - the second one in the DOM - was not linkable as desired.
    
    This change is a bit desperate as it is only a manual solution for the one problem I spotted. A systemic solution would be preferred. I can envision e.g. consistently tagging the sources - so all of them become linkable - and doing so with a "sources" prefix to limit the likelihood of collisions but that would break existing links/bookmarks. I assume this is not the first time a problem like this popped up in a large project like this and maybe someone has a goto solution which can be applied as a follow-up.
    
    [1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src
    wiese committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ae2dca5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3f3618 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f69c672 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0916c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    26cb4c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cbeb5e2 View commit details
    Browse the repository at this point in the history
  13. Add a BCD table to the Subgrid page (#3024)

    There's also a "css.properties.grid-template-rows.subgrid" entry in BCD,
    but its status should be the same.
    foolip committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a0a0a04 View commit details
    Browse the repository at this point in the history
  14. adding complete beginner starter guides (#2874)

    * adding complte beginner starter guides
    
    * fixing markdown linting errors
    chrisdavidmills committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b4792ed View commit details
    Browse the repository at this point in the history
  15. chore(deps): bump @mdn/yari from 0.4.248 to 0.4.253 (#3018)

    Bumps [@mdn/yari](https://github.com/mdn/yari) from 0.4.248 to 0.4.253.
    - [Release notes](https://github.com/mdn/yari/releases)
    - [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md)
    - [Commits](mdn/yari@v0.4.248...v0.4.253)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2290f01 View commit details
    Browse the repository at this point in the history
  16. adding shared processes (#2947)

    * adding shared processes
    
    * making changes to address Ryuno-Ki comments
    chrisdavidmills committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    7eeaf36 View commit details
    Browse the repository at this point in the history
  17. add initial rfc to repo (#3011)

    * add initial rfc to repo
    
    * update table markdown, add rfcs to markdown linting
    chrisdavidmills committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6d19857 View commit details
    Browse the repository at this point in the history
  18. Remove "misunderstood" link

    Fixes #3030
    chrisdavidmills committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    7e5c6b0 View commit details
    Browse the repository at this point in the history
  19. Split DocumentOrShadowRoot/getAnimations mixin page under real interf…

    …ace pages (#3029)
    
    * Move page and update links
    
    * Add docs for ShadowRoot.getAnimations
    Elchi3 committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    eea241d View commit details
    Browse the repository at this point in the history
  20. Remove Response.useFinalURL (#3031)

    This appears to have never been a real thing.
    
    See mdn/browser-compat-data#9386
    ddbeck committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ff35478 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    08484b3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    89127d8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f4b8c9c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    f0cfd43 View commit details
    Browse the repository at this point in the history
  2. text revision for US English spelling and clarity (#3049)

    dialogue -> speech
    timohaver committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f62d664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86de129 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a126832 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    814f954 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    960c8e7 View commit details
    Browse the repository at this point in the history
  7. Move DocumentOrShadowRoot.getSelection to Document.getSelection (#3037)

    * yarn content move Web/API/DocumentOrShadowRoot/getSelection Web/API/Document/getSelection
    
    * Update document.getSelection page
    
    * Update links
    
    * Add ()
    Elchi3 committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    53b88d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad23901 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dcc0d8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a75677a View commit details
    Browse the repository at this point in the history
  11. Improve clarity and grammar (#3009)

    Improve grammar, clarity and readability.
    
    Previously, there was some strange wording (words out of order and an odd use of "in case") that caused some head scratching. This change improves the readability of this complex subject (WeakMaps and garbage collection).
    jonathanbell committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    7054273 View commit details
    Browse the repository at this point in the history
  12. update localization team members (#3058)

    * update localization team members
    
    * make "Current contributors" consistent
    chrisdavidmills committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    fcf2914 View commit details
    Browse the repository at this point in the history
  13. chore(deps): bump @mdn/yari from 0.4.253 to 0.4.269 (#3065)

    Bumps [@mdn/yari](https://github.com/mdn/yari) from 0.4.253 to 0.4.269.
    - [Release notes](https://github.com/mdn/yari/releases)
    - [Changelog](https://github.com/mdn/yari/blob/main/docs/npm-releases.md)
    - [Commits](mdn/yari@v0.4.253...v0.4.269)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    fba8ea9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f70ba95 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    85b0535 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f1f8289 View commit details
    Browse the repository at this point in the history
  17. improve readability of "AudioBuffer" documentation (#3074)

    All this commit does is change
    
    <p>Objects of these types are designed to hold small audio snippets, typically less than 45 s. For longer sounds, objects implementing the {{domxref("MediaElementAudioSourceNode")}} are more suitable. The buffer contains data in the following format: non-interleaved IEEE754 32-bit linear PCM with a nominal range between <code>-1</code> and <code>+1</code>, that is, 32bits floating point buffer, with each samples between -1.0 and 1.0. If the {{domxref("AudioBuffer")}} has multiple channels, they are stored in separate buffer.</p>
    
    to
    
    <p>Objects of these types are designed to hold small audio snippets, typically less than 45 s. For longer sounds, objects implementing the {{domxref("MediaElementAudioSourceNode")}} are more suitable. The buffer contains data in the following format: non-interleaved IEEE754 32-bit linear PCM with a nominal range between <code>-1</code> and <code>+1</code>, that is, a 32-bit floating point buffer, with each sample between -1.0 and 1.0. If the {{domxref("AudioBuffer")}} has multiple channels, they are stored in separate buffers.</p>
    hamirmahal committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    c64a4a7 View commit details
    Browse the repository at this point in the history
  18. Updated - web/api/node/index.html (#3068)

    This fixes typo in the document .
    NegiAkash890 committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    1047ecc View commit details
    Browse the repository at this point in the history
  19. chore(deps): bump ahmadnassri/action-dependabot-auto-merge (#3017)

    Bumps [ahmadnassri/action-dependabot-auto-merge](https://github.com/ahmadnassri/action-dependabot-auto-merge) from v2.3 to v2.4.
    - [Release notes](https://github.com/ahmadnassri/action-dependabot-auto-merge/releases)
    - [Commits](ahmadnassri/action-dependabot-auto-merge@v2.3...2aef6bb)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    ad98b98 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    76c5613 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4e8fa00 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    85995f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9905597 View commit details
    Browse the repository at this point in the history
  3. Mentions for the whatsdeployed link for translated-content (#3086)

    Related to mdn/translated-content#124
    I think it might be a good idea to also mention the translated-content Whatsdeployed link here too. Good to have.
    peterbe committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    4e1f241 View commit details
    Browse the repository at this point in the history
  4. Fix typo (#3083)

    buondevid committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    cb9640b View commit details
    Browse the repository at this point in the history
  5. Update index.html (#3079)

    Fixed plenking, some capitalization, missing images.
    Alien426 committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    5d08394 View commit details
    Browse the repository at this point in the history
  6. Repairs sentence structure (#3094)

    Looks as though the original author unintentionally left out "to" in this context.
    jonathansampson committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    cfc05f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57128ab View commit details
    Browse the repository at this point in the history
  8. Show how to set resolution and frame rate (#2698)

    * Show how to set resolution and frame rate
    
    I was searching myself crazy on how to set the resolution and frame rate, and even thought that it's impossible to control,
    until I found that they are set in getUserMedia().
    Make a note where this is set, to save others the headache.
    
    * Make it a second note box
    
    * Add notecard class
    benbucksch committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    cd13133 View commit details
    Browse the repository at this point in the history
  9. Fix incorrectly placed note in rel attribute page (#3072)

    A note about rel="alternate" was placed under the definition for rel="author" instead.
    jameswestman committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    59feb08 View commit details
    Browse the repository at this point in the history
  10. Link types: noopener - add note about new default (#3089)

    noopener is now implicitly set on `_blank` by default
    wesinator committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    60a1f77 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    d1b6168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91ba83a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d64d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a88e22 View commit details
    Browse the repository at this point in the history
  5. Removed the missleading [,...] (#3128)

    * Removed the missleading [,...] syntax, wrote it here just with two parameters because in the paragraph it is explicit saying column is optional), Fixes #3126
    
    * Make data optional
    
    Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
    CreaTorAlexander and hamishwillee committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    16d19ea View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    edda265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e2be1 View commit details
    Browse the repository at this point in the history
  3. Update Firefox User-Agent string reference for Mac OS X (#2955)

    * Firefox no longer supports PPC Mac OS X
    
    So remove mention of PPC Mac OS X.
    
    * Firefox 87 caps Mac OS X version at 10.15
    
    This change was made in https://bugzilla.mozilla.org/show_bug.cgi?id=1679929 to work around webcompat problems from websites that broke when the User-Agent string reported "Mac OS X 11.0". Safari also caps the reported Mac OS X version at 10.15 and Chrome plans to cap soon, too.
    
    * Restore "PPC Mac OS X" User-Agent string example
    
    But note that Firefox no longer officially supports Mac OS X on PowerPC.
    cpeterso committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    996cad7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f24127 View commit details
    Browse the repository at this point in the history
  5. Update MDN/Contribute/Localize (#3123)

    Update the discussion place of Japanese translation community
    - Google Group is less used
    - Slack and GitHub is actively used
    mfuji09 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    5253cdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8117efa View commit details
    Browse the repository at this point in the history
  7. Replace polyfill link in “Detecting device orientation” doc (#3093)

    gyroscope.js is not maintained anymore, so replaced it with parallax
    pooyaEst committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    71d5fbd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5620b3 View commit details
    Browse the repository at this point in the history
  9. Clean up flaws and indents of SVG/attributes/a (#2731)

    Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
    Ryuno-Ki committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    82a7fbd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb8c53c View commit details
    Browse the repository at this point in the history
  11. Add information about firefox default preferences (#2954)

    * Add information about firefox default preferences
    
    * Fix up following feedback
    hamishwillee committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    7731dae View commit details
    Browse the repository at this point in the history
  12. Remove StorageQuota documentation (#3142)

    It appears to never have been shipped and is now long removed:
    mdn/browser-compat-data#9459
    foolip committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    229f090 View commit details
    Browse the repository at this point in the history
  13. More NSS project fixes (#3134)

    * More NSS project fixes
    
    * More fixes
    
    * Add more links
    
    * Last set of fixes
    
    * Yet more
    hamishwillee committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    7d7b3ff View commit details
    Browse the repository at this point in the history
  14. Move DocumentOrShadowRoot.element(s)FromPoint to Document.element(s)F…

    …romPoint (#3069)
    
    * Move DocumentOrShadowRoot.elementFromPoint to Document.elementFromPoint
    
    * Move DocumentOrShadowRoot.elementsFromPoint to Document.elementsFromPoint
    
    * merge redirect into correct position
    Elchi3 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8c415e4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f91eadf View commit details
    Browse the repository at this point in the history
  16. Fix flaws in “A re-introduction to JavaScript” (#3136)

    Pushed the “fix fixable flaws” button.
    sideshowbarker committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a52ba04 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d8f4ebd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    61fb32a View commit details
    Browse the repository at this point in the history
  19. don't apply brush for CSSSyntax + remove pre (#3149)

    ```
    s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g
    ```
    fiji-flo committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f4fb4c2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    52fe31e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6a3fc6f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    df29683 View commit details
    Browse the repository at this point in the history
  23. Update index.html (#3159)

    optimise -> optimize
    summarise -> summarize
    timohaver committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8248c42 View commit details
    Browse the repository at this point in the history
  24. Adding clipboarditem to experimental notes (#2857)

    * adding clipboarditem to experimental notes
    
    * fixes
    
    Co-authored-by: Chris Mills <cmills@mozilla.com>
    Rumyra and chrisdavidmills committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    3d9696a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    e81f81e View commit details
    Browse the repository at this point in the history
  2. fix: flaws in web/api/h* batch 1 (#3082)

    * fix: flaws in web/api/h* batch 1
    
    * fix: point to /Web/API/SubtleCrypto/digest#supported_algorithms
    
    * Update files/en-us/web/api/hashchangeevent/index.html
    
    Co-authored-by: wbamberg <will@bootbonnet.ca>
    
    Co-authored-by: wbamberg <will@bootbonnet.ca>
    nschonni and wbamberg committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    540210d View commit details
    Browse the repository at this point in the history
  3. Clarify in Body.json() doc that it returns a JS object, not JSON (#3098)

    Co-authored-by: Michael[tm] Smith <mike@w3.org>
    KennethKinLum and sideshowbarker committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f848bb6 View commit details
    Browse the repository at this point in the history
  4. Flex shorthand links and HTML entities inside IDs (#3169)

    * Remove HTML entities from ids
    
    * Use consistent link type
    ckartchner committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1ac2fa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afdea8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b8dea1 View commit details
    Browse the repository at this point in the history
  7. Add link to microtask_guide (#2815)

    Related: #1584
    jchimene committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1712a1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bba5e7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48fca0c View commit details
    Browse the repository at this point in the history
  10. Fixes to subnav (#3165)

    * Fixes to subnav
    
    * Remove remaining subnavs
    
    * Replace all /css section quicklinks with sidebar macro
    hamishwillee committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b7ebc85 View commit details
    Browse the repository at this point in the history
  11. Fixes #2878 (#2879)

    * Fixes #2878
    
    * made it lowercase, Fixes #2878
    
    * Updating the id so the link works
    
    Also added a sentence case as per discussion
    
    * Also updating ids
    
    Heading ids should be lowercase
    
    Co-authored-by: Ruth John <Rumyra@users.noreply.github.com>
    CreaTorAlexander and Rumyra committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b68cd44 View commit details
    Browse the repository at this point in the history
  12. New Glossary Page Fixes #2682 (#2695)

    * My First Site, Added Glossary Site and fixed the link to device_pixel instead of device_pixels, Fixes #2682
    
    * Applied the Feedback
    
    * copy edit
    
    Co-authored-by: Chris Mills <cmills@mozilla.com>
    CreaTorAlexander and chrisdavidmills committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0d4eedf View commit details
    Browse the repository at this point in the history
  13. Sentence case (#3185)

    Rumyra committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7ddcb53 View commit details
    Browse the repository at this point in the history
  14. Fix FileSystemHandle references to File and Directory API (#3168)

    Co-authored-by: Will <>
    wbamberg committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4f10de8 View commit details
    Browse the repository at this point in the history
  15. Correct the Date.p.getTimezoneOffset() doc (#893)

    * Correct the Date.p.getTimezoneOffset() doc
    
    Fixes #665
    
    * More precisely describe getTimezoneOffset()
    
    * Clarify what "local time zone" means
    
    * Update code comment to clarify effect of DST
    sideshowbarker committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    bcdf1ae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a67569 View commit details
    Browse the repository at this point in the history
  17. Recommend Number.isNaN(), not global isNan() (#3135)

    * Recommend Number.isNaN(), not global isNan()
    
    Fixes #3026
    
    * Add links to more-detailed explanations
    
    * Apply suggestions from code review
    
    Co-authored-by: Florian Scholz <fscholz@mozilla.com>
    
    Co-authored-by: Florian Scholz <fscholz@mozilla.com>
    sideshowbarker and Elchi3 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a5c0642 View commit details
    Browse the repository at this point in the history
  18. Added missing attribute name references (#1712) (#3166)

    Added links to missing single-element and global attribute references.
    VictorWesterlund committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b85b55d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    13edc76 View commit details
    Browse the repository at this point in the history
  20. FF87 removing -moz media features (#2567)

    * removing -moz media features
    
    * copy edit
    
    Co-authored-by: Chris Mills <cmills@mozilla.com>
    rachelandrew and chrisdavidmills committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f1ad7bf View commit details
    Browse the repository at this point in the history
  21. fail on unsafe html (#3187)

    * fail on unsafe html
    
    * a deliberately unsafe injection attempt
    
    * Revert "a deliberately unsafe injection attempt"
    
    This reverts commit 8052dc1.
    peterbe committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    dc07290 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2f1f692 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1d33486 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    bbfc5ab View commit details
    Browse the repository at this point in the history
  2. Fix spec URL in Cross-Origin-Opener-Policy doc (#3193)

    There is no the-cross-origin-opener-policy-header anchor in the HTML
    spec; instead the best place for the MDN article to link to is the
    the-headers anchor, which has the following text:
    
    > A Document's cross-origin opener policy is derived from the
    > `Cross-Origin-Opener-Policy` and the
    > `Cross-Origin-Opener-Policy-Report-Only` HTTP response headers. These
    > headers are structured headers whose value must be a token.
    sideshowbarker committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    ab69d00 View commit details
    Browse the repository at this point in the history
  3. fix: flaws in web/x* (#3204)

    nschonni committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    cc00b31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a23c30 View commit details
    Browse the repository at this point in the history