home *** CD-ROM | disk | FTP | other *** search
- # ========================================================================
- # Warnings added in the 1.014 release
- # ========================================================================
-
- #------------------------------------------------------------------------
- # Warn if a heading is closed with a different level close tag than
- # the heading was opened with. For example:
- # <H2>... blah blah ...</H1>
- #------------------------------------------------------------------------
- enable heading-mismatch
-
- #------------------------------------------------------------------------
- # Warn if text is seen in unexpected context, such as inside a UL element
- # (rather than inside an LI, which is inside a UL. Or in the HEAD element.
- #------------------------------------------------------------------------
- enable bad-text-context
-
- #------------------------------------------------------------------------
- # Warn about illegal attribute values, such as values in the wrong format.
- #------------------------------------------------------------------------
- enable attribute-format
-
-