Skip to content

Commit

Permalink
[giow] (0) HTMLElement.inert IDL attribute
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22849
Affected topics: DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@8140 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2013
1 parent 8920ede commit 4a0ecc4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Expand Up @@ -9289,6 +9289,7 @@ <h4 id=elements-in-the-dom><span class=secno>3.2.2 </span>Elements in the DOM</h

// <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>();
Expand Down Expand Up @@ -75564,6 +75565,10 @@ <h4 id=the-inert-attribute><span class=secno>8.2.1 </span>The <dfn title=attr-in
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>
Expand Down
5 changes: 5 additions & 0 deletions index
Expand Up @@ -9289,6 +9289,7 @@ partial /*sealed*/ interface <dfn id=document>Document</dfn> {

// <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>();
Expand Down Expand Up @@ -75564,6 +75565,10 @@ loadMySprites().then(runDemo);</pre>
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>
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -9128,6 +9128,7 @@ partial /*sealed*/ interface <dfn>Document</dfn> {

// <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>();
Expand Down Expand Up @@ -84640,6 +84641,10 @@ loadMySprites().then(runDemo);</pre>
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>
Expand Down

0 comments on commit 4a0ecc4

Please sign in to comment.