<?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>14372</bug_id>
          
          <creation_ts>2011-10-04 03:44:20 +0000</creation_ts>
          <short_desc>interface HTMLElement : Element {   // metadata attributes            attribute DOMString title;            attribute DOMString lang;            attribute DOMString dir;            attribute DOMString className;   readonly attribute DOMTokenList classList</short_desc>
          <delta_ts>2011-10-04 07:39:16 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#elements-in-the-dom</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>jackalmage</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>57750</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-10-04 03:44:20 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html
Multipage: http://www.whatwg.org/C#elements-in-the-dom
Complete: http://www.whatwg.org/c#elements-in-the-dom

Comment:
interface HTMLElement : Element {   // metadata attributes	     
attribute DOMString title;	      attribute DOMString lang; 	  
attribute DOMString dir;	    attribute DOMString className;   readonly
attribute DOMTokenList classList;   readonly attribute DOMStringMap dataset;  
 // microdata		  attribute boolean itemScope;		  attribute
DOMString itemType;	       attribute DOMString itemId;  
[PutForwards=value] readonly attribute DOMSettableTokenList itemRef;  
[PutForwards=value] readonly attribute DOMSettableTokenList itemProp;  
readonly attribute HTMLPropertiesCollection properties; 	   attribute
any itemValue;	  // user interaction		 attribute boolean hidden;  
void click();		 attribute long tabIndex;   void focus();   void
blur(); 	   attribute DOMString accessKey;   readonly attribute
DOMString accessKeyLabel;	     attribute boolean draggable;  
[PutForwards=value] readonly attribute DOMSettableTokenList dropzone;	      
  attribute DOMString contentEditable;	 readonly attribute boolean
isContentEditable;	      attribute HTMLMenuElement? contextMenu;	      
  attribute boolean spellcheck;    // command API   readonly attribute
DOMString? commandType;   readonly attribute DOMString? commandLabel;  
readonly attribute DOMString? commandIcon;   readonly attribute boolean?
commandHidden;	 readonly attribute boolean? commandDisabled;	readonly
attribute boolean? commandChecked;    // styling   readonly attribute
CSSStyleDeclaration style;    // event handler IDL attributes  
[TreatNonCallableAsNull] attribute Function? onabort;  
[TreatNonCallableAsNull] attribute Function? onblur;  
[TreatNonCallableAsNull] attribute Function? oncanplay;  
[TreatNonCallableAsNull] attribute Function? oncanplaythrough;	
[TreatNonCallableAsNull] attribute Function? onchange;	
[TreatNonCallableAsNull] attribute Function? onclick;  
[TreatNonCallableAsNull] attribute Function? oncontextmenu;  
[TreatNonCallableAsNull] attribute Function? oncuechange;  
[TreatNonCallableAsNull] attribute Function? ondblclick;  
[TreatNonCallableAsNull] attribute Function? ondrag;  
[TreatNonCallableAsNull] attribute Function? ondragend;  
[TreatNonCallableAsNull] attribute Function? ondragenter;  
[TreatNonCallableAsNull] attribute Function? ondragleave;  
[TreatNonCallableAsNull] attribute Function? ondragover;  
[TreatNonCallableAsNull] attribute Function? ondragstart;  
[TreatNonCallableAsNull] attribute Function? ondrop;  
[TreatNonCallableAsNull] attribute Function? ondurationchange;	
[TreatNonCallableAsNull] attribute Function? onemptied;  
[TreatNonCallableAsNull] attribute Function? onended;  
[TreatNonCallableAsNull] attribute Function? onerror;  
[TreatNonCallableAsNull] attribute Function? onfocus;  
[TreatNonCallableAsNull] attribute Function? oninput;  
[TreatNonCallableAsNull] attribute Function? oninvalid;  
[TreatNonCallableAsNull] attribute Function? onkeydown;  
[TreatNonCallableAsNull] attribute Function? onkeypress;  
[TreatNonCallableAsNull] attribute Function? onkeyup;  
[TreatNonCallableAsNull] attribute Function? onload;  
[TreatNonCallableAsNull] attribute Function? onloadeddata;  
[TreatNonCallableAsNull] attribute Function? onloadedmetadata;	
[TreatNonCallableAsNull] attribute Function? onloadstart;  
[TreatNonCallableAsNull] attribute Function? onmousedown;  
[TreatNonCallableAsNull] attribute Function? onmousemove;  
[TreatNonCallableAsNull] attribute Function? onmouseout;  
[TreatNonCallableAsNull] attribute Function? onmouseover;  
[TreatNonCallableAsNull] attribute Function? onmouseup;  
[TreatNonCallableAsNull] attribute Function? onmousewheel;  
[TreatNonCallableAsNull] attribute Function? onpause;  
[TreatNonCallableAsNull] attribute Function? onplay;  
[TreatNonCallableAsNull] attribute Function? onplaying;  
[TreatNonCallableAsNull] attribute Function? onprogress;  
[TreatNonCallableAsNull] attribute Function? onratechange;  
[TreatNonCallableAsNull] attribute Function? onreset;  
[TreatNonCallableAsNull] attribute Function? onscroll;	
[TreatNonCallableAsNull] attribute Function? onseeked;	
[TreatNonCallableAsNull] attribute Function? onseeking;  
[TreatNonCallableAsNull] attribute Function? onselect;	
[TreatNonCallableAsNull] attribute Function? onshow;  
[TreatNonCallableAsNull] attribute Function? onstalled;  
[TreatNonCallableAsNull] attribute Function? onsubmit;	
[TreatNonCallableAsNull] attribute Function? onsuspend;  
[TreatNonCallableAsNull] attribute Function? ontimeupdate;  
[TreatNonCallableAsNull] attribute Function? onvolumechange;  
[TreatNonCallableAsNull] attribute Function? onwaiting; };  interface
HTMLUnknownElement Ready for first implementations Tests: 1 — View... Latest
Internet Explorer beta: unknownLatest Firefox trunk nightly build: excellent
supportLatest WebKit or Chromium trunk build: excellent supportLatest Opera
beta or preview build: excellent supportJavaScript libraries, plugins, etc:
unknown 2011-08-12 Ms2ger  : HTMLElement { };

Posted from: 98.244.90.121
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.58 Safari/535.2</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>