http://www.w3.org/DOM/DOMTM git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225913 13f79535-47bb-0310-9956-ffa450edef68
38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Counter interface -->
|
|
|
|
<interface id="CSS-Counter" name="Counter" since="DOM Level 2">
|
|
<descr>
|
|
<p>
|
|
The <code>Counter</code> interface is used to represent any <xspecref href="&css2;/syndata.html#value-def-counter">counter or
|
|
counters function</xspecref> value. This interface reflects the values in
|
|
the underlying style property.
|
|
</p>
|
|
</descr>
|
|
|
|
<attribute id="CSS-Counter-identifier" name="identifier" type="DOMString" readonly="yes">
|
|
<descr>
|
|
<p>
|
|
This attribute is used for the identifier of the counter.
|
|
</p>
|
|
</descr>
|
|
</attribute>
|
|
|
|
<attribute id="CSS-Counter-listStyle" name="listStyle" type="DOMString" readonly="yes">
|
|
<descr>
|
|
<p>
|
|
This attribute is used for the style of the list.
|
|
</p>
|
|
</descr>
|
|
</attribute>
|
|
|
|
<attribute id="CSS-Counter-separator" name="separator" type="DOMString" readonly="yes">
|
|
<descr>
|
|
<p>
|
|
This attribute is used for the separator of the nested counters.
|
|
</p>
|
|
</descr>
|
|
</attribute>
|
|
|
|
</interface>
|