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