Skip to content

Commit

Permalink
doc: Replaced header and footer <section> with <nav> and <footer>
Browse files Browse the repository at this point in the history
This fixes a HTML validation issue for a11y.
  • Loading branch information
cederberg committed Jan 8, 2024
1 parent 1b9380c commit f7971f0
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 44 deletions.
8 changes: 4 additions & 4 deletions doc/1_introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: Introduction</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -203,9 +203,9 @@ <h2 id="concepts">1.4 Concepts &amp; Terminology</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/2_install.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: Installing &amp; Connecting</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -421,9 +421,9 @@ <h2 class="m-0">Notice</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/3_security.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: Security, Users &amp; Permissions</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -385,9 +385,9 @@ <h2 id="security_checklist">3.7 Security Checklist</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/4_storage.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: Plug-Ins &amp; Storage</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -310,9 +310,9 @@ <h2 id="hidden_props">4.5 Hidden &amp; Computed Properties</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/5_plugin_dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: Server &amp; Plug-In Development</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -302,9 +302,9 @@ <h2 id="javascript">5.5 JavaScript Procedures</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/6_app_dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: App Development</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -562,9 +562,9 @@ <h2 id="web_service">6.6 Web Listeners &amp; Services</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/7_guidelines.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: Change History</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -319,9 +319,9 @@ <h2 id="testing">7.8 Exploratory over Automated Testing</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: Documentation Overview</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -188,9 +188,9 @@ <h2>Plug-In &amp; Server-side API:</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/plugin-cmdline.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: Command-Line Plug-In</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -190,9 +190,9 @@ <h2 id="param_subst">5. Parameter Substitution</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/plugin-http.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: HTTP Plug-In</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -112,9 +112,9 @@ <h2 id="params">3. Parameter Substitution</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>
8 changes: 4 additions & 4 deletions doc/plugin-jdbc.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<title>RapidContext :: JDBC Plug-In</title>
</head>
<body class="doc">
<section class="header">
<nav class="header">
<div class="center">
<a href="https://www.rapidcontext.com/" class="logotype">
<img src="images/logotype.png">
Expand All @@ -32,7 +32,7 @@
&bull; <a href="https://github.com/baraverkstad/rapidcontext/releases">Downloads</a>
&bull; <a href="https://github.com/baraverkstad/rapidcontext">Project</a>
</div>
</section>
</nav>
<section class="content center">

<ol class="breadcrumb">
Expand Down Expand Up @@ -284,9 +284,9 @@ <h2 id="transactions">6. Transactions &amp; Connection Pooling</h2>
<!--END-->

</section>
<section class="footer center fineprint">
<footer class="footer center fineprint">
<hr>
Copyright &copy; 2007-2023 Per Cederberg. All rights reserved.
</section>
</footer>
</body>
</html>

0 comments on commit f7971f0

Please sign in to comment.