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

p1, p2, p3, p4 Instance Properties of DOMQuad #36700

Merged
merged 4 commits into from
Nov 16, 2024

Conversation

yashrajbharti
Copy link
Contributor

Description

This PR adds the MDN feature pages for the DOMQuad interface as part of a recent project to document missing Widely available pages for interface features.

Motivation

The p1,p2,p3,p4 DOMPoints that are instance properties of the DOMQuad were missing from the MDN feature pages. This can help readers understand about DOMQuad.

Additional details

For more context, see the discussion on missing documentation tracked at https://openwebdocs.github.io/web-docs-backlog/baseline/. Additionally, related projects for adding widely available web features can be found at openwebdocs/project#214.

Related issues and pull requests

Fixes mdn/mdn#599

@yashrajbharti yashrajbharti requested a review from a team as a code owner November 9, 2024 13:49
@yashrajbharti yashrajbharti requested review from wbamberg and removed request for a team November 9, 2024 13:49
@github-actions github-actions bot added Content:WebAPI Web API docs size/m [PR only] 51-500 LoC changed labels Nov 9, 2024
Copy link
Contributor

github-actions bot commented Nov 9, 2024

Preview URLs

Flaws (6)

URL: /en-US/docs/Web/API/DOMQuad
Title: DOMQuad
Flaw count: 2

  • macros:
    • /en-US/docs/Web/API/DOMQuad/fromRect does not exist
    • /en-US/docs/Web/API/DOMQuad/fromQuad does not exist

URL: /en-US/docs/Web/API/DOMQuad/p4
Title: DOMQuad: p4 property
Flaw count: 1

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

URL: /en-US/docs/Web/API/DOMQuad/p2
Title: DOMQuad: p2 property
Flaw count: 1

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

URL: /en-US/docs/Web/API/DOMQuad/p1
Title: DOMQuad: p1 property
Flaw count: 1

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

URL: /en-US/docs/Web/API/DOMQuad/p3
Title: DOMQuad: p3 property
Flaw count: 1

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

(comment last updated: 2024-11-16 07:37:17)

files/en-us/web/api/domquad/index.md Outdated Show resolved Hide resolved
files/en-us/web/api/domquad/p1/index.md Outdated Show resolved Hide resolved
files/en-us/web/api/domquad/p2/index.md Outdated Show resolved Hide resolved
files/en-us/web/api/domquad/p3/index.md Outdated Show resolved Hide resolved
files/en-us/web/api/domquad/p4/index.md Outdated Show resolved Hide resolved
Copy link
Member

@Josh-Cena Josh-Cena left a comment

Choose a reason for hiding this comment

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

Thanks, great work!

@Josh-Cena Josh-Cena merged commit f1efcbb into mdn:main Nov 16, 2024
8 checks passed
@yashrajbharti yashrajbharti deleted the feat/DOMQuadInstanceProperties branch November 16, 2024 12:53
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/m [PR only] 51-500 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOMQuad
2 participants