[html5] r8140 - [giow] (0) HTMLElement.inert IDL attribute Fixing https://www.w3.org/Bugs/Public [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 12 16:12:15 PDT 2013
Author: ianh
Date: 2013-08-12 16:12:13 -0700 (Mon, 12 Aug 2013)
New Revision: 8140
Modified:
complete.html
index
source
Log:
[giow] (0) HTMLElement.inert IDL attribute
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22849
Affected topics: DOM APIs, HTML
Modified: complete.html
===================================================================
--- complete.html 2013-08-12 21:08:37 UTC (rev 8139)
+++ complete.html 2013-08-12 23:12:13 UTC (rev 8140)
@@ -9289,6 +9289,7 @@
// <a href=#editing>user interaction</a>
attribute boolean <a href=#dom-hidden title=dom-hidden>hidden</a>;
+ attribute boolean <a href=#dom-inert title=dom-inert>inert</a>;
void <a href=#dom-click title=dom-click>click</a>();
attribute long <a href=#dom-tabindex title=dom-tabindex>tabIndex</a>;
void <a href=#dom-focus title=dom-focus>focus</a>();
@@ -75564,7 +75565,11 @@
are not obviously inert. For individual controls, the <code title=attr-input-disabled>disabled</code> attribute is probably
more appropriate.</p>
+ <p>The <dfn id=dom-inert title=dom-inert><code>inert</code></dfn> IDL
+ attribute must <a href=#reflect>reflect</a> the content attribute of the
+ same name.</p>
+
<!--TOPIC:DOM APIs-->
<h3 id=activation><span class=secno>8.3 </span>Activation</h3>
Modified: index
===================================================================
--- index 2013-08-12 21:08:37 UTC (rev 8139)
+++ index 2013-08-12 23:12:13 UTC (rev 8140)
@@ -9289,6 +9289,7 @@
// <a href=#editing>user interaction</a>
attribute boolean <a href=#dom-hidden title=dom-hidden>hidden</a>;
+ attribute boolean <a href=#dom-inert title=dom-inert>inert</a>;
void <a href=#dom-click title=dom-click>click</a>();
attribute long <a href=#dom-tabindex title=dom-tabindex>tabIndex</a>;
void <a href=#dom-focus title=dom-focus>focus</a>();
@@ -75564,7 +75565,11 @@
are not obviously inert. For individual controls, the <code title=attr-input-disabled>disabled</code> attribute is probably
more appropriate.</p>
+ <p>The <dfn id=dom-inert title=dom-inert><code>inert</code></dfn> IDL
+ attribute must <a href=#reflect>reflect</a> the content attribute of the
+ same name.</p>
+
<!--TOPIC:DOM APIs-->
<h3 id=activation><span class=secno>8.3 </span>Activation</h3>
Modified: source
===================================================================
--- source 2013-08-12 21:08:37 UTC (rev 8139)
+++ source 2013-08-12 23:12:13 UTC (rev 8140)
@@ -9128,6 +9128,7 @@
// <span>user interaction</span>
attribute boolean <span title="dom-hidden">hidden</span>;
+ attribute boolean <span title="dom-inert">inert</span>;
void <span title="dom-click">click</span>();
attribute long <span title="dom-tabindex">tabIndex</span>;
void <span title="dom-focus">focus</span>();
@@ -84640,7 +84641,11 @@
title="attr-input-disabled">disabled</code> attribute is probably
more appropriate.</p>
+ <p>The <dfn title="dom-inert"><code>inert</code></dfn> IDL
+ attribute must <span>reflect</span> the content attribute of the
+ same name.</p>
+
<!--TOPIC:DOM APIs-->
<h3>Activation</h3>
More information about the Commit-Watchers
mailing list