Skip to content

Commit

Permalink
Update files/en-us/web/html/element/textarea/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored Jul 19, 2023
1 parent ec543ff commit 081ea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/textarea/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This element includes the [global attributes](/en-US/docs/Web/HTML/Global_attrib
- `dirname`

- : This attribute is used to set the text directionality of the element in a manner similar to the [`dirname`](/en-US/docs/Web/HTML/Element/input#dirname) attribute of the `<input>` element. Possible values include `ltr` for left-to-right and `rtl` for right-to-left. The default value is `ltr`.
The value of the attribute is sent in the format `{elementName}.dir={value}`, where `{elementName}` is the name of the `<input>` element and `{value}` may be `ltr` or `rtl`.
The value of the attribute is sent in the format `{elementName}.dir={value}`, where `{elementName}` is the name of the `<textarea>` element and `{value}` may be `ltr` or `rtl`.

- `disabled`
- : This Boolean attribute indicates that the user cannot interact with the control. If this attribute is not specified, the control inherits its setting from the containing element, for example {{ HTMLElement("fieldset") }}; if there is no containing element when the `disabled` attribute is set, the control is enabled.
Expand Down

0 comments on commit 081ea2b

Please sign in to comment.