Referenz:HTML/ol
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 | ordered list |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <ol>…</ol> |
| Elternelemente | Darf vorkommen in:
blockquote, body, button, dd, del, div, fieldset, form, ins, li, map, noscript, object, td, th |
| Kindelemente | mindestens ein li |
| 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 | |
[Bearbeiten] HTML 4.01 Transitional
| Bedeutung | ordered list |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <ol>…</ol> |
| Elternelemente | Darf vorkommen in:
applet, blockquote, body, button, center, dd, del, div, fieldset, form, iframe, ins, li, map, noframes, noscript, object, td, th |
| Kindelemente | mindestens ein li |
| 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 | |
| type | CDATA | a|A|i|I)" | |
| compact | compact | reduced interitem spacing | |
| start | NUMBER | starting sequence number | |
[Bearbeiten] HTML 4.01 Frameset
| Bedeutung | ordered list |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <ol>…</ol> |
| Elternelemente | Darf vorkommen in:
applet, blockquote, body, button, center, dd, del, div, fieldset, form, iframe, ins, li, map, noscript, object, td, th |
| Kindelemente | mindestens ein li |
| 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 | |
| type | CDATA | a|A|i|I)" | |
| compact | compact | reduced interitem spacing | |
| start | NUMBER | starting sequence number | |
[Bearbeiten] XHTML 1.0 Strict
| Bedeutung | |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <ol>…</ol> |
| Elternelemente | Darf vorkommen in:
blockquote, body, button, dd, del, div, fieldset, form, ins, li, map, noscript, object, td, th |
| Kindelemente | mindestens ein li |
| 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 | ||
[Bearbeiten] XHTML 1.0 Transitional
| Bedeutung | |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <ol>…</ol> |
| Elternelemente | Darf vorkommen in:
applet, blockquote, body, button, center, dd, del, div, fieldset, form, iframe, ins, li, map, noframes, noscript, object, td, th |
| Kindelemente | mindestens ein li |
| 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 | ||
| type | CDATA | ||
| compact | compact | ||
| start | CDATA | ||
[Bearbeiten] XHTML 1.0 Frameset
| Bedeutung | |
|---|---|
| Tags | Start-Tag: notwendig End-Tag: notwendig <ol>…</ol> |
| Elternelemente | Darf vorkommen in:
applet, blockquote, body, button, center, dd, del, div, fieldset, form, iframe, ins, li, map, noscript, object, td, th |
| Kindelemente | mindestens ein li |
| 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 | ||
| type | CDATA | ||
| compact | compact | ||
| start | CDATA | ||

