This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14372 - interface HTMLElement : Element { // metadata attributes attribute DOMString title; attribute DOMString lang; attribute DOMString dir; attribute DOMString className; readonly attribute DOMTokenList classList
Summary: interface HTMLElement : Element { // metadata attributes attribu...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 03:44 UTC by contributor
Modified: 2011-10-04 07:39 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-10-04 03:44:20 UTC
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