Skip to content

chore(WebAPI): Update param for createDocumentType() to name #39938

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

Closed
wants to merge 3 commits into from

Conversation

ritsth
Copy link

@ritsth ritsth commented Jun 13, 2025

Description

Updated parameter name for createDocumentType() from qualifiedNameStr to name for consistency.

Motivation

I made these changes because they match https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/name, so it is consistent, which will be easier for the reader to follow.

Additional details

Source: https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocumentType
https://developer.mozilla.org/en-US/docs/Web/API/DocumentType/name

Related issues and pull requests

Fixes #39897

@ritsth ritsth requested a review from a team as a code owner June 13, 2025 22:44
@ritsth ritsth requested review from sideshowbarker and removed request for a team June 13, 2025 22:44
@github-actions github-actions bot added Content:WebAPI Web API docs size/xs [PR only] 0-5 LoC changed labels Jun 13, 2025
@github-actions github-actions bot added the size/s [PR only] 6-50 LoC changed label Jun 13, 2025
@Josh-Cena
Copy link
Member

Duplicate of #39903

@Josh-Cena Josh-Cena marked this as a duplicate of #39903 Jun 14, 2025
@Josh-Cena Josh-Cena closed this Jun 14, 2025
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 size/xs [PR only] 0-5 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update parameter name for createDocumentType() from qualifiedName to name
2 participants