Properties |
DOMString | - media
- Corresponds to attribute ‘media’ on the given element. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an attempt
to change the value of a read only attribute.
|
DOMString | - title
- The title of a document as specified by the ‘title’ sub-element of
the ‘svg’ root element (i.e.,
<svg><title>Here is the title</title>...</svg>)
|
DOMString | - type
- Corresponds to attribute ‘type’ on the given element. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an attempt
to change the value of a read only attribute.
|
DOMString | - xmllang
- Corresponds to attribute ‘xml:lang’ on the given element. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an
attempt to change the value of a read only attribute.
|
DOMString | - xmlspace
- Corresponds to attribute ‘xml:space’ on the given element. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an
attempt to change the value of a read only attribute.
|