Skip to content

New pages: HTMLFormElement.rel and .relList#38900

Merged
Josh-Cena merged 6 commits intomainfrom
222formelement
Apr 5, 2025
Merged

New pages: HTMLFormElement.rel and .relList#38900
Josh-Cena merged 6 commits intomainfrom
222formelement

Conversation

@estelle
Copy link
Copy Markdown
Member

@estelle estelle commented Mar 31, 2025

Created two new docs
added themn to the index page

part of #222: add missing newly available baseline pages

@estelle estelle requested a review from a team as a code owner March 31, 2025 23:27
@estelle estelle requested review from wbamberg and removed request for a team March 31, 2025 23:27
@github-actions github-actions bot added Content:WebAPI Web API docs size/m [PR only] 51-500 LoC changed labels Mar 31, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 31, 2025

- {{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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[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).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[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).

Copy link
Copy Markdown
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.

This looks great, thanks

@Josh-Cena Josh-Cena merged commit b6a1290 into main Apr 5, 2025
11 of 12 checks passed
@Josh-Cena Josh-Cena deleted the 222formelement branch April 5, 2025 19:21
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>
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.

3 participants