http://www.w3.org/DOM/DOMTM git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225913 13f79535-47bb-0310-9956-ffa450edef68
14 lines
343 B
XML
14 lines
343 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- CSSUnknownRule interface -->
|
|
|
|
<interface name="CSSUnknownRule" inherits="CSSRule"
|
|
id="CSS-CSSUnknownRule" since="DOM Level 2">
|
|
<descr>
|
|
<p>
|
|
The <code>CSSUnknownRule</code> interface represents an at-rule not
|
|
supported by this user agent.
|
|
</p>
|
|
</descr>
|
|
|
|
</interface>
|