Hi,

the attached patch fixes some remaining XHTML validation issues in the release 
notes.

This is expected to be the last patch for this run. The remaining errors
seem to be related to the use of HTML5-specific features (error, since
the DOCTYPE points to XHTML 1.1) and warnings in some files since they
also contain a BOM (which is said to be potentially problematic with
some rather old browsers).
I'm not planning to touch any of these atm.

[[[
Some more tweaks to make the release XHTML 1.1 standard compliant.

* docs/release-notes/1.7.html
  (atomic-revprops): properly encode & in href

* docs/release-notes/1.8.html
  (auto-reintegrate): close p-tag before ul
  (fsfs-stats): same
  (svnlook-diff): same
  (svn-diff): same
  (issues): rename section id so it doesn't start with a number
]]]

Regards,
Stefan

Index: docs/release-notes/1.7.html
===================================================================
--- docs/release-notes/1.7.html	(revision 1744038)
+++ docs/release-notes/1.7.html	(working copy)
@@ -1067,7 +1067,7 @@
  >issue #3546</a>).  It is possible to fix the svnsync race condition
 even for pre-1.7 svnsync clients by installing the pre-revprop-change hook
 script given in
-<a href="https://issues.apache.org/jira/browse/SVN-3546?focusedCommentId=14928752&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14928752";
+<a href="https://issues.apache.org/jira/browse/SVN-3546?focusedCommentId=14928752&amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14928752";
  >comment 12 of issue #3546</a>.  (The hook script requires a 1.7 or newer
 <em>server</em> for correctness.)</p>
 
Index: docs/release-notes/1.8.html
===================================================================
--- docs/release-notes/1.8.html	(revision 1744038)
+++ docs/release-notes/1.8.html	(working copy)
@@ -849,7 +849,7 @@
 <pre>$ svn merge ^/branches/my-branch</pre>
 
 <p>This merge will still perform similar sanity checks which
-<tt>svn merge --reintegrate</tt> performed in earlier releases:
+<tt>svn merge --reintegrate</tt> performed in earlier releases:</p>
 <ul>
 <li>The working copy must not be a <a
 href="http://svnbook.red-bean.com/en/1.7/svn.basic.in-action.html#svn.basic.in-action.mixedrevs";
@@ -860,7 +860,7 @@
 <li>There must be no gaps in revision ranges merged from the reintegration
 target (e.g. the trunk) to the reintegration source (i.e. the branch to be
 reintegrated).</li>
-</ul></p>
+</ul>
 
 <p>If any of these conditions are detected, the merge is aborted and
 the necessary steps must be taken to fix the problem before the
@@ -1436,7 +1436,7 @@
 or newer repository and print out various statistics on the contents
 of the rev and pack files in it.  It starts of with very general 
 information and then breaks it down into various sub-demographics.
-The statistics include:
+The statistics include:</p>
 
 <ul>
   <li>Total repository size bytes</li>
@@ -1450,7 +1450,6 @@
       internal representation size</li>
   <li>Histograms on the above</li>
 </ul>
-</p>
 
 <p>Administrators may use this information to decide whether directory
 deltification should be enabled (ratio of directory representation
@@ -1742,13 +1741,12 @@
 </h4>
 
 <p><tt>svnlook diff</tt> now supports the following new options
-(analogous to <tt>svn diff</tt>):
+(analogous to <tt>svn diff</tt>):</p>
 <ul>
 <li><tt>--ignore-properties</tt> suppresses output of property changes</li>
 <li><tt>--properties-only</tt> shows only property changes</li>
 <li><tt>--diff-cmd ARG</tt> use ARG as diff command</li>
 </ul>
-</p>
 
 </div> <!-- svnlook-diff -->
 
@@ -1843,13 +1841,12 @@
 Comparing arbitrary directories is also supported, in which case the
 directories are walked recursively and files within them are compared.</p>
 
-<p><tt>svn diff</tt> also supports the following new options:
+<p><tt>svn diff</tt> also supports the following new options:</p>
 <ul>
 <li><tt>--ignore-properties</tt> suppresses output of property changes</li>
 <li><tt>--properties-only</tt> shows only property changes</li>
 <li><tt>--patch-compatible</tt> produces output compatible with third party patch programs</li>
 </ul>
-</p>
 
 <p><tt>svn diff --summarize</tt> is extended to match all scenarios that
 <tt>svn diff</tt> supports, including the new arbitrary file diff.</p>
@@ -2463,9 +2460,9 @@
 <p>There are some known issues in the Subversion 1.8 releases.  These
 may be fixed in later 1.8.x releases.</p>
 
-<div class="h3" id="411-length-required">
+<div class="h3" id="length-required-411">
 <h3>1.8.0 and chunked Transfer-Encoding
-  <a class="sectionlink" href="#411-length-required"
+  <a class="sectionlink" href="#length-required-411"
     title="Link to this section">&para;</a>
 </h3>
 
@@ -2529,7 +2526,7 @@
 href="http://mail-archives.apache.org/mod_mbox/subversion-dev/201307.mbox/%3cCADkdwvQUaWaC5=AvwsthjSQWcn48tKHVfWoVCUHjLT=abu1...@mail.gmail.com>">this dev@ list post</a> for an example.</p>
 
 
-</div>  <!-- 411-length-required -->
+</div>  <!-- length-required-411 -->
 
 <div class="h3" id="mod_dav_svn-fsmap">
 <h3>mod_dav_svn Maps Requests to Local Filesystem

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to