From 67aae294d1410725113c4049e65391233d4f1ba1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?=
subject can additionally become inert via the
+ inert
attribute, but only if specified on subject
+ itself (i.e., subject escapes inertness of ancestors); subject's
+ flat tree descendants can become inert in a similar fashion.
The dialog
element's showModal()
method causes this mechanism to trigger, by
@@ -75971,8 +75974,9 @@ END:VCARD
inert
attributeThe inert
attribute is a boolean attribute that
- indicates, by its presence, that the element and all its flat tree descendants are
- to be made inert by the user agent.
By default, there is no persistent visual indication of a subtree being inert.
Authors are encouraged to clearly mark what parts of their document are active and which are
From b32781ee9c378dcf9f5e8f5a1681cb6f21d25c5b Mon Sep 17 00:00:00 2001
From: Domenic Denicola
subject can additionally become inert via the
- inert
attribute, but only if specified on subject
- itself (i.e., subject escapes inertness of ancestors); subject's
- flat tree descendants can become inert in a similar fashion.
+
subject can additionally become inert via the inert
attribute, but only if specified on subject itself
+ (i.e., subject escapes inertness of ancestors); subject's flat
+ tree descendants can become inert in a similar fashion.
The dialog
element's showModal()
method causes this mechanism to trigger, by