Skip to content

Commit

Permalink
Fix date formats in 'See also' to mention only the year (#27656)
Browse files Browse the repository at this point in the history
fixes date formats
  • Loading branch information
dipikabh authored Jun 29, 2023
1 parent d6e0c93 commit 3c33463
Show file tree
Hide file tree
Showing 43 changed files with 68 additions and 69 deletions.
2 changes: 1 addition & 1 deletion files/en-us/glossary/ajax/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ With interactive websites and modern web standards, Ajax is performed using func
- {{DOMxRef("Fetch API")}}
- [Using Fetch API](/en-US/docs/Web/API/Fetch_API/Using_Fetch)
- [AJAX](https://en.wikipedia.org/wiki/AJAX) on Wikipedia
- [Synchronous vs. Asynchronous Communications](https://peoplesofttutorial.com/difference-between-synchronous-and-asynchronous-messaging/) (September 1, 2014)
- [Synchronous vs. Asynchronous Communications](https://peoplesofttutorial.com/difference-between-synchronous-and-asynchronous-messaging/) (2014)
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ To maintain consistency across MDN Web Docs, keep the following guidelines in mi
- **Correct**: {{cssxref(":checked")}}, {{cssxref(":indeterminate")}}: CSS selectors for styling checkboxes
- Don't use the conjunction "and" before the last item in the series.
- **Correct**: {{cssxref("background-color")}}, {{cssxref("border-color")}}, {{cssxref("color")}}, {{cssxref("caret-color")}}, {{cssxref("column-rule-color")}}, {{cssxref("outline-color")}}, {{cssxref("text-decoration-color")}}, {{cssxref("text-emphasis-color")}}, {{cssxref("text-shadow")}}: Other color-related properties
- After an external link and the source website, mention the date or year when the article was published within parentheses. Specify date using the format "January 1, 1900". The publication date not only helps to inform the readers about the relevance of the linked content but also helps authors to review links that are very old. For example, to link to the [Top-level await](https://v8.dev/features/top-level-await) external article, the reference will be:
- [Top-level await](https://v8.dev/features/top-level-await) on v8.dev (October 8, 2019)
- After an external link and the source website, mention the year when the article was published within parentheses. The publication date not only helps to inform the readers about the relevance of the linked content but also helps authors to review links that are very old. For example, to link to the [Top-level await](https://v8.dev/features/top-level-await) external article, the reference will be:
- [Top-level await](https://v8.dev/features/top-level-await) on v8.dev (2019)

#### Order of links

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The `aria-label` attribute is **NOT** supported in:

- {{HTMLElement('label')}} element
- [`aria-labelledby`](/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-labelledby)
- [Using HTML landmark roles to improve accessibility](https://developer.mozilla.org/en-US/blog/aria-accessibility-html-landmark-roles/) on MDN blog (May 15, 2023)
- [Using HTML landmark roles to improve accessibility](https://developer.mozilla.org/en-US/blog/aria-accessibility-html-landmark-roles/) on MDN blog (2023)

<section id="Quick_links">
<strong><a href="/en-US/docs/Web/Accessibility/ARIA/Attributes">WAI-ARIA states and properties</a></strong>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Landmarks ensure content is in navigable regions. Use {{HTMLElement('main')}} fo
- [ARIA: `navigation` role](/en-US/docs/Web/Accessibility/ARIA/Roles/navigation_role)
- [ARIA: `region` role](/en-US/docs/Web/Accessibility/ARIA/Roles/region_role)
- [ARIA: `search` role](/en-US/docs/Web/Accessibility/ARIA/Roles/search_role)
- [Using HTML landmark roles to improve accessibility](https://developer.mozilla.org/en-US/blog/aria-accessibility-html-landmark-roles/) on MDN blog (May 15, 2023)
- [Using HTML landmark roles to improve accessibility](https://developer.mozilla.org/en-US/blog/aria-accessibility-html-landmark-roles/) on MDN blog (2023)

<section id="Quick_links">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ new BeforeInstallPromptEvent(type, eventInitDict)
## See also

- [Making PWAs installable](/en-US/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (May 19, 2021)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (2021)
2 changes: 1 addition & 1 deletion files/en-us/web/api/beforeinstallpromptevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ installButton.addEventListener("click", async () => {
## See also

- [Making PWAs installable](/en-US/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (May 19, 2021)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (2021)
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ An array of strings, in which each string identifies a target platform for the i
## See also

- [Making PWAs installable](/en-US/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (May 19, 2021)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (2021)
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ See the [example for the `BeforeInstallPromptEvent` interface](/en-US/docs/Web/A
## See also

- [Making PWAs installable](/en-US/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (May 19, 2021)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (2021)
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ A {{jsxref("Promise")}} which resolves to an object containing two properties:
## See also

- [Making PWAs installable](/en-US/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (May 19, 2021)
- [How to provide your own in-app install experience](https://web.dev/customize-install/) on web.dev (2021)
8 changes: 4 additions & 4 deletions files/en-us/web/api/worklet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ _The Worklet interface does not define any properties._

## See also

- [Houdini: Demystifying CSS](https://developer.chrome.com/blog/houdini/) on Google Developers (May 2016)
- [AudioWorklet :: What, Why, and How](https://www.youtube.com/watch?v=g1L4O1smMC0&t=1m33s) on YouTube (November 2017)
- [Enter AudioWorklet](https://developer.chrome.com/blog/audio-worklet/) on Google Developers (December 2017)
- [Animation Worklet - HTTP203 Advent](https://www.youtube.com/watch?v=ZPkMMShYxKU&t=0m19s) on YouTube (December 2017)
- [Houdini: Demystifying CSS](https://developer.chrome.com/blog/houdini/) on Google Developers (2016)
- [AudioWorklet :: What, Why, and How](https://www.youtube.com/watch?v=g1L4O1smMC0&t=1m33s) on YouTube (2017)
- [Enter AudioWorklet](https://developer.chrome.com/blog/audio-worklet/) on Google Developers (2017)
- [Animation Worklet - HTTP203 Advent](https://www.youtube.com/watch?v=ZPkMMShYxKU&t=0m19s) on YouTube (2017)
2 changes: 1 addition & 1 deletion files/en-us/web/css/@layer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ In the following example, two layers are created with no rules applied, then CSS
- [Introducing the CSS cascade](/en-US/docs/Web/CSS/Cascade)
- [Cascade, specificity, and inheritance](/en-US/docs/Learn/CSS/Building_blocks/Cascade_and_inheritance)
- [Cascade layers](/en-US/docs/Learn/CSS/Building_blocks/Cascade_layers)
- [The future of CSS: Cascade layers](https://www.bram.us/2021/09/15/the-future-of-css-cascade-layers-css-at-layer/) on bram.us (September 15, 2021)
- [The future of CSS: Cascade layers](https://www.bram.us/2021/09/15/the-future-of-css-cascade-layers-css-at-layer/) on bram.us (2021)
4 changes: 2 additions & 2 deletions files/en-us/web/css/@media/prefers-reduced-motion/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ You can enable the setting for reducing motion on [your device](#user_preference

## See also

- [An introduction to the reduced motion media query](https://css-tricks.com/introduction-reduced-motion-media-query/) on CSS-Tricks (April 24, 2019)
- [Responsive design for motion](https://webkit.org/blog/7551/responsive-design-for-motion/) on WebKit Blog (May 15, 2017)
- [An introduction to the reduced motion media query](https://css-tricks.com/introduction-reduced-motion-media-query/) on CSS-Tricks (2019)
- [Responsive design for motion](https://webkit.org/blog/7551/responsive-design-for-motion/) on WebKit Blog (2017)
2 changes: 1 addition & 1 deletion files/en-us/web/css/_colon_not/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ If `:invalid-pseudo-class` was a valid selector, the first two rules above would
- {{cssxref(":is", ":is()")}}
- {{cssxref(":where", ":where()")}}

- [How :not() chains multiple selectors](https://developer.mozilla.org/en-US/blog/css-not-pseudo-multiple-selectors/) on MDN blog (May 5, 2023)
- [How :not() chains multiple selectors](https://developer.mozilla.org/en-US/blog/css-not-pseudo-multiple-selectors/) on MDN blog (2023)
2 changes: 1 addition & 1 deletion files/en-us/web/css/color_value/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,4 @@ div:nth-child(6) {
- {{CSSXref("&lt;hue&gt;")}}: the data type representing the hue angle of a color
- {{CSSXref("color")}}, {{CSSXref("background-color")}}, {{CSSXref("border-color")}}, {{CSSXref("box-shadow")}}, {{CSSXref("outline-color")}}, {{CSSXref("text-shadow")}}: common properties that use `<color>`
- [Applying color to HTML elements using CSS](/en-US/docs/Web/CSS/CSS_colors/Applying_color)
- [New functions, gradients, and hues in CSS colors (Level 4)](https://developer.mozilla.org/en-US/blog/css-color-module-level-4/) on MDN blog (May 3, 2023)
- [New functions, gradients, and hues in CSS colors (Level 4)](https://developer.mozilla.org/en-US/blog/css-color-module-level-4/) on MDN blog (2023)
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ In most cases, flow layout works as you would expect it to when changing the wri
## See also

- [Writing Modes](/en-US/docs/Web/CSS/CSS_Writing_Modes)
- [Writing modes and CSS layout](https://www.smashingmagazine.com/2019/08/writing-modes-layout/) on Smashing Magazine (August 6, 2019)
- [CSS writing modes](https://24ways.org/2016/css-writing-modes/) on 24ways.org (December 23, 2016)
- [Writing modes and CSS layout](https://www.smashingmagazine.com/2019/08/writing-modes-layout/) on Smashing Magazine (2019)
- [CSS writing modes](https://24ways.org/2016/css-writing-modes/) on 24ways.org (2016)
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,6 @@ The best way to learn to use grid layout is to continue to build examples like t

- [CSS grid layout](/en-US/docs/Web/CSS/CSS_grid_layout)
- [CSS Layout: Grids](/en-US/docs/Learn/CSS/CSS_layout/Grids)
- [A complete guide to CSS grid](https://css-tricks.com/snippets/css/complete-guide-grid/) on CSS-Tricks (February 9, 2023)
- [A complete guide to CSS grid](https://css-tricks.com/snippets/css/complete-guide-grid/) on CSS-Tricks (2023)
- [Grid by example](https://gridbyexample.com)
- [CSS grid website layout examples](https://www.quackit.com/css/grid/examples/css_grid_website_layout_examples.cfm) on quackit.com
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ This diagram shows block and inline in a vertical writing mode:
- [Box alignment in grid layout](/en-US/docs/Web/CSS/CSS_grid_layout/Box_alignment_in_grid_layout)
- [Box alignment in flex layout](/en-US/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_flexbox)
- [Flow layout and writing modes](/en-US/docs/Web/CSS/CSS_flow_layout/Flow_layout_and_writing_modes)
- [Understanding logical properties and values](https://www.smashingmagazine.com/2018/03/understanding-logical-properties-values/) on Smashing Magazine (March 29, 2018)
- [Understanding logical properties and values](https://www.smashingmagazine.com/2018/03/understanding-logical-properties-values/) on Smashing Magazine (2018)
6 changes: 3 additions & 3 deletions files/en-us/web/css/css_scroll_snap/basic_concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ With this property definition, you can ensure that users see each section of the
## See also

- [CSS scroll snap](/en-US/docs/Web/CSS/CSS_scroll_snap) module
- [Well-controlled scrolling with CSS scroll snap](https://web.dev/css-scroll-snap/) on web.dev (August 13, 2021)
- [Practical CSS scroll snapping](https://css-tricks.com/practical-css-scroll-snapping/) on CSS-Tricks (June 18, 2020)
- [CSS scroll snap](https://12daysofweb.dev/2022/css-scroll-snap/) on 12 Days of Web (December 7, 2019)
- [Well-controlled scrolling with CSS scroll snap](https://web.dev/css-scroll-snap/) on web.dev (2021)
- [Practical CSS scroll snapping](https://css-tricks.com/practical-css-scroll-snapping/) on CSS-Tricks (2020)
- [CSS scroll snap](https://12daysofweb.dev/2022/css-scroll-snap/) on 12 Days of Web (2019)
- [Scroll snap examples](https://codepen.io/collection/KpqBGW) on Codepen
10 changes: 5 additions & 5 deletions files/en-us/web/css/css_scroll_snap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ To see the code for this example, [view the source on GitHub](https://github.com

- [CSS overflow](/en-US/docs/Web/CSS/CSS_overflow) module
- [CSS scrollbars styling](/en-US/docs/Web/CSS/CSS_scrollbars_styling) module
- [Keyboard-only scrolling areas](https://adrianroselli.com/2022/06/keyboard-only-scrolling-areas.html) on adrianroselli.com (November 28, 2022)
- [Scroll snap examples](https://codepen.io/collection/KpqBGW) on Codepen (September 7, 2022)
- [Well-controlled scrolling with CSS scroll snap](https://web.dev/css-scroll-snap/) on web.dev (August 13, 2021)
- [Practical CSS scroll snapping/](https://css-tricks.com/practical-css-scroll-snapping/) on CSS-Tricks (June 18, 2020)
- [CSS scroll snap](https://12daysofweb.dev/2022/css-scroll-snap/) on 12 Days of Web (December 7, 2019)
- [Keyboard-only scrolling areas](https://adrianroselli.com/2022/06/keyboard-only-scrolling-areas.html) on adrianroselli.com (2022)
- [Scroll snap examples](https://codepen.io/collection/KpqBGW) on Codepen (2022)
- [Well-controlled scrolling with CSS scroll snap](https://web.dev/css-scroll-snap/) on web.dev (2021)
- [Practical CSS scroll snapping/](https://css-tricks.com/practical-css-scroll-snapping/) on CSS-Tricks (2020)
- [CSS scroll snap](https://12daysofweb.dev/2022/css-scroll-snap/) on 12 Days of Web (2019)
3 changes: 1 addition & 2 deletions files/en-us/web/css/gradient/linear-gradient/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,4 @@ Please see [using CSS gradients](/en-US/docs/Web/CSS/CSS_images/Using_CSS_gradie
- {{cssxref("image/image-set","image-set()")}}
- {{cssxref("cross-fade", "cross-fade()")}}
- [CSS images module](/en-US/docs/Web/CSS/CSS_images)
- [New functions, gradients, and hues in CSS colors (Level 4)](/en-US/blog/css-color-module-level-4/) on MDN blog (May 3, 2023)
- [New functions, gradients, and hues in CSS colors (Level 4)](https://developer.mozilla.org/en-US/blog/css-color-module-level-4/) on MDN blog (May 3, 2023)
- [New functions, gradients, and hues in CSS colors (Level 4)](https://developer.mozilla.org/en-US/blog/css-color-module-level-4/) on MDN blog (2023)
2 changes: 1 addition & 1 deletion files/en-us/web/css/overflow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ As a developer, to allow non-Firefox keyboard-only users to scroll the container
- {{Cssxref("overflow-block")}}, {{Cssxref("overflow-clip-margin")}}, {{Cssxref("overflow-inline")}}
- {{Cssxref("clip")}}, {{Cssxref("display")}}, {{cssxref("text-overflow")}}, {{cssxref("white-space")}}
- [CSS overflow](/en-US/docs/Web/CSS/CSS_Overflow)
- [Keyboard-only scrolling areas](https://adrianroselli.com/2022/06/keyboard-only-scrolling-areas.html) on adrianroselli.com (November 28, 2022)
- [Keyboard-only scrolling areas](https://adrianroselli.com/2022/06/keyboard-only-scrolling-areas.html) on adrianroselli.com (2022)
2 changes: 1 addition & 1 deletion files/en-us/web/javascript/reference/classes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,4 @@ eat(); // global object (in non-strict mode)
- [`class`](/en-US/docs/Web/JavaScript/Reference/Statements/class)
- [`class` expression](/en-US/docs/Web/JavaScript/Reference/Operators/class)
- [Functions](/en-US/docs/Web/JavaScript/Reference/Functions)
- [ES6 In Depth: Classes](https://hacks.mozilla.org/2015/07/es6-in-depth-classes/) on hacks.mozilla.org (July 22, 2015)
- [ES6 In Depth: Classes](https://hacks.mozilla.org/2015/07/es6-in-depth-classes/) on hacks.mozilla.org (2015)
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,5 @@ PrivateConstructor.create(); // PrivateConstructor {}
- [Public class fields](/en-US/docs/Web/JavaScript/Reference/Classes/Public_class_fields)
- {{jsxref("Statements/class", "class")}}
- [Private Syntax FAQ](https://github.com/tc39/proposal-class-fields/blob/main/PRIVATE_SYNTAX_FAQ.md)
- [The semantics of all JS class elements](https://rfrn.org/~shu/2018/05/02/the-semantics-of-all-js-class-elements.html) by Shu-yu Guo (May 2, 2018)
- [Public and private class fields](https://v8.dev/features/class-fields) on v8.dev (December 13, 2018)
- [The semantics of all JS class elements](https://rfrn.org/~shu/2018/05/02/the-semantics-of-all-js-class-elements.html) by Shu-yu Guo (2018)
- [Public and private class fields](https://v8.dev/features/class-fields) on v8.dev (2018)
Original file line number Diff line number Diff line change
Expand Up @@ -249,5 +249,5 @@ console.log(new Professor("Radev", 54).name); // "Professor Radev"
- [Classes](/en-US/docs/Web/JavaScript/Reference/Classes)
- [Private class features](/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields)
- {{jsxref("Statements/class", "class")}}
- [The semantics of all JS class elements](https://rfrn.org/~shu/2018/05/02/the-semantics-of-all-js-class-elements.html) by Shu-yu Guo (May 2, 2018)
- [Public and private class fields](https://v8.dev/features/class-fields) on v8.dev (December 13, 2018)
- [The semantics of all JS class elements](https://rfrn.org/~shu/2018/05/02/the-semantics-of-all-js-class-elements.html) by Shu-yu Guo (2018)
- [Public and private class fields](https://v8.dev/features/class-fields) on v8.dev (2018)
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ console.log(getDPrivateField(new D("private"))); // 'private'
- [Classes](/en-US/docs/Web/JavaScript/Reference/Classes)
- {{jsxref("Classes/static", "static")}}
- {{jsxref("Statements/class", "class")}}
- [Class static initialization blocks](https://v8.dev/features/class-static-initializer-blocks) on v8.dev (March 30, 2021)
- [ES2022 feature: class static initialization blocks](https://2ality.com/2021/09/class-static-block.html) on 2ality.com (September 1, 2021)
- [Class static initialization blocks](https://v8.dev/features/class-static-initializer-blocks) on v8.dev (2021)
- [ES2022 feature: class static initialization blocks](https://2ality.com/2021/09/class-static-block.html) on 2ality.com (2021)
Original file line number Diff line number Diff line change
Expand Up @@ -480,4 +480,4 @@ obj.doSomethingLater(); // logs 11
- [Functions](/en-US/docs/Web/JavaScript/Reference/Functions)
- {{jsxref("Statements/function", "function")}}
- [`function` expression](/en-US/docs/Web/JavaScript/Reference/Operators/function)
- [ES6 In Depth: Arrow functions](https://hacks.mozilla.org/2015/06/es6-in-depth-arrow-functions/) on hacks.mozilla.org (June 4, 2015)
- [ES6 In Depth: Arrow functions](https://hacks.mozilla.org/2015/06/es6-in-depth-arrow-functions/) on hacks.mozilla.org (2015)
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ console.log(
- [Object initializer](/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer)
- {{jsxref("Statements/class", "class")}}
- [Property accessors](/en-US/docs/Web/JavaScript/Reference/Operators/Property_accessors)
- [Incompatible ES5 change: literal getter and setter functions must now have exactly zero or one arguments](https://whereswalden.com/2010/08/22/incompatible-es5-change-literal-getter-and-setter-functions-must-now-have-exactly-zero-or-one-arguments/) by Jeff Walden (August 22, 2010)
- [Incompatible ES5 change: literal getter and setter functions must now have exactly zero or one arguments](https://whereswalden.com/2010/08/22/incompatible-es5-change-literal-getter-and-setter-functions-must-now-have-exactly-zero-or-one-arguments/) by Jeff Walden (2010)
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ console.log(obj.baz); // "baz"
- [Object initializer](/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer)
- {{jsxref("Statements/class", "class")}}
- [Property accessors](/en-US/docs/Web/JavaScript/Reference/Operators/Property_accessors)
- [Incompatible ES5 change: literal getter and setter functions must now have exactly zero or one arguments](https://whereswalden.com/2010/08/22/incompatible-es5-change-literal-getter-and-setter-functions-must-now-have-exactly-zero-or-one-arguments/) by Jeff Walden (August 22, 2010)
- [Incompatible ES5 change: literal getter and setter functions must now have exactly zero or one arguments](https://whereswalden.com/2010/08/22/incompatible-es5-change-literal-getter-and-setter-functions-must-now-have-exactly-zero-or-one-arguments/) by Jeff Walden (2010)
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,6 @@ console.log(Array.prototype.sort.call(arrayLike));
- {{jsxref("Array.prototype.toSorted()")}}
- {{jsxref("String.prototype.localeCompare()")}}
- {{jsxref("TypedArray.prototype.sort()")}}
- [Getting things sorted in V8](https://v8.dev/blog/array-sort) on v8.dev (September 28, 2018)
- [Stable `Array.prototype.sort`](https://v8.dev/features/stable-sort) on v8.dev (July 2, 2019)
- [Getting things sorted in V8](https://v8.dev/blog/array-sort) on v8.dev (2018)
- [Stable `Array.prototype.sort`](https://v8.dev/features/stable-sort) on v8.dev (2019)
- [`Array.prototype.sort` stability](https://mathiasbynens.be/demo/sort-stability) by Mathias Bynens
Loading

0 comments on commit 3c33463

Please sign in to comment.