-
Notifications
You must be signed in to change notification settings - Fork 22.8k
docs: Add warning and clarify named form access via document.formName(#39891) #40001
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
docs: Add warning and clarify named form access via document.formName(#39891) #40001
Conversation
Preview URLs (6 pages)Flaws (11)Note! 4 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
(comment last updated: 2025-06-27 04:18:55) |
This pull request has merge conflicts that must be resolved before it can be merged. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Hi Hamish, would you mind reviewing this PR? On an initial look, I'm not entirely sure that the new "Named properties" section fits under "Extensions for HTMLDocument" in |
There are no conventions for this. I just made it up. |
Thanks @dipikabh . IMO this is good. I like @Josh-Cena convention. I added a minor query and I'm going to fixup the layout of that first item while we're here, because it annoys me. |
Co-authored-by: Hamish Willee <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Shrinivassab @Josh-Cena - Works for me. Thank you.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Joshua Chen <[email protected]>
Description
Documented named form access on
document
object and discouraged its usage.Motivation
Clarifies confusing or undocumented behavior; resolves #39891.
Additional details
Related issues and pull requests
#39986