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

Tag syntax code blocks with js-nolint, part 5 #20618

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

OnkarRuikar
Copy link
Contributor

Adding to #19177

Adding to mdn#19177

- Updating syntax code blocks with the new tag. Refer: mdn/yari#7017
@OnkarRuikar OnkarRuikar requested a review from a team as a code owner September 13, 2022 05:14
@OnkarRuikar OnkarRuikar requested review from sideshowbarker and removed request for a team September 13, 2022 05:14
@github-actions github-actions bot added the Content:WebAPI Web API docs label Sep 13, 2022
@github-actions
Copy link
Contributor

Preview URLs

Flaws

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

URL: /en-US/docs/Web/API/CSSNumericValue/type
Title: CSSNumericValue.type()
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/CSSNumericType does not exist

URL: /en-US/docs/Web/API/Document/createElementNS
Title: Document.createElementNS()
Flaw count: 3

  • broken_links:
    • Can't resolve /en-US/docs/Mozilla/Tech/XUL
    • Can't resolve /en-US/docs/Mozilla/Tech/XBL
    • Can't resolve /en-US/docs/Mozilla/Tech/XUL

URL: /en-US/docs/Web/API/Document/createAttributeNS
Title: Document.createAttributeNS()
Flaw count: 2

  • macros:
    • /en-US/docs/Web/API/Attribute/namespaceURI does not exist
    • /en-US/docs/Web/API/Attribute/name does not exist

URL: /en-US/docs/Web/API/CustomStateSet/entries
Title: CustomStateSet.entries()
Flaw count: 1

  • macros:
    • /en-US/docs/Web/JavaScript/Reference/Iterator does not exist

URL: /en-US/docs/Web/API/CredentialsContainer/get
Title: CredentialsContainer.get()
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/CredentialRequestOptions does not exist

URL: /en-US/docs/Web/API/CredentialsContainer/create
Title: CredentialsContainer.create()
Flaw count: 5

  • macros:
    • /en-US/docs/Web/API/CredentialCreationOptions does not exist
    • /en-US/docs/Web/API/PasswordCredentialData does not exist
    • /en-US/docs/Web/API/CredentialData does not exist
    • /en-US/docs/Web/API/FederatedCredentialInit does not exist
    • /en-US/docs/Web/API/CredentialData does not exist

URL: /en-US/docs/Web/API/CSSMathMax/CSSMathMax
Title: CSSMathMax()
Flaw count: 1

  • macros:
    • /en-US/docs/Web/CSS/max() redirects to /en-US/docs/Web/CSS/max

URL: /en-US/docs/Web/API/CSSTransformValue/entries
Title: CSSTransformValue.entries()
Flaw count: 1

  • macros:
    • /en-US/docs/Web/JavaScript/Reference/for...in does not exist

URL: /en-US/docs/Web/API/ContentIndex/delete
Title: ContentIndex.delete()
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/Content__Index_API does not exist

URL: /en-US/docs/Web/API/Clipboard/write
Title: Clipboard.write()
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/Canvas redirects to /en-US/docs/Web/API/Canvas_API

URL: /en-US/docs/Web/API/CookieStore/set
Title: CookieStore.set()
Flaw count: 1

  • macros:
    • /en-US/docs/Glossary/serialize redirects to /en-US/docs/Glossary/Serialization

URL: /en-US/docs/Web/API/CSSPrimitiveValue/getRectValue
Title: CSSPrimitiveValue.getRectValue()
Flaw count: 2

  • macros:
    • /en-US/docs/Web/API/Rect does not exist
    • /en-US/docs/Web/API/Rect does not exist

URL: /en-US/docs/Web/API/CSSPrimitiveValue/getRGBColorValue
Title: CSSPrimitiveValue.getRGBColorValue()
Flaw count: 2

  • macros:
    • /en-US/docs/Web/API/RGBColor does not exist
    • /en-US/docs/Web/API/RGBColor does not exist

URL: /en-US/docs/Web/API/CSSPrimitiveValue/getCounterValue
Title: CSSPrimitiveValue.getCounterValue()
Flaw count: 2

  • macros:
    • /en-US/docs/Web/API/Counter does not exist
    • /en-US/docs/Web/API/Counter does not exist

URL: /en-US/docs/Web/API/CSSMathMin/CSSMathMin
Title: CSSMathMin()
Flaw count: 1

  • macros:
    • /en-US/docs/Web/CSS/min() redirects to /en-US/docs/Web/CSS/min

URL: /en-US/docs/Web/API/CSSMathInvert/CSSMathInvert
Title: CSSMathInvert()
Flaw count: 1

  • macros:
    • /en-US/docs/Web/CSS/calc() redirects to /en-US/docs/Web/CSS/calc

URL: /en-US/docs/Web/API/CSS/factory_functions
Title: CSS numeric factory functions
Flaw count: 34

  • bad_bcd_links:
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • and 29 more flaws omitted

URL: /en-US/docs/Web/API/ContactsManager/select
Title: ContactsManager.select()
Flaw count: 1

  • macros:
    • /en-US/docs/Web/JavaScript/Reference/ContactsManager/getProperties does not exist

URL: /en-US/docs/Web/API/Client/postMessage
Title: Client.postMessage()
Flaw count: 1

  • broken_links:
    • Can't resolve /en-US/docs/Web/API/Transferable

Copy link
Member

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@teoli2003 teoli2003 merged commit da88b2f into mdn:main Sep 13, 2022
@OnkarRuikar OnkarRuikar deleted the js-nolint5 branch September 13, 2022 05:47
himanshugarg pushed a commit to himanshugarg/content that referenced this pull request Sep 27, 2022
Adding to mdn#19177

- Updating syntax code blocks with the new tag. Refer: mdn/yari#7017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants