- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 07 May 2010 17:23:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv13440/htdocs
Modified Files:
whatsnew.html
Log Message:
When passing transcoded content to external validators (and the internal
XML one), fix up charset declarations in content to reflect transcoding.
http://www.w3.org/mid/Pine.LNX.4.64.1004291710580.13453%40zen.rrzn.uni-hannover.de
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- whatsnew.html 2 Mar 2010 16:44:19 -0000 1.96
+++ whatsnew.html 7 May 2010 17:22:58 -0000 1.97
@@ -28,6 +28,22 @@
</div>
<dl id="news">
+ <dt id="vxyz">201Y-MM-DD — X.Y.Z release:</dt>
+ <dd>
+ <p>
+ The X.Y.Z release of the markup validator is a TBD release.
+ Changes include:
+ </p>
+ <ul>
+ <li>
+ Enhancement: when passing its internal transcoded document to
+ external validators, validator now reflects the transcoding
+ by modifying the character information included in the passed
+ document.
+ </li>
+ </ul>
+ </dd>
+
<dt id="v086">2010-03-01 — 0.8.6 release:</dt>
<dd>
<p>
Received on Friday, 7 May 2010 17:23:02 UTC