home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / v / validator / !Validator / Choices < prev    next >
Encoding:
Text File  |  1996-09-26  |  753 b   |  13 lines

  1. *|       REM edit these values as required
  2.  
  3. defaultPath$="RAM::RamDisc0.$"            : REM Full pathname of HTML page
  4. *|                                              or directory of pages.
  5. maxSize%=96*1024                          : REM Largest page size
  6. pedantic%=TRUE                            : REM No markup inside anchors
  7. quoteEntity%=TRUE                         : REM " must be "
  8. ampersand%=TRUE                           : REM & must be &
  9. noEntityNames%=FALSE                      : REM Disallows tbs entity names
  10. entityCheck%=TRUE                         : REM Checks all &entity; valid
  11. noNestedFont%=TRUE                        : REM <FONT> can not be nested
  12. strictHTML2%=FALSE                        : REM Restrict to W³C HTML 2.0
  13.