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

fix: links to correct pages #37350

Merged
merged 1 commit into from
Dec 24, 2024
Merged

fix: links to correct pages #37350

merged 1 commit into from
Dec 24, 2024

Conversation

Zenkoina
Copy link
Contributor

Description

Fixes various links related to form validation to point to more relevant pages (e.g. a link on the HTMLInputElement pointing to a property with the same name on the HTMLObjectElement page instead of the one on HTMLInputElement).

Motivation

Makes navigating between relevant pages easier.

Additional details

commit comments:
Zenkoina@d1151c2#r150674120
Zenkoina@d1151c2#r150674290

@Zenkoina Zenkoina requested a review from a team as a code owner December 23, 2024 15:05
@Zenkoina Zenkoina requested review from sideshowbarker and removed request for a team December 23, 2024 15:05
@github-actions github-actions bot added Content:WebAPI Web API docs size/s [PR only] 6-50 LoC changed labels Dec 23, 2024
Copy link
Contributor

Preview URLs (6 pages)
Flaws (5)

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

URL: /en-US/docs/Web/API/HTMLSelectElement/checkValidity
Title: HTMLSelectElement: checkValidity() method
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/HTMLElement/invalid_event redirects to /en-US/docs/Web/API/HTMLInputElement/invalid_event

URL: /en-US/docs/Web/API/HTMLInputElement
Title: HTMLInputElement
Flaw count: 4

  • macros:
    • /en-US/docs/Web/API/HTMLInputElement/align does not exist
    • /en-US/docs/Web/API/HTMLInputElement/dirName does not exist
    • /en-US/docs/Web/API/HTMLInputElement/incremental does not exist
    • /en-US/docs/Web/API/HTMLInputElement/useMap does not exist

@sideshowbarker sideshowbarker merged commit 879db96 into mdn:main Dec 24, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants