http://www.w3.org/DOM/DOMTM git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225913 13f79535-47bb-0310-9956-ffa450edef68
29 lines
1016 B
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>
|