<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>22849</bug_id>
          
          <creation_ts>2013-07-31 19:41:21 +0000</creation_ts>
          <short_desc>there is no IDL dom attribute for inert state of element</short_desc>
          <delta_ts>2013-08-14 20:19:56 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#global-attributes</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>nekr.fabula</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>91471</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2013-07-31 19:41:21 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html
Multipage: http://www.whatwg.org/C#global-attributes
Complete: http://www.whatwg.org/c#global-attributes
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html

Comment:
there is no IDL dom attribute for inert state of element

Posted from: 95.84.151.114
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91478</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-07-31 21:25:27 +0000</bug_when>
    <thetext>What&apos;s the use case?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91883</commentid>
    <comment_count>2</comment_count>
    <who name="Arthur Stolyar">nekr.fabula</who>
    <bug_when>2013-08-12 11:56:59 +0000</bug_when>
    <thetext>May be for custom html widgets, which might be disabled programmatically (actually be inert), instead of manually prevent events to be fired on what elements.

Example:

MyCustomControl.disabled = function() {
this.element.inert = true;
}

MyCustomControl.disable();

If you meant why &quot;inert&quot; attribute should have corresponding DOM idl property of element, then I should ask--why other attributes have?

P.S. Sorry for anonymous bug report.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91942</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-08-12 23:11:58 +0000</bug_when>
    <thetext>Oh you mean a reflection attribute for the content attribute, not an attribute that reports the current state, I see. My apologies. Yeah, not having that is just an oversight, my bad.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91943</commentid>
    <comment_count>4</comment_count>
    <who name="">contributor</who>
    <bug_when>2013-08-12 23:12:21 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r8140.
Check-in comment: HTMLElement.inert IDL attribute
http://html5.org/tools/web-apps-tracker?from=8139&amp;to=8140</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91952</commentid>
    <comment_count>5</comment_count>
    <who name="Arthur Stolyar">nekr.fabula</who>
    <bug_when>2013-08-13 00:18:16 +0000</bug_when>
    <thetext>I was glad to help :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>92060</commentid>
    <comment_count>6</comment_count>
    <who name="">contributor</who>
    <bug_when>2013-08-14 20:19:56 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r8144.
Check-in comment: Ack for r8140
http://html5.org/tools/web-apps-tracker?from=8143&amp;to=8144</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>