- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Sep 2007 06:58:44 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv18700 Modified Files: error_messages.cfg Log Message: explaining shorttags warnings Index: error_messages.cfg =================================================================== RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- error_messages.cfg 12 Aug 2007 16:15:30 -0000 1.29 +++ error_messages.cfg 25 Sep 2007 06:58:42 -0000 1.30 @@ -1187,6 +1187,16 @@ </msg> <msg 246> original = "unclosed start-tag requires SHORTTAG YES" + verbose <<.EOF. + <div class="ve mid-246"> + <p> + The construct <foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) + but <a href="http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.7">its use is not recommended</a>. + In most cases, this is a typo that you will want to fix. If you really want to use shorttags, + be aware that they are not well implemented by browsers. + </p> + </div> + .EOF. </msg> <msg 247> original = "NET-enabling start-tag requires SHORTTAG YES" @@ -1205,6 +1215,16 @@ </msg> <msg 248> original = "unclosed end-tag requires SHORTTAG YES" + verbose <<.EOF. + <div class="ve mid-248"> + <p> + The construct </foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) + but <a href="http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.7">its use is not recommended</a>. + In most cases, this is a typo that you will want to fix. If you really want to use shorttags, + be aware that they are not well implemented by browsers. + </p> + </div> + .EOF. </msg> <msg 249> original = "DTDs other than base allowed only if CONCUR YES or EXPLICIT YES" @@ -1469,9 +1489,29 @@ </msg> <msg 333> original = "empty start-tag" + verbose <<.EOF. + <div class="ve mid-334"> + <p> + The construct <> is sometimes valid in HTML (it is an example of the rather obscure “Shorttags” feature) + but <a href="http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.7">its use is not recommended</a>. + In most cases, this is a typo that you will want to fix. If you really want to use shorttags, + be aware that they are not well implemented by browsers. + </p> + </div> +.EOF. </msg> <msg 334> original = "empty end-tag" + verbose <<.EOF. + <div class="ve mid-334"> + <p> + The construct </> is valid in HTML (it is an example of the rather obscure “Shorttags” feature) + but <a href="http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.7">its use is not recommended</a>. + In most cases, this is a typo that you will want to fix. If you really want to use shorttags, + be aware that they are not well implemented by browsers. + </p> + </div> +.EOF. </msg> <msg 335> original = "unused short reference map %1"
Received on Tuesday, 25 September 2007 06:58:51 UTC