diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-06-22 23:29:51 +0300 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-06-22 23:29:51 +0300 |
commit | 53264ad6246007ce9feec0c3d2b85b4a33714cf9 (patch) | |
tree | 88aefb141eb6085966edddee3d61d4d40ced1652 /htdocs | |
parent | a4dd9cd80ee02ced12dbb70b8d610f746a9d3c11 (diff) | |
download | markup-validator-53264ad6246007ce9feec0c3d2b85b4a33714cf9.zip markup-validator-53264ad6246007ce9feec0c3d2b85b4a33714cf9.tar.gz markup-validator-53264ad6246007ce9feec0c3d2b85b4a33714cf9.tar.bz2 |
Do XML wellformedness check only if other checks do not flag the doc invalid.
This is to further mitigate XMLWF performance issues.
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/whatsnew.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 1feea52..f7ea4a3 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -28,6 +28,23 @@ </div> <dl id="news"> + <dt id="v11">2010-xx-xx — 1.1 release:</dt> + <dd> + <p> + The 1.1 release of the markup validator is an enhancement and + bug fix release. Changes include: + </p> + <ul> + <li> + Enhancement: XML wellformedness check is now run only if other + stages of the validation process report no errors. This is to + further mitigate a + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9899">performance + issue</a> related to the XML wellformedness check. + </li> + </ul> + </dd> + <dt id="v10">2010-06-14 — 1.0 release:</dt> <dd> <p> |