Sophie

Sophie

distrib > Momonga > development > i686 > media > os > by-pkgid > 8094ac79f986f14af880f5f612391693 > files > 203

xml-commons-apis-manual-1.4.01-4m.mo8.noarch.rpm

<?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>