[Bug 14362] New: // metadata attributes attribute DOMString title; attribute DOMString lang; attribute DOMString dir; attribute DOMString className; readonly attribute DOMTokenList classList; readonly attribute DOMStringMap

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14362

           Summary: // metadata attributes            attribute DOMString
                    title;            attribute DOMString lang;
                    attribute DOMString dir;            attribute
                    DOMString className;   readonly attribute DOMTokenList
                    classList;   readonly attribute DOMStringMap
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#ele
                    ments-in-the-dom
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


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:
  // 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; }; 

Posted from: 98.244.90.121
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like
Gecko) Chrome/14.0.835.187 Safari/535.1

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 3 October 2011 07:56:12 UTC