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

[Markdown] [Web/HTML] Fix notes in HTML pages that have misplaced colons #9130

Merged
merged 1 commit into from
Sep 21, 2021

Conversation

wbamberg
Copy link
Collaborator

Part of #8961.

This PR fixes all notes in the HTML docs where the colon was outside the <strong>Note</strong> part.

@wbamberg wbamberg requested a review from a team as a code owner September 21, 2021 04:37
@wbamberg wbamberg requested review from ericwbailey and removed request for a team September 21, 2021 04:37
@github-actions
Copy link
Contributor

Preview URLs

Flaws

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

URL: /en-US/docs/Web/HTML/Element/input
Title: <input>: The Input (Form Input) element
on GitHub
Flaw count: 6

  • macros:
    • /en-US/docs/Web/API/HTMLInputElement/checkValidity does not exist
    • /en-US/docs/Web/API/HTMLInputElement/setCustomValidity does not exist
    • /en-US/docs/Web/API/ValidityState/valueMissing does not exist
    • /en-US/docs/Web/API/ValidityState/valueMissing does not exist
    • /en-US/docs/Web/API/ValidityState/valid does not exist
    • and 1 more flaws omitted

URL: /en-US/docs/Web/HTML/Element/input/search
Title: <input type="search">
on GitHub
Flaw count: 1

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

URL: /en-US/docs/Web/HTML/Element/input/week
Title: <input type="week">
on GitHub
Flaw count: 1

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

URL: /en-US/docs/Web/HTML/Element/input/month
Title: <input type="month">
on GitHub
Flaw count: 2

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

URL: /en-US/docs/Web/HTML/Element/input/color
Title: <input type="color">
on GitHub
Flaw count: 2

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

URL: /en-US/docs/Web/HTML/Microdata
Title: Microdata
on GitHub
Flaw count: 34

  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • and 29 more flaws omitted

URL: /en-US/docs/Web/HTML/Attributes/accept
Title: HTML attribute: accept
on GitHub
Flaw count: 1

  • bad_bcd_queries:
    • No BCD data for query: html.elements.attribute.accept

URL: /en-US/docs/Web/HTML/Global_attributes/accesskey
Title: accesskey
on GitHub
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/Element/accessKey redirects to /en-US/docs/Web/API/HTMLElement/accessKey

URL: /en-US/docs/Web/HTML/Global_attributes/itemscope
Title: itemscope
on GitHub
Flaw count: 2

  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /en-US/docs/Web/HTML/Global_attributes/itemtype
Title: itemtype
on GitHub
Flaw count: 8

  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • and 3 more flaws omitted

External URLs

URL: /en-US/docs/Web/HTML/Element/script
Title: <script>: The Script element
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Element/slot
Title: <slot>
on GitHub


URL: /en-US/docs/Web/HTML/Element/br
Title: <br>: The Line Break element
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Element/table
Title: <table>: The Table element
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Element/input
Title: <input>: The Input (Form Input) element
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Element/input/number
Title: <input type="number">
on GitHub


URL: /en-US/docs/Web/HTML/Element/input/text
Title: <input type="text">
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Element/input/file
Title: <input type="file">
on GitHub


URL: /en-US/docs/Web/HTML/Element/input/datetime-local
Title: <input type="datetime-local">
on GitHub


URL: /en-US/docs/Web/HTML/Element/input/search
Title: <input type="search">
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Element/input/week
Title: <input type="week">
on GitHub


URL: /en-US/docs/Web/HTML/Element/input/radio
Title: <input type="radio">
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Element/input/date
Title: <input type="date">
on GitHub


URL: /en-US/docs/Web/HTML/Element/input/month
Title: <input type="month">
on GitHub


URL: /en-US/docs/Web/HTML/Element/input/color
Title: <input type="color">
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Element/canvas
Title: <canvas>: The Graphics Canvas element
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Link_types/preload
Title: Link types: preload
on GitHub


URL: /en-US/docs/Web/HTML/Microdata
Title: Microdata
on GitHub


URL: /en-US/docs/Web/HTML/Attributes/accept
Title: HTML attribute: accept
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/accesskey
Title: accesskey
on GitHub

No new external URLs


URL: /en-US/docs/Web/HTML/Global_attributes/itemscope
Title: itemscope
on GitHub


URL: /en-US/docs/Web/HTML/Global_attributes/itemtype
Title: itemtype
on GitHub

@teoli2003 teoli2003 merged commit 75b21ff into mdn:main Sep 21, 2021
@teoli2003
Copy link
Contributor

👍

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2022
@wbamberg wbamberg deleted the fix-html-note-bad-colon branch October 15, 2022 17:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants