| Element |
dir |
| Description |
This element adds support for bidirectional written languages; the semantics are those of the dir attribute of HTML. Its value
can be either ltr (left to right) ot rtl (right to left)
|
| Attributes |
| value |
This element adds support for bidirectional written languages; the semantics are those of the dir attribute of HTML. Its value
can be either ltr (left to right) ot rtl (right to left)
|
|
| Parents |
active, assert, diagnostic, p, report, title |
| DTD |
<!ELEMENT dir (#PCDATA)>
<!ATTLIST dir
value (ltr | rtl) #IMPLIED>
|