mirror of
https://github.com/servo/servo
synced 2026-05-03 21:02:19 +02:00
@@ -8,8 +8,8 @@
|
||||
[Exposed=(Window,Worker)]
|
||||
interface mixin ActivatableElement {
|
||||
[Throws, Pref="dom.testing.element.activation.enabled"]
|
||||
void enterFormalActivationState();
|
||||
undefined enterFormalActivationState();
|
||||
|
||||
[Throws, Pref="dom.testing.element.activation.enabled"]
|
||||
void exitFormalActivationState();
|
||||
undefined exitFormalActivationState();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user