Referenz:HTML/textarea
Aus SELFHTML-Wiki
ToDo: (weitere ToDos)
- Verweis auf ausführliche Doku-Seite einfügen
- Übersetzung der Bedeutung für HTML 4.01 Strict
- Übersetzung der Bedeutung für HTML 4.01 Transitional
- Übersetzung der Bedeutung für HTML 4.01 Frameset
- Hinzufügen der Bedeutung für XHTML 1.0 Strict
- Hinzufügen der Bedeutung für XHTML 1.0 Transitional
- Hinzufügen der Bedeutung für XHTML 1.0 Frameset
Ausführliche Beschreibung siehe: …
Inhaltsverzeichnis |
[Bearbeiten] HTML 4.01 Strict
| Bedeutung | multi-line text field |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <textarea>…</textarea> |
| Elternelemente | Darf vorkommen in:
a, abbr, acronym, address, b, bdo, big, caption, cite, code, dd, del, dfn, div, dt, em, fieldset, h1, h2, h3, h4, h5, h6, i, ins, kbd, label, legend, li, object, p, pre, q, samp, small, span, strong, sub, sup, td, th, tt, var |
| Kindelemente | PCDATA |
| Name | Inhalt | Standardwert | Bedeutung |
|---|---|---|---|
| Universalattribute | |||
| id | ID | document-wide unique id | |
| class | CDATA | space-separated list of classes | |
| style | CDATA | associated style info - style sheet data | |
| title | CDATA | advisory title | |
| lang | NAME | language code - a language code, as per [RFC1766] | |
| dir | ltr, rtl | direction for weak/neutral text | |
| onclick | CDATA | a pointer button was clicked - script expression | |
| ondblclick | CDATA | a pointer button was double clicked - script expression | |
| onmousedown | CDATA | a pointer button was pressed down - script expression | |
| onmouseup | CDATA | a pointer button was released - script expression | |
| onmouseover | CDATA | a pointer was moved onto - script expression | |
| onmousemove | CDATA | a pointer was moved within - script expression | |
| onmouseout | CDATA | a pointer was moved away - script expression | |
| onkeypress | CDATA | a key was pressed and released - script expression | |
| onkeydown | CDATA | a key was pressed down - script expression | |
| onkeyup | CDATA | a key was released - script expression | |
| name | CDATA | ||
| rows | NUMBER | Pflichtattribut | |
| cols | NUMBER | Pflichtattribut | |
| disabled | disabled | unavailable in this context | |
| readonly | readonly | ||
| tabindex | NUMBER | position in tabbing order | |
| accesskey | CDATA | accessibility key character - a single character from [ISO10646] | |
| onfocus | CDATA | the element got the focus - script expression | |
| onblur | CDATA | the element lost the focus - script expression | |
| onselect | CDATA | some text was selected - script expression | |
| onchange | CDATA | the element value was changed - script expression | |
[Bearbeiten] HTML 4.01 Transitional
| Bedeutung | multi-line text field |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <textarea>…</textarea> |
| Elternelemente | Darf vorkommen in:
a, abbr, acronym, address, applet, b, bdo, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, ins, kbd, label, legend, li, noframes, noscript, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, td, th, tt, u, var |
| Kindelemente | PCDATA |
| Name | Inhalt | Standardwert | Bedeutung |
|---|---|---|---|
| Universalattribute | |||
| id | ID | document-wide unique id | |
| class | CDATA | space-separated list of classes | |
| style | CDATA | associated style info - style sheet data | |
| title | CDATA | advisory title | |
| lang | NAME | language code - a language code, as per [RFC1766] | |
| dir | ltr, rtl | direction for weak/neutral text | |
| onclick | CDATA | a pointer button was clicked - script expression | |
| ondblclick | CDATA | a pointer button was double clicked - script expression | |
| onmousedown | CDATA | a pointer button was pressed down - script expression | |
| onmouseup | CDATA | a pointer button was released - script expression | |
| onmouseover | CDATA | a pointer was moved onto - script expression | |
| onmousemove | CDATA | a pointer was moved within - script expression | |
| onmouseout | CDATA | a pointer was moved away - script expression | |
| onkeypress | CDATA | a key was pressed and released - script expression | |
| onkeydown | CDATA | a key was pressed down - script expression | |
| onkeyup | CDATA | a key was released - script expression | |
| name | CDATA | ||
| rows | NUMBER | Pflichtattribut | |
| cols | NUMBER | Pflichtattribut | |
| disabled | disabled | unavailable in this context | |
| readonly | readonly | ||
| tabindex | NUMBER | position in tabbing order | |
| accesskey | CDATA | accessibility key character - a single character from [ISO10646] | |
| onfocus | CDATA | the element got the focus - script expression | |
| onblur | CDATA | the element lost the focus - script expression | |
| onselect | CDATA | some text was selected - script expression | |
| onchange | CDATA | the element value was changed - script expression | |
[Bearbeiten] HTML 4.01 Frameset
| Bedeutung | multi-line text field |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <textarea>…</textarea> |
| Elternelemente | Darf vorkommen in:
a, abbr, acronym, address, applet, b, bdo, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, ins, kbd, label, legend, li, noscript, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, td, th, tt, u, var |
| Kindelemente | PCDATA |
| Name | Inhalt | Standardwert | Bedeutung |
|---|---|---|---|
| Universalattribute | |||
| id | ID | document-wide unique id | |
| class | CDATA | space-separated list of classes | |
| style | CDATA | associated style info - style sheet data | |
| title | CDATA | advisory title | |
| lang | NAME | language code - a language code, as per [RFC1766] | |
| dir | ltr, rtl | direction for weak/neutral text | |
| onclick | CDATA | a pointer button was clicked - script expression | |
| ondblclick | CDATA | a pointer button was double clicked - script expression | |
| onmousedown | CDATA | a pointer button was pressed down - script expression | |
| onmouseup | CDATA | a pointer button was released - script expression | |
| onmouseover | CDATA | a pointer was moved onto - script expression | |
| onmousemove | CDATA | a pointer was moved within - script expression | |
| onmouseout | CDATA | a pointer was moved away - script expression | |
| onkeypress | CDATA | a key was pressed and released - script expression | |
| onkeydown | CDATA | a key was pressed down - script expression | |
| onkeyup | CDATA | a key was released - script expression | |
| name | CDATA | ||
| rows | NUMBER | Pflichtattribut | |
| cols | NUMBER | Pflichtattribut | |
| disabled | disabled | unavailable in this context | |
| readonly | readonly | ||
| tabindex | NUMBER | position in tabbing order | |
| accesskey | CDATA | accessibility key character - a single character from [ISO10646] | |
| onfocus | CDATA | the element got the focus - script expression | |
| onblur | CDATA | the element lost the focus - script expression | |
| onselect | CDATA | some text was selected - script expression | |
| onchange | CDATA | the element value was changed - script expression | |
[Bearbeiten] XHTML 1.0 Strict
| Bedeutung | |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <textarea>…</textarea> |
| Elternelemente | Darf vorkommen in:
a, abbr, acronym, address, b, bdo, big, caption, cite, code, dd, del, dfn, div, dt, em, fieldset, h1, h2, h3, h4, h5, h6, i, ins, kbd, label, legend, li, object, p, pre, q, samp, small, span, strong, sub, sup, td, th, tt, var |
| Kindelemente | PCDATA |
| Name | Inhalt | Standardwert | Bedeutung |
|---|---|---|---|
| Universalattribute | |||
| id | ID | ||
| class | CDATA | ||
| style | CDATA | ||
| title | CDATA | ||
| lang | NMTOKEN | ||
| xml:lang | NMTOKEN | ||
| dir | ltr, rtl | ||
| onclick | CDATA | ||
| ondblclick | CDATA | ||
| onmousedown | CDATA | ||
| onmouseup | CDATA | ||
| onmouseover | CDATA | ||
| onmousemove | CDATA | ||
| onmouseout | CDATA | ||
| onkeypress | CDATA | ||
| onkeydown | CDATA | ||
| onkeyup | CDATA | ||
| accesskey | CDATA | ||
| tabindex | CDATA | ||
| onfocus | CDATA | ||
| onblur | CDATA | ||
| name | CDATA | ||
| rows | CDATA | Pflichtattribut | |
| cols | CDATA | Pflichtattribut | |
| disabled | disabled | ||
| readonly | readonly | ||
| onselect | CDATA | ||
| onchange | CDATA | ||
[Bearbeiten] XHTML 1.0 Transitional
| Bedeutung | |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <textarea>…</textarea> |
| Elternelemente | Darf vorkommen in:
a, abbr, acronym, address, applet, b, bdo, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, ins, kbd, label, legend, li, noframes, noscript, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, td, th, tt, u, var |
| Kindelemente | PCDATA |
| Name | Inhalt | Standardwert | Bedeutung |
|---|---|---|---|
| Universalattribute | |||
| id | ID | ||
| class | CDATA | ||
| style | CDATA | ||
| title | CDATA | ||
| lang | NMTOKEN | ||
| xml:lang | NMTOKEN | ||
| dir | ltr, rtl | ||
| onclick | CDATA | ||
| ondblclick | CDATA | ||
| onmousedown | CDATA | ||
| onmouseup | CDATA | ||
| onmouseover | CDATA | ||
| onmousemove | CDATA | ||
| onmouseout | CDATA | ||
| onkeypress | CDATA | ||
| onkeydown | CDATA | ||
| onkeyup | CDATA | ||
| accesskey | CDATA | ||
| tabindex | CDATA | ||
| onfocus | CDATA | ||
| onblur | CDATA | ||
| name | CDATA | ||
| rows | CDATA | Pflichtattribut | |
| cols | CDATA | Pflichtattribut | |
| disabled | disabled | ||
| readonly | readonly | ||
| onselect | CDATA | ||
| onchange | CDATA | ||
[Bearbeiten] XHTML 1.0 Frameset
| Bedeutung | |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <textarea>…</textarea> |
| Elternelemente | Darf vorkommen in:
a, abbr, acronym, address, applet, b, bdo, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, ins, kbd, label, legend, li, noscript, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, td, th, tt, u, var |
| Kindelemente | PCDATA |
| Name | Inhalt | Standardwert | Bedeutung |
|---|---|---|---|
| Universalattribute | |||
| id | ID | ||
| class | CDATA | ||
| style | CDATA | ||
| title | CDATA | ||
| lang | NMTOKEN | ||
| xml:lang | NMTOKEN | ||
| dir | ltr, rtl | ||
| onclick | CDATA | ||
| ondblclick | CDATA | ||
| onmousedown | CDATA | ||
| onmouseup | CDATA | ||
| onmouseover | CDATA | ||
| onmousemove | CDATA | ||
| onmouseout | CDATA | ||
| onkeypress | CDATA | ||
| onkeydown | CDATA | ||
| onkeyup | CDATA | ||
| accesskey | CDATA | ||
| tabindex | CDATA | ||
| onfocus | CDATA | ||
| onblur | CDATA | ||
| name | CDATA | ||
| rows | CDATA | Pflichtattribut | |
| cols | CDATA | Pflichtattribut | |
| disabled | disabled | ||
| readonly | readonly | ||
| onselect | CDATA | ||
| onchange | CDATA | ||

