Warning, /sdk/pology/spec/html.l1 is written in an unsupported language. File is not indexed.
0001 # Lightweight specification of HTML 4.01. 0002 0003 a : href name onclick onmouseout onmouseover target title; 0004 address :; 0005 applet : align archive border code codebase height hspace mayscript name vspace width; 0006 area : alt coords href nohref onclick shape target title; 0007 b :; 0008 base : href target; 0009 basefont :; 0010 big :; 0011 blockquote :; 0012 body : alink background bgcolor bgproperties leftmargin link marginheight marginwidth onload scroll stylesrc text topmargin vlink; 0013 br : clear; 0014 button : accesskey disabled name onclick tabindex type value; 0015 caption : align valign; 0016 center :; 0017 cite :; 0018 code :; 0019 col : align bgcolor span width; 0020 colgroup : align span width; 0021 dd :; 0022 del :; 0023 dfn :; 0024 dir :; 0025 div : align; 0026 dl : compact; 0027 dt :; 0028 em :; 0029 fieldset :; 0030 font : color face size; 0031 form : action enctype method name onreset onsubmit target; 0032 frame : bordercolor frameborder marginheight marginwidth name noresize scrolling src; 0033 frameset : border bordercolor cols frameborder framespacing rows; 0034 h1 : align; 0035 h2 : align; 0036 h3 : align; 0037 h4 : align; 0038 h5 : align; 0039 h6 : align; 0040 head :; 0041 hr : align color noshade size width; 0042 html :; 0043 i :; 0044 iframe : align frameborder height hspace longdesc marginheight marginwidth name scrolling src vspace width; 0045 img : align alt border controls dynsrc height hspace ismap longdesc loop lowsrc naturalsizeflag nosave onload src start suppress usemap vspace width; 0046 input : align alt autocomplete border checked disabled height hspace language lowsrc maxlength name onblur onchange onclick onfocus onkeydown onkeypress onkeyup readonly size src tabindex type value vspace width; 0047 ins :; 0048 isindex : action prompt; 0049 kbd :; 0050 label : for; 0051 legend : align; 0052 li : type value; 0053 link : href media rel rev title type; 0054 map : name; 0055 menu :; 0056 meta : content equiv name; 0057 noframes :; 0058 noscript :; 0059 ol : start type; 0060 option : selected value; 0061 p : align clear; 0062 param : name value; 0063 pre :; 0064 s :; 0065 samp :; 0066 script : defer event for language src type; 0067 select : disabled language multiple name onblur onchange onfocus readonly size tabindex; 0068 small :; 0069 span :; 0070 strike :; 0071 strong :; 0072 style : media type; 0073 sub :; 0074 sup :; 0075 table : align background bgcolor border bordercolor bordercolordark bordercolorlight cellpadding cellspacing frame height hspace rules summary vspace width; 0076 tbody :; 0077 td : align background bgcolor bordercolor bordercolordark bordercolorlight colspan height nowrap rowspan valign width; 0078 textarea : cols disabled language name onchange onkeypress readonly rows tabindex wrap; 0079 tfoot :; 0080 th :; 0081 thead :; 0082 title :; 0083 tr : align background bgcolor bordercolor bordercolordark bordercolorlight halign valign; 0084 tt :; 0085 u :; 0086 ul : type; 0087 var :; 0088 xmp :; 0089 0090 # Dummy tag for common attributes. 0091 pe-common-attrib : id style;