blob: 9a97b7c0a21f18429c40443e40fed348b71aaeba [file]
enum AriaNotifyInterrupt { "none", "all", "pending" };
enum AriaNotifyPriority { "normal", "high" };
dictionary AriaNotificationOptions {
AriaNotifyPriority priority = "normal";
[RuntimeEnabled=AriaNotifyV2] AriaNotifyInterrupt interrupt = "none";
[RuntimeEnabled=AriaNotifyV2] DOMString type = "";
};