Total Validator Home Page

Page report

Issue report

Summary

Total errors found:
22
WCAG21 A [2]:
E885 [1], P967 [1]
WCAG21 AA [20]:
E910 [20]
Total warnings found:
7
HTML [5]:
W605 [4], W609 [1]
WCAG21 A [2]:
W874 [1], W884 [1]
HTML used for this page:
XHTML 1.0 Transitional

Page Layout

Display issue details:

The line numbers refer to lines in the original source. Any with a line number of '0' are implicit tags added by Total Validator:

Go to first issue

   1 next issueprevious issueW874 [WCAG21 2.4.1 (A)] Add a skip navigation link as the first link on the page:
If your document has structure then you should add a skip navigation link to make it easier for accessible users to get to the page's content. To ensure detection, skip navigation links should point to a <main> element, or an element with role='main'. See Understanding 2.4.1, and Skip Navigation.     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2 next issueprevious issueP967 [WCAG21 3.1.1 (A)] Use the 'lang' attribute to denote the primary language of the document:
You should always identify the primary natural language of a document using a 'lang' attribute on the <html> element. See WCAG 2.1 HTML Technique H57.     <html xmlns="http://www.w3.org/1999/xhtml">
   3   <head>
   4     <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
   5 next issueprevious issueW605 Duplicate tag found: See matching tag on line: 22
A duplicate tag has been found with the same attributes. Although this should not affect the page, it indicates that a mistake may have been made.         <meta http-equiv="Content-Style-Type" content="text/css" />
   6 next issueprevious issueW605 Duplicate tag found: See matching tag on line: 23
A duplicate tag has been found with the same attributes. Although this should not affect the page, it indicates that a mistake may have been made.         <meta http-equiv="Content-Script-Type" content="text/javascript" />
   7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   8     <title>
   8       Getting Started with this Procedures Manual | Next Stage 4Life
   8     </title>
   9     <link rel='shortcut icon'
         href='https://www.proceduresonline.com/resources/logos/procedures/favicon.ico' type='image/x-icon'/>
  10     <link rel="apple-touch-icon"
         href="https://www.proceduresonline.com/resources/logos/procedures/apple-touch-icon-57x57-precomposed.png
         " />
  11     <link rel="apple-touch-icon"
         href="https://www.proceduresonline.com/resources/logos/procedures/apple-touch-icon-72x72-precomposed.png
         " />
  12     <link rel="apple-touch-icon"
         href="https://www.proceduresonline.com/resources/logos/procedures/apple-touch-icon-114x114-precomposed.png
         " />
  13     <link rel="stylesheet" type="text/css"
         href="https://www.proceduresonline.com/trix_cms_snippets/cookie/jquery.cookiebar.css" />
  14     <script type="text/javascript"
         src="https://www.proceduresonline.com/trix_cms_snippets/cookie/jquery.min.js">
  14     </script>
  15     <script type="text/javascript"
         src="https://www.proceduresonline.com/trix_cms_snippets/cookie/jquery.cookiebar.js">
  15     </script>
  16     <script type="text/javascript">
  21     </script>
  22 next issueprevious issueW605 Duplicate tag found: See matching tag on line: 5
A duplicate tag has been found with the same attributes. Although this should not affect the page, it indicates that a mistake may have been made.         <meta http-equiv="Content-Style-Type" content="text/css" />
  23 next issueprevious issueW605 Duplicate tag found: See matching tag on line: 6
A duplicate tag has been found with the same attributes. Although this should not affect the page, it indicates that a mistake may have been made.         <meta http-equiv="Content-Script-Type" content="text/javascript" />
  24 next issueprevious issueW609 The 'content-type' HTTP header specifies a character set of UTF-8, which is different to the value
              given here:
The 'content-type' HTTP header specifies a different character set to that specified in the tag. In this case the HTTP header takes precedence.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  25     <meta name="author" content="Next Stage 4Life" />
  26     <meta name="description" content="Next Stage 4Life" />
  28     <meta name="robots" content="index, follow" />
  29     <meta name="rating" content="all" />
  30     <meta http-equiv="pragma" content="no-cache" />
  31     <link title="small" href="scripts/style.css" type="text/css" rel="stylesheet" />
  32     <link title="medium" href="scripts/style_larger.css" type="text/css" rel="alternate stylesheet" />
  33     <link title="large" href="scripts/style_largest.css" type="text/css" rel="alternate stylesheet" />
  34     <link title="hivis" href="scripts/style_hi_vis.css" type="text/css" rel="alternate stylesheet" />
  35     <script type="text/javascript" src="scripts/print.js">
  35     </script>
  36     <script type="text/javascript" src="scripts/styleswitcher.js">
  36     </script>
  37     <script type="text/javascript" src="scripts/highlight.js">
  37     </script>
  39   </head>
  40   <body onload="highlight();">
  41     <div class="banner">
  42     </div>
  43     <div id="buttons">
  43       <div id="menu">
  44         <ul>
  45           <li>
  45             <a href="index.html">
  45               Home
  45             </a>
  45           </li>
  46           <li>
  46             <a href="contents.html">
  46               Contents
  46             </a>
  46           </li>
  47           <li>
  47             <a href="local_resources.html">
  47               Local Resources
  47             </a>
  47           </li>
  48         </ul>
  49       </div>
  49       <div id="search">
  50         <form action="search/search.html" id="cse-search-box" style="margin: 0px;">
  51 next issueprevious issueI899 [WCAG21 1.3.2 (A)] Layout tables must represent their content in a meaningful sequence:
Screen readers can struggle to read out tables sensibly, so it is often better to use alternative mark-up and CSS to layout content. Try disabling the table mark-up to see if it still makes sense. See WCAG 2.1 Failure F49.               <table width="97%" border="0" cellspacing="0" cellpadding="0">
  52             <tr>
  53               <td>
  53 next issueprevious issueE885 [WCAG21 1.1.1/1.3.1/3.3.2/4.1.2 (A)] User interface controls should have a label or an accessible
              name:
Associate form controls with <label> tags, or use the 'aria-label' or 'aria-labelledby' attributes to label controls where it might be confusing or not possible to use a label. See WCAG 2.1 Failure F68.                     <input type="text" name="zoom_query" class="search_input" size="20" id="zoom_searchbox" value="Search this
                     manual" onfocus="this.value=(this.value=='Search this manual') ? '' : this.value;"
                     onblur="this.value=(this.value=='') ? 'Search this manual' : this.value;" style="margin-right: 5px;" />
  53               </td>
  54               <td>
  54                 <input type="submit" value="Go"/>
  54               </td>
  55             </tr>
  56           </table>
  57         </form>
  57       </div>
  57     </div>
  58     <div id="topper">
  58     </div>
  60     <div id="printReady">
  61       <div id="container">
  62         <div id="content_frame_overflow">
  62           <div class="content_text">
  63             <h1>
  63               Getting Started with this Procedures Manual
  63             </h1>
  64             <h2 class="h2_underlined">
  64               <br />
  65               Contents
  65             </h2>
  66             <ol>
  67               <li>
  67                 <a href="#display">
  67                   Display and Browser Options
  67                 </a>
  67               </li>
  68               <li>
  68                 <a href="#about">
  68                   About this Procedures Manual
  68                 </a>
  68               </li>
  69               <li>
  69                 <a href="#amendments">
  69                   Amendments
  69                 </a>
  69               </li>
  70               <li>
  70                 <a href="#termin">
  70                   Terminology
  70                 </a>
  70               </li>
  71               <li>
  71                 <a href="#keywords">
  71                   Keywords and National Contacts
  71                 </a>
  71               </li>
  72               <li>
  72                 <a href="#compliance">
  72                   Compliance
  72                 </a>
  72               </li>
  73               <li>
  73                 <a href="#contact">
  73                   Comments and Suggestions
  73                 </a>
  73               </li>
  74               <li>
  74                 <a href="#copy">
  74                   Copyright
  74                 </a>
  74               </li>
  75               <li>
  75                 <a href="#print">
  75                   Printing and Retaining Copies
  75                 </a>
  75               </li>
  76             </ol>
  77             <h2 class="h2_underlined">
  77               <br />
  78               1.
  78               <a name="display" id="display">
  78               </a>
  78               Display and Browser Options
  78             </h2>
  79             <p>
  79               People with a visual impairment may have difficulty accessing this Handbook.
  79               <br />
  80               To change the size of the text/layout - please use the accessibility buttons which are on the
                   menu bar at the bottom of the screen, they look like this:
  80               <br />
  81             </p>
  82             <div align="center">
  82               <a href="#" onclick="setActiveStyleSheet('small'); return false;">
  82                 <img src="images/small_a.png" border="0" alt="View this website with small text" />
  82               </a>
  82               <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
  82                 <img src="images/med_a.png" border="0" alt="View this website with medium text" />
  82               </a>
  82               <a href="#" onclick="setActiveStyleSheet('large'); return false;">
  82                 <img src="images/large_a.png" border="0" alt="View this website with large text" />
  82               </a>
  82               <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
  82                 <img src="images/hi_vis_a.png" border="0" alt="View this website with high visibility" />
  82               </a>
  82             </div>
  83             <p>
  83               Click a larger button to increase your text size, the very largest being high visibility mode.
  83             </p>
  84             <h2 class="h2_underlined">
  84               <br />
  85               2.
  85               <a name="about" id="about">
  85               </a>
  85               About this Procedures Manual
  85             </h2>
  86             <p>
  86               This Procedures Manual contains all key policies and procedures, spread across various sections
                   accessible on the right-hand panel on every page.
  86             </p>
  87             <p>
  87               If you are unable to find a procedure you require, consult your Supervising Social Worker.
  87             </p>
  88             <h2 class="h2_underlined">
  88               <br />
  89               3.
  89               <a name="amendments" id="amendments">
  89               </a>
  89               Amendments
  89             </h2>
  90             <p>
  90               This manual was updated in September 2020.
  90             </p>
  91             <p>
  91               <a href="amendments.html">
  91                 Click here to view the Amendments
  91               </a>
  91               .
  91             </p>
  92             <h2 class="h2_underlined">
  92               <br />
  93               4.
  93               <a name="termin" id="termin">
  93               </a>
  93               Terminology
  93             </h2>
  94             <p>
  94               We have used the following terms and post titles:
  94             </p>
  95 next issueprevious issueI899 [WCAG21 1.3.2 (A)] Layout tables must represent their content in a meaningful sequence:
Screen readers can struggle to read out tables sensibly, so it is often better to use alternative mark-up and CSS to layout content. Try disabling the table mark-up to see if it still makes sense. See WCAG 2.1 Failure F49.                 <table width="95%" border="1" cellpadding="5" cellspacing="0" class="greytable">
  96               <tr>
  97 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="142" valign="top" class="table_row_lightblue">
  97                   <p class="bold">
  97                     Home
  97                   </p>
  97                 </td>
  98 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="463" valign="top">
  98                   <p>
  98                     This is a generic term which means Children's Home.
  98                   </p>
  98                 </td>
  99               </tr>
 100               <tr>
 101 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="142" valign="top" class="table_row_lightblue">
 101                   <p class="bold">
 101                     'Child' or 'Young Person'
 101                   </p>
 101                 </td>
 102 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="463" valign="top">
 102                   <p>
 102                     Both of these terms are used to mean any child under the age of 18.
 102                   </p>
 102                 </td>
 103               </tr>
 104               <tr>
 105 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="142" valign="top" class="table_row_lightblue">
 105                   <p class="bold">
 105                     Home's or Registered Manager
 105                   </p>
 105                 </td>
 106 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="463" valign="top">
 106                   <p>
 106                     This is the registered manager for the home, sometimes the term 'Manager' is used.
 106                   </p>
 106                 </td>
 107               </tr>
 108               <tr>
 109 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="142" valign="top" class="table_row_lightblue">
 109                   <p class="bold">
 109                     Line Manager
 109                   </p>
 109                 </td>
 110 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="463" valign="top">
 110                   <p>
 110                     This is used to denote the first line manager for the home; the person who supervises the
                         Home's Manager.
 110                   </p>
 110                 </td>
 111               </tr>
 112               <tr>
 113 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="142" valign="top" class="table_row_lightblue">
 113                   <p class="bold">
 113                     Staff or Carer
 113                   </p>
 113                 </td>
 114 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="463" valign="top">
 114                   <p>
 114                     Means all Staff and Carers whether employed or not.
 114                   </p>
 114                 </td>
 115               </tr>
 116               <tr>
 117 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="142" valign="top" class="table_row_lightblue">
 117                   <p class="bold">
 117                     Key Worker or Link Worker
 117                   </p>
 117                 </td>
 118 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="463" valign="top">
 118                   <p>
 118                     Members of staff that have special responsibility for children in the home.
 118                   </p>
 118                 </td>
 119               </tr>
 120               <tr>
 121 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="142" valign="top" class="table_row_lightblue">
 121                   <p class="bold">
 121                     Parent
 121                   </p>
 121                 </td>
 122 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="463" valign="top">
 122                   <p>
 122                     Means person with Parent or person with Parental Responsibility.
 122                   </p>
 122                 </td>
 123               </tr>
 124               <tr>
 125 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="142" valign="top" class="table_row_lightblue">
 125                   <p class="bold">
 125                     Social Worker
 125                   </p>
 125                 </td>
 126 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="463" valign="top">
 126                   <p>
 126                     This means the worker allocated to the child/family. If there is no allocated worker, the
                         Duty Social Worker or Team Manager is responsible.
 126                   </p>
 126                 </td>
 127               </tr>
 128               <tr>
 129 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="142" valign="top" class="table_row_lightblue">
 129                   <p class="bold">
 129                     Placing Authority
 129                   </p>
 129                 </td>
 130 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="463" valign="top">
 130                   <p>
 130                     Placing Authority means the local authority/agency responsible for placing the child or
                         commissioning the service (usually Children's Services - see below).
 130                   </p>
 130                 </td>
 131               </tr>
 132               <tr>
 133 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="142" valign="top" class="table_row_lightblue">
 133                   <p class="bold">
 133                     Placement Plan
 133                   </p>
 133                 </td>
 134 next issueprevious issueE910 [WCAG21 1.4.4 (AA)] Use relative rather than absolute units:
Using relative units helps the page to be rendered correctly at different resolutions and allows people with sight difficulties to 'zoom in' to pages to read them. See Understanding 1.4.4.                     <td width="463" valign="top">
 134                   <p>
 134                     The term 'Placement Plan' is the generic term meaning the home's own plan for the
                         child/young person. The term 'Placement Information Record' is an Integrated Children's
                         Service (ICS) record, generated by the Placing Authority.
 134                   </p>
 134                 </td>
 135               </tr>
 136             </table>
 137             <h2 class="h2_underlined">
 137               <br />
 138               5.
 138               <a name="keywords" id="keywords">
 138               </a>
 138               Keywords and National Contacts
 138             </h2>
 139             <p>
 139               There is a large online glossary (Keywords) of terms used throughout the manual and an online
                   resource for National Contacts which is designed to help you find the contact details for key
                   national agencies and organistions. You will find a link to this free resource on the home page.
 139             </p>
 140             <h2 class="h2_underlined">
 140               <br />
 141               6.
 141               <a name="compliance" id="compliance">
 141               </a>
 141               Compliance
 141             </h2>
 142             <h3 class="h3">
 142               Regulatory Compliance
 142             </h3>
 143             <p>
 143               Every effort has been taken to ensure regulatory compliance. If you discover any errors or
                   mistakes, please alert your Supervising Social Worker.
 143             </p>
 144             <h2 class="h2_underlined">
 144               <br />
 145               7.
 145               <a name="contact" id="contact">
 145               </a>
 145               Comments and Suggestions
 145             </h2>
 146             <p>
 146               If you have any comments or suggestions to make about this Procedures Manual please consult your
                   Line Manager.
 146             </p>
 147             <h2 class="h2_underlined">
 147               <br />
 148               8.
 148               <a name="copy" id="copy">
 148               </a>
 148               Copyright
 148             </h2>
 149             <p>
 149               The content of this website can be accessed, printed and downloaded in an unaltered form, on a
                   temporary basis, for personal study or reference purposes. However any content printed or
                   downloaded may not be sold, licensed, transferred, copied or reproduced in whole or in part in
                   any manner or in or on any media to any person without the prior written consent of tri.x.
 149             </p>
 150             <h2 class="h2_underlined">
 150               <br />
 151               9.
 151               <a name="print" id="print">
 151               </a>
 151               Printing and Retaining Copies
 151             </h2>
 152             <p>
 152               The Procedures Manual should normally be viewed on line but can be printed, for reference only,
                   via the printing options of your internet browser (usually by clicking File from the top menu,
                   and then selecting Print, or using the keyboard shortcut 'ctrl + p').
 152             </p>
 153             <p>
 153               Please note, the Procedures Manual will be updated from time to time, so you should avoid
                   retaining printed versions - hard copies are only valid for 72 hours.
 153             </p>
 154             <p>
 154               <br />
 155               <br />
 156             </p>
 157           </div>
 158         </div>
 159       </div>
 160     </div>
 161     <div id="footer-wrap">
 162       <div id="footer-container">
 162         <div id="footer">
 163 next issueprevious issueI899 [WCAG21 1.3.2 (A)] Layout tables must represent their content in a meaningful sequence:
Screen readers can struggle to read out tables sensibly, so it is often better to use alternative mark-up and CSS to layout content. Try disabling the table mark-up to see if it still makes sense. See WCAG 2.1 Failure F49.               <table width="100%" border="0" cellspacing="0" cellpadding="0">
 164             <tr>
 165               <td width="60%" align="left" style="padding-top: 0px;">
 165                 <a href="http://www.trixonline.co.uk/" target="_blank">
 165                   <img src="images/trix_logo.gif" width="57" height="22" alt="tri.x logo" border="0"/>
 165                 </a>
 165                 &nbsp;&nbsp;&nbsp;&nbsp;
 165                 <span class="darkdivider">
 165                   |
 165                 </span>
 165                 &nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy;
 165                 <a href="http://www.trixonline.co.uk/" target="_blank">
 165                   tri.x
 165                 </a>
 165                 &nbsp;&nbsp;&nbsp;&nbsp;
 165                 <span class="darkdivider">
 165                   |
 165                 </span>
 165                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 165               </td>
 166               <td width="40%" align="right" valign="top" style="padding-top: 0px;">
 168                 <div class="footer_box">
 168                   <a href="#">
 168                     visibility:
 168                   </a>
 168                   &nbsp;
 168                   <a href="#" onclick="setActiveStyleSheet('small'); return false;">
 168                     <img src="images/icons/small_a.gif" alt="View this website with small text" border="0" />
 168                   </a>
 168                   <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
 168                     <img src="images/icons/medium_a.gif" border="0" alt="View this website with medium
                         text" />
 168                   </a>
 168                   <a href="#" onclick="setActiveStyleSheet('large'); return false;">
 168                     <img src="images/icons/large_a.gif" border="0" alt="View this website with large text" />
 168                   </a>
 168                   <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
 168                     <img src="images/icons/hivis.gif" border="0" alt="View this website with high
                         visibility" />
 168                   </a>
 168                   &nbsp;&nbsp;
 168                   <span class="darkdivider">
 168                     |
 168                   </span>
 168                   &nbsp;&nbsp;
 168                 </div>
 169                 <div class="footer_box">
 169                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 169                     <img src="images/icons/favourite.gif" alt="Add this page to your favourites" width="18"
                         height="18" border="0" />
 169                   </a>
 169                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 169                     favourites
 169                   </a>
 169                   &nbsp;&nbsp;
 169                   <span class="darkdivider">
 169                     |
 169                   </span>
 169                   &nbsp;&nbsp;
 169                 </div>
 170                 <div class="footer_box">
 170 next issueprevious issueW884 [WCAG21 2.1.1/2.1.3 (A/AAA)] Mouse/Pointer event handlers require keyboard equivalents:
When using mouse/pointer event handlers on elements that can be accessed by keyboard, ensure that you provide an equivalent keyboard handler. See WCAG 2.1 Failure F54.                       <input name="printMe" type="image" onclick="printSpecial()" value="Print this Page"
                       src="images/icons/print.gif" onmouseover="images/icons/print.gif'"
                       onmouseout="this.src='images/icons/print.gif'" alt="Print this page"/>
 172                   <a href="#" onclick="printSpecial()">
 172                     print
 172                   </a>
 172                   &nbsp;&nbsp;
 172                   <span class="darkdivider">
 172                     |
 172                   </span>
 172                   &nbsp;&nbsp;
 172                 </div>
 173               </td>
 174             </tr>
 175           </table>
 176         </div>
 176       </div>
 177     </div>
 178   </body>
 179 </html>