Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > c9ab6176cdb3bd12c388e27bee18050a > files > 190

xml-commons-jaxp-1.3-apis-manual-1.3.04-0.0.1mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="utf-8"?>
<!-- CSSFontFaceRule interface -->

  <interface name="CSSFontFaceRule" inherits="CSSRule"
  id="CSS-CSSFontFaceRule" since="DOM Level 2">
    <descr>
    <p>
      The <code>CSSFontFaceRule</code> interface represents a <xspecref href="&css2;/fonts.html#font-descriptions">@font-face 
      rule</xspecref> in a CSS style sheet. The <code>@font-face</code> rule 
      is used to hold a set of font descriptions.
    </p>
    </descr>

    <attribute type="CSSStyleDeclaration" readonly="yes" name="style" id="CSS-CSSFontFaceRule-style">
     <descr>
     <p>
       The <xspecref href="&css2;/syndata.html#q8">declaration-block</xspecref> of this rule.
     </p>
     </descr>
    </attribute>

  </interface>