public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: gcc-11: Switch from <a name> to using ids.
@ 2022-04-02 13:31 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2022-04-02 13:31 UTC (permalink / raw)
  To: gcc-patches

I - or rather the w3 validator :) - realized that the use of <a name>
is deprecated, so use id attributes instead.

Gerald
---
 htdocs/gcc-11/changes.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 8e6d4ec8..c9eb2295 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -1097,7 +1097,7 @@ is built as FAT libraries containing both 32 bit and 64 bit objects.</li>
 </ul>
 
 <!-- .................................................................. -->
-<h2><a name="11.1">GCC 11.1</a></h2>
+<h2 id="11.1">GCC 11.1</h2>
 
 <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=11.0">list
 of problem reports (PRs)</a> from GCC's bug tracking system that are
@@ -1106,7 +1106,7 @@ complete (that is, it is possible that some PRs that have been fixed
 are not listed here).</p>
 
 
-<h2><a name="11.2">GCC 11.2</a></h2>
+<h2 id="11.2">GCC 11.2</h2>
 
 <p>This is the <a href="https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;resolution=FIXED&amp;target_milestone=11.2">list
 of problem reports (PRs)</a> from GCC's bug tracking system that are
@@ -1116,7 +1116,7 @@ are not listed here).</p>
 
 <!-- .................................................................. -->
 
-<h2><a name="11.3">GCC 11.3</a></h2>
+<h2 id="11.3">GCC 11.3</h2>
 
 <h3>Target Specific Changes</h3>
 
-- 
2.35.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-02 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-02 13:31 [committed] wwwdocs: gcc-11: Switch from <a name> to using ids Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).