mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add CSSNamespaceRule.{namespaceURI, prefix}
This commit is contained in:
parent
64442090ba
commit
8108fc465a
3 changed files with 18 additions and 3 deletions
|
@ -5,6 +5,6 @@
|
|||
// https://drafts.csswg.org/cssom/#the-cssnamespacerule-interface
|
||||
[Exposed=Window]
|
||||
interface CSSNamespaceRule : CSSRule {
|
||||
// readonly attribute DOMString namespaceURI;
|
||||
// readonly attribute DOMString prefix;
|
||||
readonly attribute DOMString namespaceURI;
|
||||
readonly attribute DOMString prefix;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue