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

Standardize parameters description of locale-aware APIs that call Intl counterparts #17817

Merged
merged 3 commits into from
Jul 1, 2022

Conversation

Josh-Cena
Copy link
Member

Summary

Motivation

Fix #5144

Supporting details

Related issues

Metadata

  • Adds a new document
  • Rewrites (or significantly expands) a document
  • Fixes a typo, bug, or other error

@Josh-Cena Josh-Cena requested a review from a team as a code owner June 30, 2022 15:15
@Josh-Cena Josh-Cena requested review from wbamberg and removed request for a team June 30, 2022 15:15
@github-actions github-actions bot added the Content:JS JavaScript docs label Jun 30, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jun 30, 2022

Preview URLs

Flaws

Note! 3 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toLocaleString
Title: Array.prototype.toLocaleString()
on GitHub
Flaw count: 2

  • macros:
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat

URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare
Title: String.prototype.localeCompare()
on GitHub
Flaw count: 3

  • macros:
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/compare redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/compare
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator

URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString
Title: Date.prototype.toLocaleDateString()
on GitHub
Flaw count: 3

  • macros:
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/format redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/format
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat

URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString
Title: Date.prototype.toLocaleTimeString()
on GitHub
Flaw count: 3

  • macros:
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/format redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/format
    • /en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat redirects to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat

External URLs

URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/toLocaleString
Title: Array.prototype.toLocaleString()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt/toLocaleString
Title: BigInt.prototype.toLocaleString()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString
Title: Number.prototype.toLocaleString()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare
Title: String.prototype.localeCompare()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleDateString
Title: Date.prototype.toLocaleDateString()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString
Title: Date.prototype.toLocaleString()
on GitHub

No new external URLs


URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString
Title: Date.prototype.toLocaleTimeString()
on GitHub

No new external URLs

(this comment was updated 2022-07-01 09:27:44.177227)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:JS JavaScript docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with "Date.prototype.toLocaleString()": missing documentation for "options"
2 participants