From 6cc5176fa3b1f825899cc1dec3f6b410b77c9a80 Mon Sep 17 00:00:00 2001
From: Luke Warlow
The following attribute change
- steps, given element, localName, oldValue,
- value, and namespace are used for dialog
elements:
If namespace is not null, then return.
If localName is not open
, then
- return.
If value is null:
- -Remove element from element's - node document's open dialogs list.
If element's close watcher is - not null, then:
- -Destroy element's close watcher.
Set element's close watcher to - null.
The tabindex
attribute must not be specified on
dialog
elements.
The following attribute change
+ steps, given element, localName, oldValue,
+ value, and namespace are used for dialog
elements:
If namespace is not null, then return.
If localName is not open
, then
+ return.
If value is null:
+ +Remove element from element's + node document's open dialogs list.
If element's close watcher is not + null, then:
+ +Destroy element's close watcher.
Set element's close watcher to + null.
The close(returnValue)
method steps are: