Total Validator Home Page

Page report

Issue report

Summary

Total errors found:
2
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       Moving to Another Placement | 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 class="h1">
  63               Moving to Another Placement
  63             </h1>
  64             <div class="scope_box" style="padding-bottom: 0px; padding-top: 15px;">
  65               <h2 class="h3">
  65                 REGULATIONS AND STANDARDS
  65               </h2>
  66               <p>
  66                 <a
                     href="http://qualitystandards.proceduresonline.com/homes/p_quality_standards.html#care_plannin
                     g" target="_blank">
  66                   The Care Planning Standard
  66                 </a>
  66                 <br />
  67                 Regulation 14
  67               </p>
  68               <p>
  68                 <a href="http://qualitystandards.proceduresonline.com/homes/p_quality_standards.html#reg_5"
                     target="_blank">
  68                   Regulation 5 – Engaging with the Wider System to Ensure Each Child's Needs are Met
  68                 </a>
  68               </p>
  69               <h3 class="h3">
  69                 SCOPE OF THIS CHAPTER
  69               </h3>
  70               <p>
  70                 This chapter covers when a child or young person is making a planned move (i.e. one that is
                     agreed within their Care Plan) and applies whether they are returning home or moving to
                     another placement.
  70               </p>
  71               <h3 class="h3">
  71                 RELATED CHAPTERS
  71               </h3>
  72               <a href="p_place_plan.html">
  72                 Placement Planning and Disruption Procedure
  73               </a>
  74               <p>
  74                 <a href="p_leave_care.html">
  74                   Preparation for Leaving Care Procedure
  74                 </a>
  74               </p>
  75               <h3 class="h3">
  75                 AMENDMENT
  75               </h3>
  76               <p>
  76                 In March 2020, this guidance was reviewed throughout and updated as required.
  76                 <a href="#arrange">
  76                   Section 2, Arrangements for the Transfer or Discharge
  76                 </a>
  76                 has been updated to include a note on the actions placing authorities are required to
                     undertake if a young person is moving from the home into an unregulated placement.
  76               </p>
  77               <h2 class="h2">
  77                 &nbsp;
  77               </h2>
  78             </div>
  79             <h2 class="h2_underlined">
  79               <br />
  80               Contents
  80             </h2>
  81             <ol>
  82               <li>
  82                 <a href="#decsn_making">
  82                   Decision Making and Notice Period
  82                 </a>
  82               </li>
  83               <li>
  83                 <a href="#arrange">
  83                   Arrangements for the Transfer or Discharge
  83                 </a>
  83               </li>
  84               <li>
  84                 <a href="#notificns">
  84                   Notifications
  84                 </a>
  84               </li>
  85               <li>
  85                 <a href="#aftrcare">
  85                   Aftercare/Contact
  85                 </a>
  85               </li>
  86             </ol>
  87             <h2 class="h2_underlined">
  87               <br />
  88               <a id="decsn_making" name="decsn_making">
  88               </a>
  88               1. Decision Making and Notice Period
  88             </h2>
  89             <p>
  89               Children must remain in the home unless it no longer meets their needs as set out in the Care
                   Plan, or the home has been unable to deliver the services required to meet the child's assessed
                   needs. Except in an urgent situation (for example because of an immediate risk of serious harm
                   to the child or to protect others from serious injury) any change of placement should only take
                   place following a Looked After Review chaired by the childs Independent Reviewing Officer (IRO).
  89             </p>
  90             <p>
  90               Where it appears a child / young person would benefit from a transfer to another home or
                   placement, the home&rsquo;s manager should discuss this with the child&rsquo;s social worker who
                   will, in turn, raise it with the Independent Reviewing Officer. A planned placement move can
                   only take place once approval from the placing authority has been received in writing.
  90             </p>
  91             <p>
  91               Before any change of placement or transfer to another home is made the following people must be
                   consulted and their views recorded:
  91             </p>
  92             <ul>
  93               <li>
  93                 The child;
  93               </li>
  94               <li>
  94                 The child's social worker;
  94               </li>
  95               <li>
  95                 The child's Independent reviewing Officer (IRO);The child&rsquo;s social worker should
                     notify/consult the child's parents / carers.
  95               </li>
  96             </ul>
  97             <p>
  97               (
  97               <span class="bold">
  97                 NOTE
  97               </span>
  97               : if, in an emergency situation, the registered person has to move a child out of the home to
                   other accommodation; the accommodation must be suitable to meet the child&rsquo;s needs. The
                   child&rsquo;s social worker or line manager should be informed and, where the child is
                   accommodated under S.20 (Children Act 1989), the parent must also be informed immediately by
                   them. A Looked After Review should be convened as soon as possible after the emergency move has
                   taken place. For more information on the procedure to be following when a child is moved in an
                   emergency please see
  97               <a href="p_emer_plac_rev.html">
  97                 Emergency Placement and Emergency Reviews Procedure
  97               </a>
  97               .
  97             </p>
  98             <h3 class="h3">
  98               Specific requirements at Key Stage 4
  98             </h3>
  99             <p>
  99               A senior officer in the placing authority must approve of any change of placement affecting a
                   child in Key Stage 4, except in an emergency/where the placement is terminated because of an
                   immediate risk of serious harm to the child or to protect others from serious injury.
  99             </p>
 100             <p>
 100               Before approving the decision the placing authority must ensure that:
 100             </p>
 101             <ul>
 102               <li>
 102                 The child's wishes and feelings have been ascertained and given due consideration;
 102               </li>
 103               <li>
 103                 The wishes and feelings of the parent(s) have been ascertained;
 103               </li>
 104               <li>
 104                 The educational provision will promote educational achievement and is consistent with the PEP;
 104               </li>
 105               <li>
 105                 The Independent Reviewing Officer has been consulted;
 105               </li>
 106               <li>
 106                 The Designated Teacher at the child's school has been consulted.
 106               </li>
 107             </ul>
 108             <p>
 108               Other than in Key Stage 4, where the placing local authority proposes making any change to the
                   child's placement that would have the effect of disrupting the arrangements made for education
                   and training, they must ensure that other arrangements are made for education or training that
                   meet the child's needs and are consistent with the PEP.
 108             </p>
 109             <p>
 109               For a temporary move out of the home, it must be remembered that the child will remain under
                   their current Care Plan and staff should discuss with the child that expectations such as house
                   rules, education etc. still apply.
 109             </p>
 110             <p>
 110               Any decision to terminate a young person's placement and request that they are moved to another
                   home must be approved by a senior manager.
 110             </p>
 111             <p>
 111               Normally, young people will remain in the existing home for a minimum of 28 days after the
                   decision to move has been reached to enable proper planning to take place
 111             </p>
 112             <h2 class="h2_underlined">
 112               <br />
 113               <a id="arrange" name="arrange">
 113               </a>
 113               2. Arrangements for the Transfer or Discharge
 113             </h2>
 114             <p>
 114               Assuming the decision to move the child has been approved at the Looked After Review, the
                   Existing Manager should liaise with the New Manager and take all reasonable steps to ensure the
                   young person's transfer or discharge is managed sensitively and that the move is a positive
                   experience.
 114             </p>
 115             <p>
 115               The young person and parents should be consulted and kept informed of all key decisions and
                   arrangements in relation to any transfer or discharge. If possible, the young person and parents
                   should undertake visits to the new Home/Placement and should be provided with information such
                   as the Statement of Purpose or Children's Guide.
 115             </p>
 116             <p>
 116               The Existing Manager should liaise with the following people to ensure that the child&rsquo;s
                   plans and records (see below) are completed or brought up to date before the young person moves:
 116             </p>
 117             <ul>
 118               <li>
 118                 The social worker;
 118               </li>
 119               <li>
 119                 The key worker;
 119               </li>
 120               <li>
 120                 Parents or those with Parental Responsibility;
 120               </li>
 121               <li>
 121                 The young person;
 121               </li>
 122               <li>
 122                 The manager of the new home;
 122               </li>
 123               <li>
 123                 Virtual School Head;
 123               </li>
 124               <li>
 124                 Other relevant people/agencies, e.g. Personal Adviser, advocate.
 124               </li>
 125             </ul>
 126             The Plans or records that must be brought up to date or completed by the social worker or others,
                 and made available for the New Manager / carer, are:
 127             <ul>
 128               <li>
 128                 The young person's
 128                 <a href="http://trixresources.proceduresonline.com/nat_key/keywords/care_plan.html"
                     target="_blank">
 128                   Care Plan
 128                 </a>
 128                 - the social worker is responsible for this record;
 128               </li>
 129               <li>
 129                 Where appropriate, the young person's
 129                 <a href="http://trixresources.proceduresonline.com/nat_key/keywords/pathway_plan.html"
                     target="_blank">
 129                   Pathway Plan
 129                 </a>
 129                 - the social worker or
 129                 <a href="http://trixresources.proceduresonline.com/nat_key/keywords/personal_adviser.html"
                     target="_blank" class="keyword">
 129                   Personal Adviser
 129                 </a>
 129                 is responsible for this plan;
 129               </li>
 130               <li>
 130                 The young person's
 130                 <a
                     href="http://trixresources.proceduresonline.com/nat_key/keywords/pers_education_plan.html"
                     target="_blank" class="keyword">
 130                   Personal Education Plan
 130                 </a>
 130                 (PEP), any recent SEN Support Plans or, where appropriate, the young person's
 130                 <a
                     href="http://trixresources.proceduresonline.com/nat_key/keywords/ed_health_care_plan.html"
                     target="_blank">
 130                   Education, Health and Care Plan
 130                 </a>
 130                 - the social worker should obtain these plans/reports;
 130               </li>
 131               <li>
 131                 Details, plans or arrangements relating to the young person's
 131                 <a
                     href="http://trixresources.proceduresonline.com/nat_key/keywords/health_care_assessment.html
                     " target="_blank">
 131                   Health Care Assessment
 131                 </a>
 131                 .
 131               </li>
 132             </ul>
 133             <p>
 133               Prior to the move, the Existing Manger and New Manager / carer must liaise with each other to
                   ensure that all appropriate arrangements are made, for example:
 133             </p>
 134             <ol>
 135               <li type="a">
 135                 The young person's
 135                 <a href="http://trixresources.proceduresonline.com/nat_key/keywords/placement_plan.html"
                     target="_blank">
 135                   Placement Plan
 135                 </a>
 135                 - the New Home Manager / carer is responsible for this but the Existing Home Manager should
                     contribute/offer advice on plans/strategies that have been used. Ideally the Placement Plan
                     must be completed before or upon admission, or if this is not possible, within 5 working days
                     of the start of the placement. The existing Home Manager must produce an End of Placement
                     report within 3 days of the child's discharge;
 135               </li>
 136               <li type="a">
 136                 The Existing Home Manager should ensure that the young person's file is brought up to date.
                     Any hard copy documents should be passed to the New Home Manager / carer;
 136               </li>
 137               <li type="a">
 137                 If it appears necessary, the New Home Manager / carer / child&rsquo;s social worker should
                     arrange a Placement Planning Meeting, preferably before the move/transfer
 137                 <span class="bold">
 137                   but within
 137                 </span>
 137                 5 working days of the placement. (Note that essential information for providing safe care to
                     the child must be available to the home at the start of the placement). See
 137                 <a href="p_place_plan.html">
 137                   Placement Planning Meetings Procedure
 137                 </a>
 137                 ;
 137               </li>
 138               <li type="a">
 138                 If there is a risk that the young person may go missing, the New Home Manager should arrange
                     for a Risk Assessment to be completed;
 138               </li>
 139               <li type="a">
 139                 The New Manager / carer should liaise with the social worker to ensure arrangements are in
                     place for the young person to be registered with a GP, Dentist and Optician (see
 139                 <a href="p_health.html">
 139                   Health Notifications and Access to Services Procedure
 139                 </a>
 139                 ) and should liaise with the Existing Home Manager to obtain information/arrangements for any
                     medication or other healthcare arrangements;
 139               </li>
 140               <li type="a">
 140                 The New Home Manager / carer should check to ensure that the young person has had a Health
                     Care Assessment in line with set out in
 140                 <a href="p_hlth_assm_pln.html">
 140                   Health Care Assessments and Plans Procedure
 140                 </a>
 140                 , and liaise with the social worker as necessary if this is required;
 140               </li>
 141               <li type="a">
 141                 The New Home Manager should ensure the young person is provided with:
 142                 <ul>
 143                   <li>
 143                     A copy of the Children's Guide;
 143                   </li>
 144                   <li>
 144                     A copy of the Placing Authority's Complaints Procedure;
 144                   </li>
 145                   <li>
 145                     Details of how to access an independent advocacy service;
 145                   </li>
 146                   <li>
 146                     All personal items and belongings (excluding withheld items).
 146                   </li>
 147                 </ul>
 148               </li>
 149             </ol>
 150             <p>
 150               For all transfers/discharges within our care or to other placements, the Existing Home Manager
                   should ensure the following arrangements are made:
 150             </p>
 151             <ol>
 152               <li type="a">
 152                 That the young person takes all their clothing and personal belongings or arrangements are
                     made for them to be passed to the New Home Manager/ carer. The Existing Home Manager must
                     ensure that the young person's belongings/clothing are packed in a luggage case or other
                     appropriate packaging;
 152               </li>
 153               <li type="a">
 153                 Where children have been in our care for an extended period, memento albums and photographs
                     from the home should be prepared for them so they have a record of their period of life at the
                     home;
 153               </li>
 154               <li type="a">
 154                 If the young person is discharged from our care, the Existing Home Manager must ensure that
                     the young person's file is brought up to date, collated, tidied and archived;
 154               </li>
 155               <li type="a">
 155                 The Existing and New Home Manager must ensure that the Designated Manager (Transfers) and
                     others listed in
 155                 <a href="#notificns">
 155                   Section 3, Notifications
 155                 </a>
 155                 are notified of the transfer/discharge.
 155               </li>
 156             </ol>
 157             <p>
 157               <span class="bold">
 157                 Important Note
 157               </span>
 157               : where the young person will be moving to 'unregulated' accommodation (i.e. accommodation that
                   is not regulated/inspected by OFSTED), or has a vacation placement if they are at college, the
                   placing local authority must:
 157             </p>
 158             <ol type="i">
 159               <li>
 159                 Arrange a review of the Pathway Plan 28 days (or as soon as practicable thereafter) from the
                     time the accommodation is provided; and
 159               </li>
 160               <li>
 160                 Determine at what intervals (not exceeding 3 months) subsequent reviews will be carried out.
 160               </li>
 161             </ol>
 162             <h2 class="h2_underlined">
 162               <br />
 163               <a id="notificns" name="notificns">
 163               </a>
 163               3. Notifications
 163             </h2>
 164             <p>
 164               The registered person must notify, without delay, the local authority for the area in which the
                   home is located of every admission of a child into the home and every discharge of a child from
                   the home.
 164             </p>
 165             <p>
 165               The notification must state:
 165             </p>
 166             <ol type="a">
 167               <li>
 167                 The child&rsquo;s name and date of birth;
 167               </li>
 168               <li>
 168                 Whether the child is provided with accommodation under section 20 or 21 of the Children Act
                     1989(1);
 168               </li>
 169               <li>
 169                 Whether the child is subject to a care or supervision order under section 31 of the Children
                     Act 1989(2);
 169               </li>
 170               <li>
 170                 The contact details for:
 171                 <ol type="i">
 172                   <li>
 172                     The child&rsquo;s placing authority; and
 172                   </li>
 173                   <li>
 173                     The Independent Reviewing Officer appointed for the child&rsquo;s case; and
 173                   </li>
 174                 </ol>
 175               </li>
 176               <li>
 176                 Whether the child has an EHC Pan and, if so, details of the local authority with
                     responsibility for the EHC plan or for maintaining the statement of special educational needs.
 176               </li>
 177             </ol>
 178             <p>
 178               The social worker should also notify the young person's parents and significant relatives or
                   friends, and should liaise with the New Home Manager to arrange contact with the young person.
 178               <span class="bold">
 178                 NOTE
 178               </span>
 178               : No contact may be permitted between the young person and his/her parents, relatives or friends
                   unless agreed with the social worker and set out in the young person's Care Plan.
 178             </p>
 179             <h2 class="h2_underlined">
 179               <br />
 180               <a id="aftrcare" name="aftrcare">
 180               </a>
 180               4. Aftercare/Contact
 180             </h2>
 181             <p>
 181               Any arrangements for aftercare or on going contact between our Care staff and the young person
                   or their parents/family must be agreed with the social worker and set out in the young
                   person's Placement Plan.
 181             </p>
 182             <p>
 182               &nbsp;
 182             </p>
 183             <p>
 183               <br />
 184               <br />
 185             </p>
 186           </div>
 187         </div>
 188       </div>
 189     </div>
 190     <div id="footer-wrap">
 191       <div id="footer-container">
 191         <div id="footer">
 192 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">
 193             <tr>
 194               <td width="60%" align="left" style="padding-top: 0px;">
 194                 <a href="http://www.trixonline.co.uk/" target="_blank">
 194                   <img src="images/trix_logo.gif" width="57" height="22" alt="tri.x logo" border="0"/>
 194                 </a>
 194                 &nbsp;&nbsp;&nbsp;&nbsp;
 194                 <span class="darkdivider">
 194                   |
 194                 </span>
 194                 &nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy;
 194                 <a href="http://www.trixonline.co.uk/" target="_blank">
 194                   tri.x
 194                 </a>
 194                 &nbsp;&nbsp;&nbsp;&nbsp;
 194                 <span class="darkdivider">
 194                   |
 194                 </span>
 194                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 194               </td>
 195               <td width="40%" align="right" valign="top" style="padding-top: 0px;">
 197                 <div class="footer_box">
 197                   <a href="#">
 197                     visibility:
 197                   </a>
 197                   &nbsp;
 197                   <a href="#" onclick="setActiveStyleSheet('small'); return false;">
 197                     <img src="images/icons/small_a.gif" alt="View this website with small text" border="0" />
 197                   </a>
 197                   <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
 197                     <img src="images/icons/medium_a.gif" border="0" alt="View this website with medium
                         text" />
 197                   </a>
 197                   <a href="#" onclick="setActiveStyleSheet('large'); return false;">
 197                     <img src="images/icons/large_a.gif" border="0" alt="View this website with large text" />
 197                   </a>
 197                   <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
 197                     <img src="images/icons/hivis.gif" border="0" alt="View this website with high
                         visibility" />
 197                   </a>
 197                   &nbsp;&nbsp;
 197                   <span class="darkdivider">
 197                     |
 197                   </span>
 197                   &nbsp;&nbsp;
 197                 </div>
 198                 <div class="footer_box">
 198                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 198                     <img src="images/icons/favourite.gif" alt="Add this page to your favourites" width="18"
                         height="18" border="0" />
 198                   </a>
 198                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 198                     favourites
 198                   </a>
 198                   &nbsp;&nbsp;
 198                   <span class="darkdivider">
 198                     |
 198                   </span>
 198                   &nbsp;&nbsp;
 198                 </div>
 199                 <div class="footer_box">
 199 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"/>
 201                   <a href="#" onclick="printSpecial()">
 201                     print
 201                   </a>
 201                   &nbsp;&nbsp;
 201                   <span class="darkdivider">
 201                     |
 201                   </span>
 201                   &nbsp;&nbsp;
 201                 </div>
 202               </td>
 203             </tr>
 204           </table>
 205         </div>
 205       </div>
 206     </div>
 207   </body>
 208 </html>