1# From WebKit svn r66165 (WebCore/html/HTMLAttributeNames.in) 2abbr 3accept 4accept_charset 5accesskey 6action 7align 8alink 9alt 10archive 11aria-activedescendant 12aria-atomic 13aria-busy 14aria-checked 15aria-controls 16aria-describedby 17aria-disabled 18aria-dropeffect 19aria-expanded 20aria-flowto 21aria-grabbed 22aria-haspopup 23aria-help 24aria-hidden 25aria-label 26aria-labeledby 27aria-labelledby 28aria-level 29aria-live 30aria-multiselectable 31aria-orientation 32aria-owns 33aria-pressed 34aria-readonly 35aria-relevant 36aria-required 37aria-selected 38aria-valuemax 39aria-valuemin 40aria-valuenow 41aria-valuetext 42async 43autocomplete 44autofocus 45autoplay 46autosave 47axis 48background 49behavior 50bgcolor 51bgproperties 52border 53bordercolor 54cellborder 55cellpadding 56cellspacing 57challenge 58char 59charoff 60charset 61checked 62cite 63class 64classid 65clear 66code 67codebase 68codetype 69color 70cols 71colspan 72compact 73composite 74content 75contenteditable 76controls 77coords 78data 79datetime 80declare 81defer 82dir 83direction 84disabled 85draggable 86enctype 87end 88event 89expanded 90face 91focused 92for 93formnovalidate 94frame 95frameborder 96headers 97height 98hidden 99high 100href 101hreflang 102hspace 103http_equiv 104id 105incremental 106indeterminate 107ismap 108keytype 109label 110lang 111language 112leftmargin 113link 114list 115longdesc 116loop 117loopend 118loopstart 119low 120lowsrc 121manifest 122marginheight 123marginwidth 124max 125maxlength 126mayscript 127media 128method 129min 130multiple 131name 132nohref 133noresize 134noshade 135novalidate 136nowrap 137object 138onabort 139onbeforecopy 140onbeforecut 141onbeforeload 142onbeforepaste 143onbeforeprocess 144onbeforeunload 145onblur 146oncanplay 147oncanplaythrough 148onchange 149onclick 150oncontextmenu 151oncopy 152oncut 153ondblclick 154ondrag 155ondragend 156ondragenter 157ondragleave 158ondragover 159ondragstart 160ondrop 161ondurationchange 162onemptied 163onended 164onerror 165onfocus 166onfocusin 167onfocusout 168onhashchange 169oninput 170oninvalid 171onkeydown 172onkeypress 173onkeyup 174onload 175onloadeddata 176onloadedmetadata 177onloadstart 178onmousedown 179onmousemove 180onmouseout 181onmouseover 182onmouseup 183onmousewheel 184onoffline 185ononline 186onorientationchange 187onpagehide 188onpageshow 189onpaste 190onpause 191onplay 192onplaying 193onpopstate 194onprogress 195onratechange 196onreset 197onresize 198onscroll 199onsearch 200onseeked 201onseeking 202onselect 203onselectstart 204onstalled 205onstorage 206onsubmit 207onsuspend 208ontimeupdate 209ontouchcancel 210ontouchend 211ontouchmove 212ontouchstart 213onunload 214onvolumechange 215onwaiting 216onwebkitanimationend 217onwebkitanimationiteration 218onwebkitanimationstart 219onwebkitbeginfullscreen 220onwebkitendfullscreen 221onwebkittransitionend 222optimum 223pattern 224placeholder 225playcount 226pluginurl 227poster 228precision 229preload 230primary 231profile 232progress 233prompt 234readonly 235rel 236required 237results 238rev 239role 240rows 241rowspan 242rules 243sandbox 244scheme 245scope 246scrollamount 247scrolldelay 248scrolling 249selected 250shape 251size 252sortable 253sortdirection 254span 255speech 256spellcheck 257src 258standby 259start 260step 261style 262summary 263tabindex 264tableborder 265target 266text 267title 268top 269topmargin 270truespeed 271type 272usemap 273valign 274value 275valuetype 276version 277viewsource 278vlink 279vspace 280webkitdirectory 281width 282wrap 283 284# Removed from WebKit between r53119 and r56558 285autobuffer 286 287# Removed from WebKit between r14011 and r53119 288left 289pagex 290pagey 291plain 292pluginpage 293pluginspage 294 295# was in khtml in 2004, but is no longer in WebCore 296accept-charset 297html 298http-equiv 299nosave 300oversrc 301unknown 302visibility 303z-index 304 305# From Mozilla CVS 2006-04-15 (mozilla/layout/style/xbl-marquee) 306bounce 307finish 308onbounce 309onfinish 310onstart 311 312 313# IE specific, from msdn.microsoft.com/workshop/author/dhtml/reference/properties 314acceptcharset 315allowtransparency 316balance 317choff 318datafld 319dataformatas 320datapagesize 321datasrc 322dynsrc 323framespacing 324galleryimg 325hidefocus 326methods 327scroll 328units 329urn 330volume 331 332# From Mozilla CVS 2006-04-15 (mozilla/content/base/src/nsGkAtomList.h) 333# To get these, I used: 334# ggrep -r "Get.*Attr" * | perl -ne 'if (/nsHTMLAtoms::(\w+)/) { \ 335# system("grep \\($1, content/base/src/nsGkAtomList.h"); }' \ 336# | cut -d\" -f2 | sort -u 337autocheck 338base 339bottommargin 340event 341font-weight 342handler 343layout 344observer 345ping 346point-size 347rightmargin 348variable 349 350# events from Mozilla CVS 2006-04-15 (mozilla/content/base/src/nsGkAtomList.h) 351# cat nsGkAtomList.h | grep GK_ATOM | cut -d\" -f2 | egrep "^on[a-z]+" 352onzoom 353onunderflow 354ontext 355onset 356onpopupshown 357onpopupshowing 358onpopuphiding 359onpopuphidden 360onpaint 361onpageshow 362onpagehide 363onoverflowchanged 364onoverflow 365onget 366ondraggesture 367ondragexit 368ondragdrop 369oncompositionstart 370oncompositionend 371oncommandupdate 372oncommand 373onclose 374