From a9e61dbc164de376a05b89af1fa734a8ae55202a Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Sat, 31 Aug 2024 16:04:26 -0400 Subject: [PATCH 1/3] New page for reflection properties of HTMLTextAreaElement --- .../htmltextareaelement/autocomplete/index.md | 34 +++++++++++++++++ .../web/api/htmltextareaelement/cols/index.md | 36 ++++++++++++++++++ .../htmltextareaelement/defaultvalue/index.md | 38 +++++++++++++++++++ .../api/htmltextareaelement/disabled/index.md | 37 ++++++++++++++++++ .../htmltextareaelement/placeholder/index.md | 35 +++++++++++++++++ .../api/htmltextareaelement/readonly/index.md | 35 +++++++++++++++++ .../api/htmltextareaelement/required/index.md | 35 +++++++++++++++++ .../web/api/htmltextareaelement/rows/index.md | 36 ++++++++++++++++++ .../htmltextareaelement/textlength/index.md | 36 ++++++++++++++++++ .../web/api/htmltextareaelement/wrap/index.md | 36 ++++++++++++++++++ 10 files changed, 358 insertions(+) create mode 100644 files/en-us/web/api/htmltextareaelement/autocomplete/index.md create mode 100644 files/en-us/web/api/htmltextareaelement/cols/index.md create mode 100644 files/en-us/web/api/htmltextareaelement/defaultvalue/index.md create mode 100644 files/en-us/web/api/htmltextareaelement/disabled/index.md create mode 100644 files/en-us/web/api/htmltextareaelement/placeholder/index.md create mode 100644 files/en-us/web/api/htmltextareaelement/readonly/index.md create mode 100644 files/en-us/web/api/htmltextareaelement/required/index.md create mode 100644 files/en-us/web/api/htmltextareaelement/rows/index.md create mode 100644 files/en-us/web/api/htmltextareaelement/textlength/index.md create mode 100644 files/en-us/web/api/htmltextareaelement/wrap/index.md diff --git a/files/en-us/web/api/htmltextareaelement/autocomplete/index.md b/files/en-us/web/api/htmltextareaelement/autocomplete/index.md new file mode 100644 index 000000000000000..6b491ba73635a94 --- /dev/null +++ b/files/en-us/web/api/htmltextareaelement/autocomplete/index.md @@ -0,0 +1,34 @@ +--- +title: "HTMLTextAreaElement: autocomplete property" +short-title: autocomplete +slug: Web/API/HTMLTextAreaElement/autocomplete +page-type: web-api-instance-property +browser-compat: api.HTMLTextAreaElement.autocomplete +--- + +{{ APIRef("HTML DOM") }} + +The **`autocomplete`** property of the {{DOMxRef("HTMLTextAreaElement")}} interface indicates whether the value of the control can be automatically completed by the browser. It reflects the `