diff options
Diffstat (limited to 'tdehtml/misc/htmlattrs.in')
-rw-r--r-- | tdehtml/misc/htmlattrs.in | 157 |
1 files changed, 157 insertions, 0 deletions
diff --git a/tdehtml/misc/htmlattrs.in b/tdehtml/misc/htmlattrs.in new file mode 100644 index 000000000..263b2fd7b --- /dev/null +++ b/tdehtml/misc/htmlattrs.in @@ -0,0 +1,157 @@ +# First, list attributes with a case-insensitive value +accept-charset +accept +accesskey +align +alink +autocomplete +axis +behavior +bgcolor +bgproperties +border +bordercolor +cellpadding +cellspacing +char +challenge +charoff +charset +checked +clear +codetype +color +cols +colspan +compact +contenteditable +coords +declare +defer +dir +direction +disabled +enctype +face +frame +frameborder +height +hidden +hreflang +hspace +html +http-equiv +ismap +lang +language +left +leftmargin +link +loop +marginheight +marginwidth +maxlength +media +method +multiple +nohref +noresize +nosave +noshade +nowrap +onabort +onerror +onresize +oversrc +pagex +pagey +plain +pluginpage +pluginspage +pluginurl +readonly +rel +rev +rows +rowspan +rules +scope +scrollamount +scrolldelay +scrolling +selected +shape +size +span +start +style +tabindex +target +text +top +topmargin +truespeed +type +unknown +valign +valuetype +version +visibility +vlink +vspace +width +wrap +z-index +END_CI_ATTRIBUTES + +# Then attributes listed as [CS] and [CT] in the HTML specification, +# which value is to be treated case sensitively. +abbr +action +alt +archive +background +cite +class +classid +code +codebase +content +data +datetime +for +headers +href +id +label +longdesc +name +object +onblur +onchange +onclick +ondblclick +onfocus +onkeydown +onkeypress +onkeyup +onload +onmousedown +onmousemove +onmouseout +onmouseover +onmouseup +onreset +onselect +onscroll +onsubmit +onunload +profile +prompt +scheme +src +standby +summary +title +usemap +value |