cssom/idl/CSSCharsetRule.idl

Fri, 15 Mar 2013 08:52:20 +0100

author
Simon Pieters <simonp@opera.com>
date
Fri, 15 Mar 2013 08:52:20 +0100
changeset 7759
654203ca5641
parent 6523
961ed47ad0fc
permissions
-rw-r--r--

correct instructions in README

     1 [Documentation=
     2  "<p>The {@name} {@type} represents an <code>@charset</code> rule.</p>"
     3 ]
     4 interface CSSCharsetRule : CSSRule {
     6   [Documentation=
     7    "<p>The {@name} {@type} must return the encoding information specified by the <code>@charset</code> rule.</p>"
     8   ]
     9   attribute DOMString encoding;
    11 };

mercurial