Total Validator Home Page

Page report

Issue report

Summary

Total errors found:
6
Link [4]:
E043 [4]
WCAG21 A [2]:
E885 [1], P967 [1]
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       Local Resources | 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               Local Resources
  63             </h1>
  64             <h2 class="h2_underlined">
  64               <br />
  64               Contents
  65             </h2>
  66             <ol>
  67               <li>
  67                 <a href="#qual_purp_care">
  67                   Quality and Purpose of Care
  67                 </a>
  67               </li>
  68               <li>
  68                 <a href="#ch_views">
  68                   Children's Views, Wishes and Feelings
  68                 </a>
  68               </li>
  69               <li>
  69                 <a href="#education">
  69                   Education
  69                 </a>
  69               </li>
  70               <li>
  70                 <a href="#enjoy_achiev">
  70                   Enjoyment and Achievement
  70                 </a>
  70               </li>
  71               <li>
  71                 <a href="#promot_health_wellbeing">
  71                   Promoting Health and Wellbeing
  71                 </a>
  71               </li>
  72               <li>
  72                 <a href="#positive_rel">
  72                   Positive Relationships
  72                 </a>
  72               </li>
  73               <li>
  73                 <a href="#protect_ch">
  73                   Protection of Children
  73                 </a>
  73               </li>
  74               <li>
  74                 <a href="#leadership_manag">
  74                   Leadership and Management
  74                 </a>
  74               </li>
  75               <li>
  75                 <a href="#care_plan">
  75                   Care Planning
  75                 </a>
  75               </li>
  76             </ol>
  77             <br />
  78             <table title="Quality and Purpose of Care" width="95%" border="1" cellspacing="0"
                 cellpadding="5">
  79               <tr>
  80                 <td colspan="2" class="greytableheader">
  80                   <div align="center" style="font-size: 120%;">
  80                     <a name="qual_purp_care" id="qual_purp_care">
  80                     </a>
  80                     Quality and Purpose of Care
  80                   </div>
  80                 </td>
  81               </tr>
  82               <tr>
  83                 <td width="70%">
  83                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
  83                     Title:
  83                   </h3>
  83                 </td>
  84                 <td width="30%">
  84                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
  84                     When Inserted:
  84                   </h3>
  84                 </td>
  85               </tr>
  86               <tr>
  86                 <td width='50%'>
  86                   There are currently no forms in this category.
  86                 </td>
  86                 <td>
  86                   N.A.
  86                 </td>
  86               </tr>
  87             </table>
  89             <br />
  90             <table title="Children’s Views, Wishes and Feelings" width="95%" border="1" cellspacing="0"
                 cellpadding="5">
  91               <tr>
  92                 <td colspan="2" class="greytableheader">
  92                   <div align="center" style="font-size: 120%;">
  92                     <a name="ch_views" id="ch_views">
  92                     </a>
  92                     Children's Views, Wishes and Feelings
  92                   </div>
  92                 </td>
  93               </tr>
  94               <tr>
  95                 <td width="70%">
  95                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
  95                     Title:
  95                   </h3>
  95                 </td>
  96                 <td width="30%">
  96                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
  96                     When Inserted:
  96                   </h3>
  96                 </td>
  97               </tr>
  98               <tr>
  98                 <td width='50%'>
  98                   There are currently no forms in this category.
  98                 </td>
  98                 <td>
  98                   N.A.
  98                 </td>
  98               </tr>
  99             </table>
 101             <br />
 102             <table title="Education" width="95%" border="1" cellspacing="0" cellpadding="5">
 103               <tr>
 104                 <td colspan="2" class="greytableheader">
 104                   <div align="center" style="font-size: 120%;">
 104                     <a name="education" id="education">
 104                     </a>
 104                     Education
 104                   </div>
 104                 </td>
 105               </tr>
 106               <tr>
 107                 <td width="70%">
 107                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 107                     Title:
 107                   </h3>
 107                 </td>
 108                 <td width="30%">
 108                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 108                     When Inserted:
 108                   </h3>
 108                 </td>
 109               </tr>
 110               <tr>
 110                 <td width='50%'>
 110                   There are currently no forms in this category.
 110                 </td>
 110                 <td>
 110                   N.A.
 110                 </td>
 110               </tr>
 111             </table>
 113             <br />
 114             <table title="Enjoyment and Achievement" width="95%" border="1" cellspacing="0" cellpadding="5">
 115               <tr>
 116                 <td colspan="2" class="greytableheader">
 116                   <div align="center" style="font-size: 120%;">
 116                     <a name="enjoy_achiev" id="enjoy_achiev">
 116                     </a>
 116                     Enjoyment and Achievement
 116                   </div>
 116                 </td>
 117               </tr>
 118               <tr>
 119                 <td width="70%">
 119                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 119                     Title:
 119                   </h3>
 119                 </td>
 120                 <td width="30%">
 120                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 120                     When Inserted:
 120                   </h3>
 120                 </td>
 121               </tr>
 122               <tr>
 122                 <td width='50%'>
 122                   There are currently no forms in this category.
 122                 </td>
 122                 <td>
 122                   N.A.
 122                 </td>
 122               </tr>
 123             </table>
 125             <br />
 126             <table title="Promoting Health and Wellbeing" width="95%" border="1" cellspacing="0"
                 cellpadding="5">
 127               <tr>
 128                 <td colspan="2" class="greytableheader">
 128                   <div align="center" style="font-size: 120%;">
 128                     <a name="promot_health_wellbeing" id="promot_health_wellbeing">
 128                     </a>
 128                     Promoting Health and Wellbeing
 128                   </div>
 128                 </td>
 129               </tr>
 130               <tr>
 131                 <td width="70%">
 131                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 131                     Title:
 131                   </h3>
 131                 </td>
 132                 <td width="30%">
 132                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 132                     When Inserted:
 132                   </h3>
 132                 </td>
 133               </tr>
 134               <tr>
 134                 <td width='50%'>
 134                   There are currently no forms in this category.
 134                 </td>
 134                 <td>
 134                   N.A.
 134                 </td>
 134               </tr>
 135             </table>
 137             <br />
 138             <table title="Positive Relationships" width="95%" border="1" cellspacing="0" cellpadding="5">
 139               <tr>
 140                 <td colspan="2" class="greytableheader">
 140                   <div align="center" style="font-size: 120%;">
 140                     <a name="positive_rel" id="positive_rel">
 140                     </a>
 140                     Positive Relationships
 140                   </div>
 140                 </td>
 141               </tr>
 142               <tr>
 143                 <td width="70%">
 143                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 143                     Title:
 143                   </h3>
 143                 </td>
 144                 <td width="30%">
 144                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 144                     When Inserted:
 144                   </h3>
 144                 </td>
 145               </tr>
 146               <tr>
 146                 <td width='50%'>
 146                   There are currently no forms in this category.
 146                 </td>
 146                 <td>
 146                   N.A.
 146                 </td>
 146               </tr>
 147             </table>
 149             <br />
 150             <table title="Protection of Children" width="95%" border="1" cellspacing="0" cellpadding="5">
 151               <tr>
 152                 <td colspan="2" class="greytableheader">
 152                   <div align="center" style="font-size: 120%;">
 152                     <a name="protect_ch" id="protect_ch">
 152                     </a>
 152                     Protection of Children
 152                   </div>
 152                 </td>
 153               </tr>
 154               <tr>
 155                 <td width="70%">
 155                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 155                     Title:
 155                   </h3>
 155                 </td>
 156                 <td width="30%">
 156                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 156                     When Inserted:
 156                   </h3>
 156                 </td>
 157               </tr>
 158               <tr>
 158                 <td width='50%'>
 158                   There are currently no forms in this category.
 158                 </td>
 158                 <td>
 158                   N.A.
 158                 </td>
 158               </tr>
 159             </table>
 161             <br />
 163             <table title="Leadership and Management" width="95%" border="1" cellspacing="0" cellpadding="5">
 164               <tr>
 165                 <td colspan="2" class="greytableheader">
 165                   <div align="center" style="font-size: 120%;">
 165                     <a name="leadership_manag" id="leadership_manag">
 165                     </a>
 165                     Leadership and Management
 165                   </div>
 165                 </td>
 166               </tr>
 167               <tr>
 168                 <td width="70%">
 168                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 168                     Title:
 168                   </h3>
 168                 </td>
 169                 <td width="30%">
 169                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 169                     When Inserted:
 169                   </h3>
 169                 </td>
 170               </tr>
 171               <tr>
 171                 <td>
 171 next issueprevious issueE043 Invalid URI found in redirected link in attribute 'href':
A URI was found in the redirect link that is invalid according to RFC 3986. A common mistake is to include spaces.                       <a
                       href="http://www.proceduresonline.com/nextstage4life/index.html/.././user_controlled_lcms_area/uploaded_files/
                       Annual%20Leave.docx" target="_blank">
 171                     Annual Leave Policy
 171                   </a>
 171                 </td>
 172                 <td>
 172                   25.04.2019
 172                 </td>
 172               </tr>
 173               <tr>
 173                 <td>
 173 next issueprevious issueE043 Invalid URI found in redirected link in attribute 'href':
A URI was found in the redirect link that is invalid according to RFC 3986. A common mistake is to include spaces.                       <a
                       href="http://www.proceduresonline.com/nextstage4life/index.html/.././user_controlled_lcms_area/uploaded_files/
                       Disclosure%20and%20Barring%20Policy.pdf" target="_blank">
 173                     Disclosure and Barring Policy
 173                   </a>
 173                 </td>
 174                 <td>
 174                   25.04.2019
 174                 </td>
 174               </tr>
 175               <tr>
 175                 <td>
 175 next issueprevious issueE043 Invalid URI found in redirected link in attribute 'href':
A URI was found in the redirect link that is invalid according to RFC 3986. A common mistake is to include spaces.                       <a
                       href="http://www.proceduresonline.com/nextstage4life/index.html/.././user_controlled_lcms_area/uploaded_files/
                       Recruitment%20of%20Ex-Offenders%20Policy.pdf" target="_blank">
 175                     Recruitment of Ex-Offenders Policy
 175                   </a>
 175                 </td>
 176                 <td>
 176                   25.04.2019
 176                 </td>
 176               </tr>
 177               <tr>
 177                 <td>
 177 next issueprevious issueE043 Invalid URI found in redirected link in attribute 'href':
A URI was found in the redirect link that is invalid according to RFC 3986. A common mistake is to include spaces.                       <a
                       href="http://www.proceduresonline.com/nextstage4life/index.html/.././user_controlled_lcms_area/uploaded_files/
                       Heallth%20%26%20Safety%20Policy.docx" target="_blank">
 177                     Health and Safety Policy
 177                   </a>
 177                 </td>
 178                 <td>
 178                   03.06.2019
 178                 </td>
 178               </tr>
 179             </table>
 181             <br />
 182             <table title="Care Planning" width="95%" border="1" cellspacing="0" cellpadding="5">
 183               <tr>
 184                 <td colspan="2" class="greytableheader">
 184                   <div align="center" style="font-size: 120%;">
 184                     <a name="care_plan" id="care_plan">
 184                     </a>
 184                     Care Planning
 184                   </div>
 184                 </td>
 185               </tr>
 186               <tr>
 187                 <td width="70%">
 187                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 187                     Title:
 187                   </h3>
 187                 </td>
 188                 <td width="30%">
 188                   <h3 class="h3_subheading_no_underline" style="margin-top: 2px; font-size: 100%;
                       margin-bottom:2px;">
 188                     When Inserted:
 188                   </h3>
 188                 </td>
 189               </tr>
 190               <tr>
 190                 <td width='50%'>
 190                   There are currently no forms in this category.
 190                 </td>
 190                 <td>
 190                   N.A.
 190                 </td>
 190               </tr>
 191             </table>
 192             <p>
 192               <br />
 193               <br />
 194             </p>
 195           </div>
 196         </div>
 197       </div>
 198     </div>
 199     <div id="footer-wrap">
 200       <div id="footer-container">
 200         <div id="footer">
 201 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">
 202             <tr>
 203               <td width="60%" align="left" style="padding-top: 0px;">
 203                 <a href="http://www.trixonline.co.uk/" target="_blank">
 203                   <img src="images/trix_logo.gif" width="57" height="22" alt="tri.x logo" border="0"/>
 203                 </a>
 203                 &nbsp;&nbsp;&nbsp;&nbsp;
 203                 <span class="darkdivider">
 203                   |
 203                 </span>
 203                 &nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy;
 203                 <a href="http://www.trixonline.co.uk/" target="_blank">
 203                   tri.x
 203                 </a>
 203                 &nbsp;&nbsp;&nbsp;&nbsp;
 203                 <span class="darkdivider">
 203                   |
 203                 </span>
 203                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 203               </td>
 204               <td width="40%" align="right" valign="top" style="padding-top: 0px;">
 206                 <div class="footer_box">
 206                   <a href="#">
 206                     visibility:
 206                   </a>
 206                   &nbsp;
 206                   <a href="#" onclick="setActiveStyleSheet('small'); return false;">
 206                     <img src="images/icons/small_a.gif" alt="View this website with small text" border="0" />
 206                   </a>
 206                   <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
 206                     <img src="images/icons/medium_a.gif" border="0" alt="View this website with medium
                         text" />
 206                   </a>
 206                   <a href="#" onclick="setActiveStyleSheet('large'); return false;">
 206                     <img src="images/icons/large_a.gif" border="0" alt="View this website with large text" />
 206                   </a>
 206                   <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
 206                     <img src="images/icons/hivis.gif" border="0" alt="View this website with high
                         visibility" />
 206                   </a>
 206                   &nbsp;&nbsp;
 206                   <span class="darkdivider">
 206                     |
 206                   </span>
 206                   &nbsp;&nbsp;
 206                 </div>
 207                 <div class="footer_box">
 207                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 207                     <img src="images/icons/favourite.gif" alt="Add this page to your favourites" width="18"
                         height="18" border="0" />
 207                   </a>
 207                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 207                     favourites
 207                   </a>
 207                   &nbsp;&nbsp;
 207                   <span class="darkdivider">
 207                     |
 207                   </span>
 207                   &nbsp;&nbsp;
 207                 </div>
 208                 <div class="footer_box">
 208 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"/>
 210                   <a href="#" onclick="printSpecial()">
 210                     print
 210                   </a>
 210                   &nbsp;&nbsp;
 210                   <span class="darkdivider">
 210                     |
 210                   </span>
 210                   &nbsp;&nbsp;
 210                 </div>
 211               </td>
 212             </tr>
 213           </table>
 214         </div>
 214       </div>
 215     </div>
 216   </body>
 217 </html>