/etc/hsc.prefs is in hsc 0.934-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 | <* $Id: hsc.prefs,v 1.21 2004/02/05 09:45:18 mb Exp mb $
**
** This is the config file for HSC
**
** It defines all tags of XHTML 1.0 and HTML 4.01,
** and all entities for the ISO-Latin-1 charset.
**
** (C) 2001-2003 Matthias Bethke
** released under GPL als part of HSC
**
*>
<* Some definitions for later use in tag declaration; they roughly
* correspond to the entities by the same name in the HTML4.01/strict DTD
*>
<$varlist __coreattrs /LAZY='icyt'> <* HTML4 %coreattrs *>
<$varlist __i18n /LAZY='ld'> <* HTML4 %i18n attrs *>
<$varlist __attrs /LAZY='v' [__coreattrs] [__i18n]><* HTML4 %attrs *>
<* some ENUMs *>
<$varlist __Align ALIGN:enum("left|center|right|justify")> <* general alignment *>
<$varlist __IAlign ALIGN:enum("top|middle|bottom|left|right")> <* image alignment *>
<$varlist __Shape SHAPE:enum("rect|circle|poly|default")> <* for AREA etc. *>
<* These are not needed (yet)
<$define __elem-pureblock:string/CONST="address|blockquote|center|dir|div|dl|fieldset|form|h1|h2|h3|h4|h5|h6|hr|isindex|menu|noframes|noscript|ol|p|pre|table|ul">
<$define __elem-kindablock:string/CONST="dd|dt|frameset|li|tbody|td|tfoot|th|thead|tr">
<$define __elem-block:string/CONST=(__elem-pureblock + __elem-kindablock)>
*>
<$define __elem-inline:string/CONST="a|abbr|acronym|b|basefont|bdo|big|br|cite|code|dfn|em|font|i|img|input|kbd|label|q|s|samp|select|small|span|strike|strong|sub|sup|textarea|tt|u|var">
<* for CSS *>
<$define __css-border-styles:string/CONST="none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset">
<* Shortcut declarations for some frequently used attribute combinations *>
<$varlist __HVAlign ALIGN:enum("left|center|right|justify|char")
VALIGN:enum("top|middle|bottom|baseline")>
<$varlist __HeadingAttrs [__Align] NOWRAP:bool/O SEQNUM:string/O
SKIP:string/O DINGBAT:string/O>
<$varlist __ColumnAttrs SPAN:num WIDTH:string [__HVAlign] CHAR:string
CHAROFF:string>
<$varlist __WidthHeight WIDTH:string HEIGHT:string>
<$varlist __OnFocusOnBlur onFocus:string onBlur:string>
<$varlist __TFrameRules FRAME:enum("void|above|below|hsides|lhs|rhs|vsides|box|border")
RULES:enum("none|groups|rows|cols|all")>
<* Define HSC_ACCESSIBILITY_MOANING to get extra
"recommended attribute missing" warnings for stuff recommended in the
W3C Accessibility Guidelines for non-visual user agents *>
<$if COND=(defined HSC_ACCESSIBILITY_MOANING)>
<$varlist __Alt ALT:string/RCMD>
<$varlist __Summary SUMMARY:string/RCMD>
<$varlist __Abbr ABBR:string/RCMD>
<$varlist __TabIndex TABINDEX:num/RCMD>
<$varlist __AccessKey ACCESSKEY:string/RCMD>
<$else>
<$varlist __Alt ALT:string>
<$varlist __Summary SUMMARY:string>
<$varlist __Abbr ABBR:string>
<$varlist __TabIndex TABINDEX:num>
<$varlist __AccessKey ACCESSKEY:string>
</$if>
<* Some attributes get treated differently in XHTML mode (also see below) *>
<$if COND=(defined HSC.OPTS.XHTML)>
<$varlist __Background>
<$varlist __BodyColors>
<$varlist __Compact>
<$varlist __Focus [__TabIndex] [__AccessKey] [__OnFocusOnBlur]>
<$varlist __Target>
<$define __applet:string=''>
<$else>
<$varlist __Background BGCOLOR:color BACKGROUND:uri/O>
<$varlist __BodyColors TEXT:color LINK:color VLINK:color ALINK:color
BGCOLOR:color>
<$varlist __Compact COMPACT:bool>
<$varlist __Focus [__AccessKey] [__OnFocusOnBlur]>
<$varlist __Target TARGET:string>
<$define __applet:string='applet|'>
</$if>
<* some HSC defaults *>
<$define HSC.CLICK-HERE:string/c="click|here|klicken">
<$define HSC.COLOR-NAMES:string/c="aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow">
<************>
<* entities *>
<************>
<$defent NAME="nbsp" RPLC=" " NUM="160">
<$defent NAME="iexcl" RPLC="¡" NUM="161">
<$defent NAME="cent" RPLC="¢" NUM="162">
<$defent NAME="pound" RPLC="£" NUM="163">
<$defent NAME="curren" RPLC="¤" NUM="164">
<$defent NAME="yen" RPLC="¥" NUM="165">
<$defent NAME="brvbar" RPLC="¦" NUM="166">
<$defent NAME="sect" RPLC="§" NUM="167">
<$defent NAME="die" RPLC="¨" NUM="168">
<$defent NAME="copy" RPLC="©" NUM="169">
<$defent NAME="ordf" RPLC="ª" NUM="170">
<$defent NAME="laquo" RPLC="«" NUM="171">
<$defent NAME="not" RPLC="¬" NUM="172">
<$defent NAME="shy" RPLC="" NUM="173">
<$defent NAME="reg" RPLC="®" NUM="174">
<$defent NAME="macr" RPLC="¯" NUM="175">
<$defent NAME="deg" RPLC="°" NUM="176">
<$defent NAME="plusmn" RPLC="±" NUM="177">
<$defent NAME="sup2" RPLC="²" NUM="178">
<$defent NAME="sup3" RPLC="³" NUM="179">
<$defent NAME="acute" RPLC="´" NUM="180">
<$defent NAME="micro" RPLC="µ" NUM="181">
<$defent NAME="para" RPLC="¶" NUM="182">
<$defent NAME="middot" RPLC="·" NUM="183">
<$defent NAME="cedil" RPLC="¸" NUM="184">
<$defent NAME="sup1" RPLC="¹" NUM="185">
<$defent NAME="ordm" RPLC="º" NUM="186">
<$defent NAME="raquo" RPLC="»" NUM="187">
<$defent NAME="frac14" RPLC="¼" NUM="188">
<$defent NAME="frac12" RPLC="½" NUM="189">
<$defent NAME="frac34" RPLC="¾" NUM="190">
<$defent NAME="iquest" RPLC="¿" NUM="191">
<$defent NAME="Agrave" RPLC="À" NUM="192">
<$defent NAME="Aacute" RPLC="Á" NUM="193">
<$defent NAME="Acirc" RPLC="Â" NUM="194">
<$defent NAME="Atilde" RPLC="Ã" NUM="195">
<$defent NAME="Auml" RPLC="Ä" NUM="196">
<$defent NAME="Aring" RPLC="Å" NUM="197">
<$defent NAME="AElig" RPLC="Æ" NUM="198">
<$defent NAME="Ccedil" RPLC="Ç" NUM="199">
<$defent NAME="Egrave" RPLC="È" NUM="200">
<$defent NAME="Eacute" RPLC="É" NUM="201">
<$defent NAME="Ecirc" RPLC="Ê" NUM="202">
<$defent NAME="Euml" RPLC="Ë" NUM="203">
<$defent NAME="Igrave" RPLC="Ì" NUM="204">
<$defent NAME="Iacute" RPLC="Í" NUM="205">
<$defent NAME="Icirc" RPLC="Î" NUM="206">
<$defent NAME="Iuml" RPLC="Ï" NUM="207">
<$defent NAME="ETH" RPLC="Ð" NUM="208">
<$defent NAME="Ntilde" RPLC="Ñ" NUM="209">
<$defent NAME="Ograve" RPLC="Ò" NUM="210">
<$defent NAME="Oacute" RPLC="Ó" NUM="211">
<$defent NAME="Ocirc" RPLC="Ô" NUM="212">
<$defent NAME="Otilde" RPLC="Õ" NUM="213">
<$defent NAME="Ouml" RPLC="Ö" NUM="214">
<$defent NAME="times" RPLC="×" NUM="215">
<$defent NAME="Oslash" RPLC="Ø" NUM="216">
<$defent NAME="Ugrave" RPLC="Ù" NUM="217">
<$defent NAME="Uacute" RPLC="Ú" NUM="218">
<$defent NAME="Ucirc" RPLC="Û" NUM="219">
<$defent NAME="Uuml" RPLC="Ü" NUM="220">
<$defent NAME="Yacute" RPLC="Ý" NUM="221">
<$defent NAME="THORN" RPLC="Þ" NUM="222">
<$defent NAME="szlig" RPLC="ß" NUM="223">
<$defent NAME="agrave" RPLC="à" NUM="224">
<$defent NAME="aacute" RPLC="á" NUM="225">
<$defent NAME="acirc" RPLC="â" NUM="226">
<$defent NAME="atilde" RPLC="ã" NUM="227">
<$defent NAME="auml" RPLC="ä" NUM="228">
<$defent NAME="aring" RPLC="å" NUM="229">
<$defent NAME="aelig" RPLC="æ" NUM="230">
<$defent NAME="ccedil" RPLC="ç" NUM="231">
<$defent NAME="egrave" RPLC="è" NUM="232">
<$defent NAME="eacute" RPLC="é" NUM="233">
<$defent NAME="ecirc" RPLC="ê" NUM="234">
<$defent NAME="euml" RPLC="ë" NUM="235">
<$defent NAME="igrave" RPLC="ì" NUM="236">
<$defent NAME="iacute" RPLC="í" NUM="237">
<$defent NAME="icirc" RPLC="î" NUM="238">
<$defent NAME="iuml" RPLC="ï" NUM="239">
<$defent NAME="eth" RPLC="ð" NUM="240">
<$defent NAME="ntilde" RPLC="ñ" NUM="241">
<$defent NAME="ograve" RPLC="ò" NUM="242">
<$defent NAME="oacute" RPLC="ó" NUM="243">
<$defent NAME="ocirc" RPLC="ô" NUM="244">
<$defent NAME="otilde" RPLC="õ" NUM="245">
<$defent NAME="ouml" RPLC="ö" NUM="246">
<$defent NAME="divide" RPLC="÷" NUM="247">
<$defent NAME="oslash" RPLC="ø" NUM="248">
<$defent NAME="ugrave" RPLC="ù" NUM="249">
<$defent NAME="uacute" RPLC="ú" NUM="250">
<$defent NAME="ucirc" RPLC="û" NUM="251">
<$defent NAME="uuml" RPLC="ü" NUM="252">
<$defent NAME="yacute" RPLC="ý" NUM="253">
<$defent NAME="thorn" RPLC="þ" NUM="254">
<$defent NAME="yuml" RPLC="ÿ" NUM="255">
<*****************>
<* icon entities *>
<*****************>
<$deficon name="archive">
<$deficon name="audio">
<$deficon name="binary.document">
<$deficon name="binhex.document">
<$deficon name="calculator">
<$deficon name="caution">
<$deficon name="cd.i">
<$deficon name="cd.rom">
<$deficon name="clock">
<$deficon name="compressed.document">
<$deficon name="disk.drive">
<$deficon name="diskette">
<$deficon name="document">
<$deficon name="fax">
<$deficon name="filing.cabinet">
<$deficon name="film">
<$deficon name="fixed.disk">
<$deficon name="folder">
<$deficon name="form">
<$deficon name="ftp">
<$deficon name="glossary">
<$deficon name="gopher">
<$deficon name="home">
<$deficon name="html">
<* <$deficon name="image"> Sorry, this is now an official entity name *>
<$deficon name="index">
<$deficon name="keyboard">
<$deficon name="mail">
<$deficon name="mail.in">
<$deficon name="mail.out">
<$deficon name="map">
<$deficon name="mouse">
<$deficon name="new">
<$deficon name="next">
<$deficon name="notebook">
<$deficon name="parent">
<$deficon name="play.fast.forward">
<$deficon name="play.fast.reverse">
<$deficon name="play.pause">
<$deficon name="play.start">
<$deficon name="play.stop">
<$deficon name="previous">
<$deficon name="printer">
<$deficon name="sadsmiley">
<$deficon name="smiley">
<$deficon name="stop">
<$deficon name="summary">
<$deficon name="telephone">
<$deficon name="telnet">
<$deficon name="text.document">
<$deficon name="tn3270">
<$deficon name="toc">
<$deficon name="trash">
<$deficon name="unknown.document">
<$deficon name="uuencoded.document">
<$deficon name="work">
<$deficon name="www">
<******************>
<* CSS properties *>
<******************>
<* NOTE: pseudo-formats (like a:hover) and font-file definitions are not
* included as these are not intended for STYLE attributes anyway *>
<$defstyle name="font">
<$defstyle name="font-family">
<$defstyle name="font-style" val="italic|oblique|normal">
<$defstyle name="font-variant" val="small-caps|normal">
<$defstyle name="font-size"><*num% "xx-small|x-small|small|medium|large|x-large|xx-large|smaller|larger" *>
<$defstyle name="font-weight" val="normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900">
<$defstyle name="font-stretch" val="wider|narrower|condensed|semi condensed|extra-condensed|ultra-condensed|expanded|semi-expanded|extra-expanded|ultra-expanded|normal">
<$defstyle name="word-spacing"><*num*>
<$defstyle name="letter-spacing"><*num*>
<$defstyle name="text-decoration" val="underline|overline|line-through|blink|none">
<$defstyle name="text-transform" val="capitalize|uppercase|lowercase|none">
<$defstyle name="color"><*color*>
<$defstyle name="text-shadow"><*color "none"*>
<$defstyle name="text-indent"><*-num%*>
<$defstyle name="line-height"><*num%*>
<$defstyle name="vertical-align" val="middle|bottom|baseline|sub|super|text-top|text-bottom">
<$defstyle name="text-align" val="left|center|right|justify">
<$defstyle name="white-space" val="normal|pre|nowrap">
<$defstyle name="margin"><*-num%*>
<$defstyle name="margin-top"><*-num%*>
<$defstyle name="margin-bottom"><*-num%*>
<$defstyle name="margin-left"><*-num%*>
<$defstyle name="margin-right"><*-num%*>
<$defstyle name="padding"><*-num%*>
<$defstyle name="padding-top"><*-num%*>
<$defstyle name="padding-bottom"><*-num%*>
<$defstyle name="padding-left"><*-num%*>
<$defstyle name="padding-right"><*-num%*>
<$defstyle name="border">
<$defstyle name="border-top">
<$defstyle name="border-bottom">
<$defstyle name="border-left">
<$defstyle name="border-right">
<$defstyle name="border-width">
<$defstyle name="border-top-width"><*num "thin|medium|thick"*>
<$defstyle name="border-bottom-width"><*num "thin|medium|thick"*>
<$defstyle name="border-left-width"><*num "thin|medium|thick"*>
<$defstyle name="border-right-width"><*num "thin|medium|thick"*>
<$defstyle name="border-color">
<$defstyle name="border-top-color"><*color "transparent"*>
<$defstyle name="border-bottom-color"><*color "transparent"*>
<$defstyle name="border-left-color"><*color "transparent"*>
<$defstyle name="border-right-color"><*color "transparent"*>
<$defstyle name="border-style">
<$defstyle name="border-top-style" val=(__css-border-styles)>
<$defstyle name="border-bottom-style" val=(__css-border-styles)>
<$defstyle name="border-left-style" val=(__css-border-styles)>
<$defstyle name="border-right-style" val=(__css-border-styles)>
<$defstyle name="background">
<$defstyle name="background-color"><*color*>
<$defstyle name="background-image"><*url*>
<$defstyle name="background-repeat" val="repeat|repeat-x|repeat-y|no-repeat">
<$defstyle name="background-attachment" val="scroll|fixed">
<$defstyle name="background-position" val="top|center|middle|bottom|left|right">
<$defstyle name="list-style">
<$defstyle name="list-style-type" val="decimal|lower-roman|upper-roman|lower-alpha|upper-alpha|lower-latin|upper-latin|disc|circle|square|none|lower-greek|hebrew|decimal-leading-zero|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha">
<$defstyle name="list-style-position" val="inside|outside">
<$defstyle name="list-style-image"><*url*>
<$defstyle name="caption-side" val="top|bottom|left|right">
<$defstyle name="table-layout" val="fixed|auto">
<$defstyle name="border-collapse" val="separate|collapse">
<$defstyle name="border-spacing"><*num%*>
<$defstyle name="empty-cells" val="show|collapse">
<$defstyle name="speak-header-cell" val="always|once">
<$defstyle name="position" val="absolute|fixed|relative|static">
<$defstyle name="top"><*-num% "auto"*>
<$defstyle name="bottom"><*-num% "auto"*>
<$defstyle name="left"><*-num% "auto"*>
<$defstyle name="right"><*-num% "auto"*>
<$defstyle name="width"><*num% "auto"*>
<$defstyle name="min-width"><*num%*>
<$defstyle name="max-width"><*num%*>
<$defstyle name="height"><*num% "auto"*>
<$defstyle name="min-height"><*num%*>
<$defstyle name="max-height"><*num%*>
<$defstyle name="overflow" val="visible|hidden|scroll|auto">
<$defstyle name="direction" val="rtl|ltr">
<$defstyle name="float" val="left|right|none">
<$defstyle name="clear" val="left|right|both|none">
<$defstyle name="z-index"><*number*>
<$defstyle name="display" val="block|inline|list-item|marker|run-in|compact|none|table|inline-table|table-row|table-row-group|table-header-group|table-footer-group|table-column|table-column-group|table-caption">
<$defstyle name="visibility" val="visible|hidden">
<$defstyle name="clip"><*rect*>
<$defstyle name="size" val="auto|landscape|portrait">
<$defstyle name="marks" val="none|crop|cross|crop cross|cross crop">
<$defstyle name="page-break-before" val="always|avoid|left|right|inherit|auto">
<$defstyle name="page-break-after" val="always|avoid|left|right|inherit|auto">
<$defstyle name="orphans" val="1|2|3|4|5|6|7|8|9|10"><*delete val if you're crazy enough to use more than 10 *>
<$defstyle name="widows" val="1|2|3|4|5|6|7|8|9|10"><*see above*>
<$defstyle name="volume" val="silent|x-soft|soft|medium|loud|x-loud">
<$defstyle name="speak" val="none|normal|spell-out">
<$defstyle name="pause">
<$defstyle name="pause-before"><*s-ms-%*>
<$defstyle name="pause-after"><*s-ms-%*>
<$defstyle name="cue">
<$defstyle name="cue-before"><*url*>
<$defstyle name="cue-after"><*url*>
<$defstyle name="play-during">
<$defstyle name="azimuth">
<$defstyle name="elevation" val="below|lower|level|above|higher">
<$defstyle name="speech-rate" val="x-slow|slow|slower|medium|faster|fast|x-fast">
<$defstyle name="voice-family" val="male|female|child"><*too restrictive?*>
<$defstyle name="pitch">
<$defstyle name="pitch-range"><*number*>
<$defstyle name="stress"><*number*>
<$defstyle name="richness"><*number*>
<$defstyle name="speak-punctuation" val="code|none">
<$defstyle name="speak-numeral" val="digits|continous">
<$defstyle name="cursor" val="auto|default|crosshair|pointer|move|n-resize|ne-resize|e-resize|se-resize|s-resize|sw-resize|w-resize|nw-resize|text|wait|help"><*add url!*>
<* HTML *>
<$deftag ! /SPECIAL>
<$deftag A /CLOSE /NAW="a" /LAZY="hm" /WHTSPC [__attrs] CHARSET:string TYPE:string NAME:id HREFLANG:string [__Target] REL:string REV:string [__Shape] COORDS:string [__Focus]>
<$deftag ABBR /CLOSE /WHTSPC [__attrs]>
<$deftag ACRONYM /CLOSE /WHTSPC [__attrs]>
<$deftag ADDRESS /CLOSE [__attrs]>
<$deftag AREA /MBI="map" /EMPTY [__Shape] COORDS:string HREF:uri [__Target] NOHREF:bool ALT:string/R [__Focus]>
<$deftag B /CLOSE /WHTSPC [__attrs]>
<$deftag BASE /MBI="head" /EMPTY /ONLYONCE /LAZY='ih' [__Target]>
<$deftag BDO [__coreattrs] LANG:string/RCMD DIR:enum("ltr|rtl")>
<$deftag BIG /CLOSE /NAW="pre" /WHTSPC [__attrs]>
<$deftag BLOCKQUOTE /CLOSE /NAW=(__elem-inline) [__attrs] CITE:uri>
<$deftag BR /LAZY='k' /EMPTY [__coreattrs]>
<$deftag BUTTON /CLOSE /NAW="a|input|select|textarea|label|button|form|isindex|fieldset|iframe" [__attrs] NAME:id VALUE:string TYPE:enum("button|submit|reset") DISABLED:bool [__Focus]>
<$deftag CAPTION /CLOSE /MBI="fig|table" [__attrs] ALIGN:enum("top|bottom|left|right")>
<$deftag CITE /CLOSE /WHTSPC [__attrs]>
<$deftag CODE /CLOSE /WHTSPC [__attrs]>
<$deftag COL /EMPTY /MBI="table|colgroup" [__attrs] [__ColumnAttrs]>
<$deftag DD /AUTOCLOSE /MBI="dl" [__attrs]>
<$deftag DEL /CLOSE /WHTSPC [__attrs] CITE:uri DATETIME:string>
<$deftag DFN /CLOSE /WHTSPC [__attrs]>
<$deftag DIV /CLOSE /NAW=(__elem-inline) [__attrs] NOWRAP:bool/O [__Align]>
<$deftag DL /CLOSE /NAW=(__elem-inline) [__attrs] [__Compact]>
<$deftag DT /AUTOCLOSE /MBI="dl" [__attrs]>
<$deftag EM /CLOSE /WHTSPC [__attrs]>
<$deftag FIELDSET /CLOSE [__attrs]>
<$deftag FORM /CLOSE /NAW=(__elem-inline + "|form") [__attrs] ACTION:uri/R METHOD:enum("get|post") ENCTYPE:string ACCEPT:string NAME:string onSubmit:string onReset:string [__Target] ACCEPT-CHARSET:string SCRIPT:string/O>
<$deftag FRAME /EMPTY /MBI="frameset" [__coreattrs] LONGDESC:uri NAME:string SRC:uri FRAMEBORDER:enum("1|0") MARGINWIDTH:num MARGINHEIGHT:num NORESIZE:bool SCROLLING:enum("yes|no|auto")>
<$deftag FRAMESET /CLOSE [__coreattrs] ROWS:string COLS:string BORDER:string/J FRAMEBORDER:num/J FRAMESPACING:num/J onLoad:string onUnload:string>
<$deftag H1 /CLOSE /NAW=(__elem-inline + "|h1|h2|h3|h4|h5|h6") /WHTSPC [__attrs] [__HeadingAttrs]>
<$deftag H2 /CLOSE /NAW=(__elem-inline + "|h1|h2|h3|h4|h5|h6") /WHTSPC [__attrs] [__HeadingAttrs]>
<$deftag H3 /CLOSE /NAW=(__elem-inline + "|h1|h2|h3|h4|h5|h6") /WHTSPC [__attrs] [__HeadingAttrs]>
<$deftag H4 /CLOSE /NAW=(__elem-inline + "|h1|h2|h3|h4|h5|h6") /WHTSPC [__attrs] [__HeadingAttrs]>
<$deftag H5 /CLOSE /NAW=(__elem-inline + "|h1|h2|h3|h4|h5|h6") /WHTSPC [__attrs] [__HeadingAttrs]>
<$deftag H6 /CLOSE /NAW=(__elem-inline + "|h1|h2|h3|h4|h5|h6") /WHTSPC [__attrs] [__HeadingAttrs]>
<$deftag HR /EMPTY [__attrs] SRC:uri/Z/O SIZE:string WIDTH:string ALIGN:enum("left|right|center") NOSHADE:bool>
<$deftag I /CLOSE /WHTSPC [__attrs]>
<$deftag IFRAME /NAW="button" [__coreattrs] LONGDESC:uri NAME:string SRC:uri FRAMEBORDER:enum("1|0") MARGINWIDTH:num MARGINHEIGHT:num SCROLLING:enum("yes|no|auto") [__IAlign] HEIGHT:string WIDTH:string>
<$deftag INPUT /EMPTY /NAW="button" [__attrs] TYPE:enum("text|password|checkbox|radio|submit|reset|file|hidden|image|button") NAME:string VALUE:string CHECKED:bool DISABLED:bool READONLY:bool SIZE:string MAXLENGTH:num SRC:uri [__Alt] USEMAP:uri ISMAP:bool TABINDEX:num [__Focus] onSelect:string onChange:string ACCEPT:string [__IAlign]>
<$deftag INS /CLOSE /WHTSPC [__attrs] CITE:uri DATETIME:string>
<$deftag KBD /CLOSE /WHTSPC [__attrs]>
<$deftag LABEL /CLOSE /NAW="button" [__attrs] FOR:string [__AccessKey] [__OnFocusOnBlur]>
<$deftag LEGEND /CLOSE /MBI="fieldset" /NAW=(__elem-inline) [__attrs] [__AccessKey] ALIGN:enum("top|bottom|left|right")>
<$deftag LI /AUTOCLOSE /MBI="ul|ol|dir|menu" [__attrs] VALUE:string SKIP:string/O DINGBAT:string/O TYPE:string/J>
<$deftag LINK /EMPTY /MBI="head" [__attrs] CHARSET:string HREF:uri/x HREFLANG:string TYPE:string REL:string REV:string MEDIA:string URN:string/JERK METHODS:string/JERK>
<$deftag MAP /CLOSE [__attrs] NAME:id>
<$deftag META /EMPTY /MBI="head" [__i18n] HTTP-EQUIV:string NAME:string CONTENT:string/R SCHEME:string>
<$deftag NOFRAMES /MBI=(__applet + "blockquote|body|button|center|dd|del|div|fieldset|form|frameset|iframe|ins|li|map|noscript|object|td|th") /CLOSE [__attrs]>
<$deftag NOSCRIPT /CLOSE /NAW=(__elem-inline) [__attrs]>
<$deftag OBJECT /CLOSE /NAW="pre" [__attrs] DECLARE:bool CLASSID:uri CODEBASE:uri DATA:uri TYPE:string CODETYPE:string ARCHIVE:string STANDBY:string HEIGHT:string WIDTH:string USEMAP:uri NAME:string TABINDEX:num [__IAlign] BORDER:num HSPACE:num VSPACE:num>
<$deftag OPTGROUP /CLOSE /MBI="select" [__attrs] DISABLED:bool LABEL:string>
<$deftag OPTION /AUTOCLOSE /MBI="select|optgroup" [__attrs] SELECTED:bool DISABLED:bool VALUE:string LABEL:string>
<$deftag P /AUTOCLOSE /MBI=(__applet + "address|blockquote|body|button|center|del|dd|div|fieldset|form|iframe|ins|li|map|noframes|noscript|object|td|th") /NAW=(__elem-inline) [__attrs] NOWRAP:bool/O [__Align]>
<$deftag PARAM /EMPTY /LAZY='i' /MBI=(__applet + "object") NAME:string VALUE:string VALUETYPE:enum("data|ref|object") TYPE:string>
<$deftag PRE /CLOSE /NAW=(__elem-inline) [__attrs] WIDTH:num>
<$deftag Q /CLOSE /WHTSPC [__attrs] CITE:uri>
<$deftag SAMP /CLOSE /WHTSPC [__attrs]>
<$deftag SCRIPT /CLOSE /NAW="select|script" CHARSET:string TYPE:string/R LANGUAGE:string/O SRC:uri DEFER:bool EVENT:string FOR:uri>
<$deftag SELECT /CLOSE /MBI="form" /NAW="button" [__attrs] NAME:string/r SIZE:num MULTIPLE:bool ROWS:string/O COLS:string/O DISABLED:bool ERROR:string/O WIDTH:string/O HEIGHT:string/O UNITS:string/O TABINDEX:num [__OnFocusOnBlur] onChange:string>
<$deftag SMALL /CLOSE /NAW="pre" /WHTSPC [__attrs]>
<$deftag SPAN /CLOSE [__attrs]>
<$deftag STRONG /CLOSE /WHTSPC [__attrs]>
<$deftag STYLE /CLOSE /MBI="head" [__i18n] TYPE:string/R MEDIA:string TITLE:string>
<$deftag SUB /CLOSE /NAW="pre" /WHTSPC [__attrs]>
<$deftag SUP /CLOSE /NAW="pre" /WHTSPC [__attrs]>
<$deftag TBODY /AUTOCLOSE /MBI="table" /NAW=(__elem-inline) [__attrs] [__HVAlign]>
<$deftag TD /CLOSE /MBI="tr" /NAW=(__elem-inline) [__attrs] ABBR:string AXIS:string HEADERS:string SCOPE:enum("row|col|rowgroup|colgroup") ROWSPAN:string COLSPAN:string [__HVAlign] NOWRAP:bool NOFLOW:bool/O [__Background] [__WidthHeight]>
<$deftag TEXTAREA /MBI="form" /CLOSE [__attrs] NAME:string ROWS:num/R COLS:num/R DISABLED:bool READONLY:bool [__Focus] onSelect:string onChange:string WRAP:enum("off|soft|hard")/O>
<$deftag TFOOT /AUTOCLOSE /MBI="table" /NAW=(__elem-inline) [__attrs] [__HVAlign]>
<$deftag TH /CLOSE /MBI="tr" /NAW=(__elem-inline) [__attrs] [__Abbr] AXIS:string HEADERS:string SCOPE:enum("row|col|rowgroup|colgroup") ROWSPAN:string COLSPAN:string [__HVAlign] NOWRAP:bool NOFLOW:bool/O [__Background] [__WidthHeight]>
<$deftag THEAD /AUTOCLOSE /MBI="table" /NAW=(__elem-inline) [__attrs] [__HVAlign]>
<$deftag TR /CLOSE /MBI="table|thead|tbody|tfoot" /NAW=(__elem-inline) [__attrs] NOWRAP:bool/O [__HVAlign] DP:string/O [__Background]>
<$deftag TT /CLOSE /WHTSPC [__attrs]>
<$deftag VAR /CLOSE /WHTSPC [__attrs]>
<* tags with special treatment in XHTML mode - $VARLISTs would complicate things here *>
<$if COND=(defined HSC.OPTS.XHTML)>
<$deftag BODY /CLOSE /REQUIRED /ONLYONCE /MBI="html" [__attrs] BACKGROUND:uri [__BodyColors] onLoad:string onUnload:string>
<$deftag COLGROUP /CLOSE /MBI="table" [__attrs] [__ColumnAttrs]>
<$deftag HEAD /CLOSE /REQUIRED /ONLYONCE /MBI="html" [__i18n] PROFILE:uri>
<$deftag HTML /CLOSE /REQUIRED /ONLYONCE [__i18n] XMLNS:uri>
<$deftag IMG /EMPTY /NAW="pre" [__attrs] SRC:uri/X/Z/R ALT:string/R LONGDESC:uri NAME:string HEIGHT:string/O WIDTH:string/O USEMAP:uri ISMAP:bool/J [__IAlign] BORDER:num/O HSPACE:string/O VSPACE:string/O LOWSRC:uri/J>
<$deftag OL /CLOSE /NAW=(__elem-inline) [__attrs]>
<$deftag TABLE /CLOSE [__attrs] [__Summary] WIDTH:string BORDER:num ALIGN:enum("left|center|right")/O [__TFrameRules] CELLSPACING:string CELLPADDING:string [__Background]>
<$deftag TITLE /CLOSE /REQUIRED /ONLYONCE /MBI="head" /WHTSPC [__attrs]>
<$deftag UL /CLOSE /NAW=(__elem-inline) [__attrs]>
<$else>
<$deftag BODY /AUTOCLOSE /RECOMMENDED /ONLYONCE [__attrs] BACKGROUND:uri [__BodyColors] onLoad:string onUnload:string>
<$deftag COLGROUP /AUTOCLOSE /MBI="table" [__attrs] [__ColumnAttrs]>
<$deftag HEAD /CLOSE /RECOMMENDED /ONLYONCE [__i18n] PROFILE:uri>
<$deftag HTML /CLOSE /RECOMMENDED /ONLYONCE [__i18n]>
<$deftag IMG /EMPTY /NAW="pre" [__attrs] SRC:uri/X/Z/R ALT:string/R LONGDESC:uri NAME:string HEIGHT:string WIDTH:string USEMAP:uri ISMAP:bool/J [__IAlign] BORDER:num HSPACE:string VSPACE:string LOWSRC:uri/J>
<$deftag OL /CLOSE /NAW=(__elem-inline) [__attrs] TYPE:enum("1|a|i") COMPACT:bool START:num>
<$deftag TABLE /CLOSE [__attrs] [__Summary] WIDTH:string BORDER:num ALIGN:enum("left|center|right")/O [__TFrameRules] CELLSPACING:string CELLPADDING:string [__Background] UNITS:string/O NOWRAP:bool/J NOFLOW:bool/J>
<$deftag TITLE /CLOSE /RECOMMENDED /ONLYONCE /WHTSPC [__attrs]>
<$deftag UL /CLOSE /NAW=(__elem-inline) [__attrs] TYPE:enum("disc|square|circle") COMPACT:bool DINGBAT:string/O WRAP:string/O PLAIN:bool/O>
<* OBSOLETE tags as of HTML 4.01 *>
<$deftag APPLET /CLOSE /NAW="pre" /OBSOLETE [__coreattrs] CODEBASE:uri ARCHIVE:string CODE:string OBJECT:string [__Alt] NAME:id [__WidthHeight] HSPACE:num VSPACE:num [__IAlign]>
<$deftag CENTER /CLOSE /OBSOLETE [__attrs]>
<$deftag HP0 /CLOSE /OBSOLETE /WHTSPC> <* highlight phrase *>
<$deftag HP1 /CLOSE /OBSOLETE /WHTSPC>
<$deftag HP2 /CLOSE /OBSOLETE /WHTSPC>
<$deftag HP3 /CLOSE /OBSOLETE /WHTSPC>
<$deftag ISINDEX /EMPTY /OBSOLETE [__coreattrs] [__i18n] PROMPT:string>
<$deftag LH /CLOSE /OBSOLETE [__coreattrs] [__i18n]>
<$deftag LISTING /CLOSE /OBSOLETE>
<$deftag MENU /CLOSE /OBSOLETE [__attrs] COMPACT:bool>
<$deftag PLAINTEXT /CLOSE /OBSOLETE>
<$deftag S /CLOSE /WHTSPC /OBSOLETE [__attrs]>
<$deftag STRIKE /CLOSE /WHTSPC /OBSOLETE [__attrs]>
<$deftag U /CLOSE /WHTSPC /OBSOLETE [__attrs]>
<$deftag XMP /CLOSE /OBSOLETE><$deftag DIR /CLOSE /OBSOLETE COMPACT:bool [__attrs]>
<* dubious/JERK tags or otherwise not found in HTML 4.01 *>
<$deftag AU /CLOSE /WHTSPC [__coreattrs] [__i18n]>
<$deftag BANNER /CLOSE [__coreattrs] [__i18n]>
<$deftag BASEFONT /JERK /EMPTY /LAZY='i' /NAW="pre" SIZE:enum("1|2|3|4|5|6|7") COLOR:color/O FACE:string>
<$deftag BGSOUND /JERK SRC:uri LOOP:string>
<$deftag BLINK /CLOSE /JERK>
<$deftag BQ /CLOSE [__coreattrs] [__i18n] NOWRAP:bool>
<$deftag CREDIT /CLOSE /MBI="bq|fig" [__coreattrs] [__i18n]>
<$deftag EMBED /AUTOCLOSE /JERK SRC:uri HEIGHT:string WIDTH:string ATTRIBUTE_1:string ATTRIBUTE_2:string>
<$deftag FIG /CLOSE /LAZY="cikl" SRC:uri/x/z/r ALIGN:enum("left|right|center|justify|bleedleft|bleedright") NOFLOW:bool MD:string [__WidthHeight] UNITS:string IMAGEMAP:uri>
<$deftag FN /CLOSE [__coreattrs] [__i18n]>
<$deftag FONT /JERK /CLOSE /NAW="pre" [__coreattrs] [__i18n] SIZE:enum("1|2|3|4|5|6|7|+1|+2|+3|+4|+5|+6|+7|-1|-2|-3|-4|-5|-6|-7") COLOR:color FACE:string>
<$deftag LANG /CLOSE /WHTSPC [__coreattrs] [__i18n]>
<$deftag MULTICOL /CLOSE /JERK COLS:string GUTTER:string WIDTH:string>
<$deftag NEXTID N:string>
<$deftag NOEMBED /CLOSE /JERK>
<$deftag NOBR /CLOSE /JERK>
<$deftag NOTE /CLOSE /LAZY="ciklms">
<$deftag OVERLAY SRC:uri/x/z/r MD:string UNITS:string X:string Y:string WIDTH:string/j HEIGHT:string/j IMAGEMAP:uri>
<$deftag PERSON /CLOSE /WHTSPC [__coreattrs] [__i18n]>
<$deftag RANGE /LAZY="ci" FROM:uri UNTIL:uri>
<$deftag SPACER /JERK TYPE:enum("vertical|horizontal|block") SIZE:string [__WidthHeight] ALIGN:enum("top|bottom|middle|left|right|texttop|absmiddle|baseline|absbottom")>
<$deftag WBR /JERK>
</$if>
<* vi: set nowrap tw=0 et ts=2: *>
<* EOF *>
|