New pages: HTMLFormElement.rel and .relList#38900
Merged
Conversation
Contributor
|
Preview URLs
(comment last updated: 2025-04-05 19:19:32) |
| - {{domxref("HTMLFormElement.method")}} | ||
| - : A string reflecting the value of the form's [`method`](/en-US/docs/Web/HTML/Element/form#method) HTML attribute, indicating the HTTP method used to submit the form. Only specified values can be set. | ||
| - {{domxref("HTMLFormElement.rel")}} | ||
| - : A string reflecting the value of the form's [`rel`](en-US/docs/Web/HTML/Attributes/rel) HTML attribute, which represents what kinds of links the form creates as a space-separated list of enumerated values. |
Contributor
There was a problem hiding this comment.
[mdn-linter] reported by reviewdog 🐶
Suggested change
| - : A string reflecting the value of the form's [`rel`](en-US/docs/Web/HTML/Attributes/rel) HTML attribute, which represents what kinds of links the form creates as a space-separated list of enumerated values. | |
| - : A string reflecting the value of the form's [`rel`](/en-US/docs/Web/HTML/Attributes/rel) HTML attribute, which represents what kinds of links the form creates as a space-separated list of enumerated values. |
| - {{domxref("HTMLFormElement.rel")}} | ||
| - : A string reflecting the value of the form's [`rel`](en-US/docs/Web/HTML/Attributes/rel) HTML attribute, which represents what kinds of links the form creates as a space-separated list of enumerated values. | ||
| - {{domxref("HTMLFormElement.relList")}} {{ReadOnlyInline}} | ||
| - : A {{domxref("DOMTokenList")}} that reflects the [`rel`](en-US/docs/Web/HTML/Attributes/rel) HTML attribute, as a list of tokens. |
Contributor
There was a problem hiding this comment.
[mdn-linter] reported by reviewdog 🐶
Suggested change
| - : A {{domxref("DOMTokenList")}} that reflects the [`rel`](en-US/docs/Web/HTML/Attributes/rel) HTML attribute, as a list of tokens. | |
| - : A {{domxref("DOMTokenList")}} that reflects the [`rel`](/en-US/docs/Web/HTML/Attributes/rel) HTML attribute, as a list of tokens. |
| - {{domxref("HTMLFormElement.noValidate")}} | ||
| - : A boolean value reflecting the value of the form's [`novalidate`](/en-US/docs/Web/HTML/Element/form#novalidate) HTML attribute, indicating whether the form should not be validated. | ||
|
|
||
| Named inputs are added to their owner form instance as properties, and can overwrite native properties if they share the same name (e.g. a form with an input named `action` will have its `action` property return that input instead of the form's [`action`](/en-US/docs/Web/HTML/Element/form#action) HTML attribute). |
Contributor
There was a problem hiding this comment.
[mdn-linter] reported by reviewdog 🐶
Suggested change
| Named inputs are added to their owner form instance as properties, and can overwrite native properties if they share the same name (e.g. a form with an input named `action` will have its `action` property return that input instead of the form's [`action`](/en-US/docs/Web/HTML/Element/form#action) HTML attribute). | |
| Named inputs are added to their owner form instance as properties, and can overwrite native properties if they share the same name (e.g., a form with an input named `action` will have its `action` property return that input instead of the form's [`action`](/en-US/docs/Web/HTML/Element/form#action) HTML attribute). |
wbamberg
added a commit
to wbamberg/content
that referenced
this pull request
Apr 6, 2025
* upstream/main: (158 commits) fix: remove unrelated add() method reference from openCursor() doc (mdn#38998) Fix link (mdn#38995) Remove uncovered topic from a tuturial overview. (mdn#38999) Change the description of Temporal.Instant (mdn#38996) Remove `port` mention for URL `protocol` documentation (mdn#39000) Improve the clarity of a sentence (mdn#39003) Change if...else to non-zero on control_flow page (mdn#38992) Update group-data of EditContext API (mdn#38842) improve description (mdn#38845) fix: auto-cleanup by bot (mdn#38990) New pages: HTMLFormElement.rel and .relList (mdn#38900) Add live sample embeds for SVG path examples (mdn#38928) Remove uncovered topic from the introduction (mdn#38986) Remove self-links (mdn#38982) Synchronize with BCD v6.0.3 (mdn#38983) Fix grammar (mdn#38981) Remove external Web Speech API articles (mdn#38980) Add missing {{Specifications}} macros (mdn#38975) Remove browser-compat for CSS types without BCD (mdn#38970) Update async_function_star_ to have a working example (mdn#38972) ...
cssinate
pushed a commit
to cssinate/content
that referenced
this pull request
Apr 11, 2025
* New pages: HTMLFormElement.rel and .relList * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md --------- Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created two new docs
added themn to the index page
part of #222: add missing newly available baseline pages