home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2001 December (DVD)
/
VPR0112A.ISO
/
OLS
/
HTMLLINT
/
htmllint.lzh
/
jpo.rul
< prev
next >
Wrap
Text File
|
1999-11-06
|
1KB
|
68 lines
# Japan Patent Office
#======= ELEMENTS =======
$emptyTags = 'BR|FIG|IMG';
$pairTags = 'BODY|FONT|HEAD|HTML|PRE|SUB|SUP|TITLE|U';
$deprecatedTags = '';
$omitStartTags = '';
$omitEndTags = '';
#$maybeEmpty = 'BODY|FONT|PRE|SUB|SUP|TITLE|U';
$maybeEmpty = 'PRE';
%requiredTags = (
'HTML' => 'HEAD|BODY',
);
%onceonlyTags = (
'HEAD' => 'TITLE',
'HTML' => 'HEAD|BODY',
);
$sequencialTags = 'HTML';
%tagsElements = (
'BODY' => 'PRE|BR|IMG|FIG|SUP|SUB|U|FONT|#PCDATA',
'FONT' => 'BR|SUP|SUB|U|#PCDATA',
'HEAD' => 'TITLE',
'HTML' => 'HEAD|BODY',
'PRE' => 'BR|IMG|FIG|SUP|SUB|U|FONT|#PCDATA',
'SUB' => 'BR|U|FONT|#PCDATA',
'SUP' => 'BR|U|FONT|#PCDATA',
'TITLE' => '#PCDATA',
'U' => 'BR|SUP|SUB|FONT|#PCDATA',
);
%excludedElems = (
'FONT' => 'FONT|FIG|IMG',
'PRE' => 'PRE',
'SUB' => 'SUB|SUP|FIG|IMG',
'SUP' => 'SUB|SUP|FIG|IMG',
'U' => 'U|FIG|IMG',
);
%includedElems = (
);
#======= ATTRIBUTES =======
%tagsAttributes = (
'FIG' => {
'SRC' => '%URL',
},
'FONT' => {
'SIZE' => 'NUMBER',
},
'IMG' => {
'SRC' => '%URL',
},
);
%requiredAttrs = (
'FIG' => 'SRC',
'FONT' => 'SIZE',
'IMG' => 'SRC',
);
#======= ENTITIES =======
%refEntities = (
'amp' => '&',
'gt' => '>',
'lt' => '<',
'quot' => '"',
);
%refParams = (
'URL' => '&URL',
);
1;