commons-xml/java/external/xdocs/dom/xml/style/definitions/ElementCSSInlineStyle.xml

29 lines
1016 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Counter interface -->
<interface id="CSS-ElementCSSInlineStyle" name="ElementCSSInlineStyle"
since="DOM Level 2">
<descr>
<p>
Inline style information attached to elements is exposed through the
<code>style</code> attribute. This represents the contents of the
<xspecref href="&html40;/present/styles.html#h-14.2.2">STYLE</xspecref>
attribute for HTML elements (or elements in other schemas or DTDs which
use the STYLE attribute in the same way). The expectation is that an
instance of the ElementCSSInlineStyle interface can be obtained by using
binding-specific casting methods on an instance of the Element interface
when the element supports inline CSS style informations.
</p>
</descr>
<attribute id="CSS-ElementCSSInlineStyle-style" name="style"
type="CSSStyleDeclaration" readonly="yes">
<descr>
<p>
The style attribute.
</p>
</descr>
</attribute>
</interface>