home *** CD-ROM | disk | FTP | other *** search
-
- Weblint 1.014 is now available:
-
- http://www.khoral.com/staff/neilb/weblint.html
- ftp://ftp.khoral.com/pub/weblint/weblint-1.014.tar.gz
- ftp://ftp.khoral.com/pub/weblint/weblint.zip
-
- Weblint is a syntax and minimal style checker for HTML: a perl script which
- picks fluff off html pages, much in the same way traditional lint picks fluff
- off C programs.
-
- Changes are summarized below, see the ChangeLog file in the distribution for
- more detail.
-
- Thanks to everyone for patches, suggestions and bug reports,
- neilb
-
- Changes in Weblint 1.014
-
- * Added a new warning, 'attribute-format', which is generated for
- badly formatted attribute values.
-
- * Added a warning, 'bad-text-context', which warns if text appears
- in certain illegal contexts, such as UL, HEAD, etc.
-
- * Added a new warning `heading-mismatch', which flags the common
- mistake of closing a header with a different level tag. Eg:
- <H2>Level two heading</H1>
-
- * Updated netscape support
- - FRAMESET, FRAME, and NOFRAMES elements
- - SCRIPT element
- - TARGET attribute for A, BASE, AREA, and FORM elements
- - COLOR attribute for FONT element
- - WRAP attribute for TEXTAREA element
- - LOWSRC attribute for IMG element
- Also added an attribute format for the WRAP attribute.
-
- * The SIZE attribute is now accepted for the SELECT element.
-
- * You can now specify multiple extensions:
- weblint -x netscape,java foo.html
-
- * Created a file rc.new for the distribution, which is the part
- of the sample weblintrc which is new with this version.
-
- * And some other stuff, documented in the ChangeLog.
-
-