On 08/06/18 14:30, Kyrill Tkachov wrote:
Hi all,

Now that Gerald has created a changes.html page for GCC 9 here's an entry about
the removal of older arm architectures.

Committing to CVS.


And I got a message from Gerald's validation bot that my commit failed 
validation :(
http://validator.w3.org/check?uri=http://gcc.gnu.org/gcc-9/changes.html

"Line 106, Column 6: document type does not allow element "li" here; missing one of "ul", "ol", 
"menu", "dir" start-tag"
From what I understand the solution is to add <ul> tags around the 
bullet-points, which is what this patch does.

Gerald (or anyone else with insight into this), is this the right fix?
Thanks,
Kyrill

Index: htdocs/gcc-9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.7
diff -U 3 -r1.7 changes.html
--- htdocs/gcc-9/changes.html	8 Jun 2018 13:32:13 -0000	1.7
+++ htdocs/gcc-9/changes.html	8 Jun 2018 13:34:56 -0000
@@ -74,6 +74,7 @@
 <!-- <h3 id="arc">ARC</h3> -->
 
 <h3 id="arm">ARM</h3>
+<ul>
   <li>
     Support for the deprecated Armv2 and Armv3 architectures and their
     variants has been removed.  Their corresponding <code>-march</code>
@@ -85,6 +86,7 @@
      (which have no known implementations) has been removed.
      Note that Armv5T, Armv5TE and Armv5TEJ architectures remain supported.
   </li>
+</ul>
 
 <!-- <h3 id="avr">AVR</h3> -->
 

Reply via email to