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       Looked After Reviews | 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               Looked After Reviews
  63             </h1>
  65             <div class="scope_box" style="padding-bottom: 0px; padding-top: 15px;">
  66               <h2 class="h3">
  66                 REGULATIONS AND STANDARDS
  66               </h2>
  67               <p>
  67                 <a href="http://qualitystandards.proceduresonline.com/homes/p_quality_standards.html#reg_5"
                     target="_blank">
  67                   Regulation 5 – Engaging with the Wider System to Ensure Each Child's Needs are Met
  67                 </a>
  67               </p>
  68               <p>
  68                 <a
                     href="http://qualitystandards.proceduresonline.com/homes/p_quality_standards.html#care_plannin
                     g" target="_blank">
  68                   The Care Planning Standard
  68                 </a>
  68               </p>
  69               <h3 class="h3">
  69                 SCOPE OF THIS CHAPTER
  69               </h3>
  70               <p>
  70                 Arranging Looked After Reviews, is the responsibility of the child's social worker, in
                     collaboration with the Independent Reviewing Officer. However, staff in children's homes play
                     a crucial role in the process.
  70               </p>
  71               <p>
  71                 This chapter explains the purpose of the Looked After Review and summarises the
                     responsibilities of the social worker, Independent Reviewing Officer and outlines the steps
                     which should be taken by the home.
  71               </p>
  72             </div>
  73             <h2 class="h2_underlined">
  73               <br />
  74               Contents
  74             </h2>
  75             <ol>
  77               <li>
  77                 <a href="#purpose">
  77                   Purpose of Looked After Reviews
  77                 </a>
  77               </li>
  78               <li>
  78                 <a href="#frequency">
  78                   Frequency of Looked After Reviews
  78                 </a>
  78               </li>
  79               <li>
  79                 <a href="#convening">
  79                   Convening Looked After Reviews
  79                 </a>
  79               </li>
  80               <li>
  80                 <a href="#purpose_rev">
  80                   Purpose of the Review
  80                 </a>
  80               </li>
  81               <li>
  81                 <a href="#after_rev">
  81                   After the Review
  81                 </a>
  81               </li>
  82               <li>
  82                 <a href="#role">
  82                   Role of the Independent Reviewing Officer (IRO)
  82                 </a>
  82               </li>
  83               <li>
  83                 <a href="#home_arr">
  83                   The Home's Arrangements for Looked After Reviews
  83                 </a>
  83               </li>
  84             </ol>
  85             <h2 class="h2_underlined">
  85               <br />
  86               1.
  86               <a id="purpose" name="purpose">
  86               </a>
  86               Purpose of Looked After Reviews
  86             </h2>
  87             <p>
  87               A Looked After Review must take place before any significant change is made to the child's Care
                   Plan, unless that is not reasonably practicable, including a decision to cease looking after a
                   child.
  87             </p>
  88             <p>
  88               The purpose of the Looked After Review is to:
  88             </p>
  89             <ul>
  90               <li>
  90                 Ensure that appropriate plans are in place to safeguard and promote the overall welfare of the
                     Looked After child in the most effective way and to achieve permanence within a timescale that
                     meets their needs;
  90               </li>
  91               <li>
  91                 To monitor the progress of these plans and ensure they are being progressed effectively;
  91               </li>
  92               <li>
  92                 To make decisions, as necessary, for amendments to these plans to reflect any change in
                     knowledge and/or circumstances;
  92               </li>
  93               <li>
  93                 To ensure the needs of children looked after as a result of a secure remand are met;
  93               </li>
  94               <li>
  94                 To ensure that an Eligible Young Person moving into semi-independent accommodation is ready
                     and prepared to move.
  94               </li>
  95             </ul>
  96             <p>
  96               Looked After Reviews will be chaired by an Independent Reviewing Officer.
  96             </p>
  97             <p>
  97               It is important that decisions taken at Looked After Reviews are implemented, to ensure this
                   responsibility for actions following the review should be clearly defined.
  97             </p>
  98             <p>
  98               The key plans that should be considered at a Looked After Review are:
  98             </p>
  99             <ul>
 100               <li>
 100                 Care Plan or Pathway Plan (where appropriate);
 100               </li>
 101               <li>
 101                 Permanence Plan;
 101               </li>
 102               <li>
 102                 Health Care Plan;
 102               </li>
 103               <li>
 103                 Personal Education Plan (PEP).
 103               </li>
 104             </ul>
 105             <p>
 105               The review should also take account of the child's Placement Plan and any other plans or
                   strategies (e.g. behaviour management strategy), ensuring that they are up to date, or that
                   arrangements are in place to update them.
 105             </p>
 106             <h2 class="h2_underlined">
 106               <br />
 107               2.
 107               <a id="frequency" name="frequency">
 107               </a>
 107               Frequency of Looked After Reviews
 107             </h2>
 108             <p>
 108               Usually, Looked After Reviews should be convened at the following intervals
 108             </p>
 109             <ul>
 110               <li>
 110                 An initial Looked After Review should be conducted within 20 working days of the child
                     becoming Looked After;
 110               </li>
 111               <li>
 111                 The second Looked After Review should be conducted within 3 months of an Initial Looked After
                     Review.
 111               </li>
 112             </ul>
 113             <p>
 113               Subsequent Looked After Reviews should be conducted not more than 6 months after any previous
                   Review.
 113             </p>
 114             <p>
 114               These are maximum timescales, Looked After Reviews can be convened sooner if consideration is
                   being given to ending or changing the child's placement, or the urgency of the case determines a
                   Review is needed e.g. the child's social worker assesses that the child's welfare is not being
                   adequately safeguarded and promoted.
 114             </p>
 115             <p>
 115               Looked After Reviews should be brought forward by the Independent Reviewing Officer if they are
                   notified by the child's social worker or residential worker of any significant change or event
                   in the child's life. This could include:
 115             </p>
 116             <ul>
 117               <li>
 117                 A proposed change of care plan for example arising at short notice in the course of
                     proceedings following directions from the court;
 117               </li>
 118               <li>
 118                 Where agreed decisions from the review are not carried out within the specified timescale;
 118               </li>
 119               <li>
 119                 Major change to the contact arrangements;
 119               </li>
 120               <li>
 120                 Changes of allocated social worker;
 120               </li>
 121               <li>
 121                 Any safeguarding concerns involving the child, which may lead to enquiries being made under
                     section 47 of the 1989 Act ('child protection enquiries') and outcomes of child protection
                     conferences, or other meetings that are not attended by the IRO;
 121               </li>
 122               <li>
 122                 Complaints from or on behalf of the child, parent or carer;
 122               </li>
 123               <li>
 123                 Unexpected changes in the child's placement provision which may significantly impact on
                     placement stability or safeguarding arrangements;
 123               </li>
 124               <li>
 124                 Significant changes in birth family circumstances for example births, marriages or deaths
                     which may have a particular impact on the child;
 124               </li>
 125               <li>
 125                 If the child is charged with any offence leading to referral to youth offending services,
                     pending criminal proceedings and any convictions or sentences as a result of such proceedings;
 125               </li>
 126               <li>
 126                 If the child is excluded from school;
 126               </li>
 127               <li>
 127                 If the child has run away or is missing from an approved placement;
 127               </li>
 128               <li>
 128                 Significant health, medical events, diagnoses, illnesses, hospitalisations, or serious
                     accidents; and panel decisions in relation to permanency.
 128               </li>
 129             </ul>
 130             <p>
 130               Except in urgent circumstances, any change of placement, should only take place following a
                   statutory review of their care plan chaired by their Independent Reviewing Officer (IRO).
 130             </p>
 131             <p>
 131               This is not an exhaustive list and the IRO may judge that other events are significant and
                   require an earlier review. The parents and child should also be consulted about the need for an
                   additional review.
 131             </p>
 132             <p>
 132               Residential staff should ensure the social worker for the child is fully informed and aware of
                   any of the above issues, or any other matter that reflects a significant change or impact upon
                   the child, so that the IRO can review and consider whether an earlier review should be convened.
 132             </p>
 133             <p>
 133               Staff should make available in the home, information in an appropriate form which enables
                   children to contact their placing authority to call for a review of their care plan if they have
                   concerns about their safety or welfare.
 133             </p>
 134             <h2 class="h2_underlined">
 134               <br />
 135               3.
 135               <a name="convening" id="convening">
 135               </a>
 135               Convening Looked After Reviews
 135             </h2>
 136             <h3 class="h3">
 136               3.1 Arranging the first Review
 136             </h3>
 137             <p>
 137               As soon as a child becomes Looked After, the child's social worker must notify the Independent
                   Review Unit by telephone and/or email.
 137             </p>
 138             <p>
 138               This will trigger the appointment of an Independent Reviewing Officer (IRO) for the child. The
                   Independent Review Unit will then arrange the date, time and venue of the child's first Looked
                   After Review.
 138             </p>
 139             <p>
 139               The venue will be agreed with the social worker and the allocated IRO - ideally the Review
                   should take place in the placement.
 139             </p>
 140             <h3 class="h3">
 140               3.2 Arranging second and subsequent Reviews
 140             </h3>
 141             <p>
 141               At the end of each Review the IRO will set the date, time and venue of the next meeting, taking
                   account of what is convenient for participants.
 141             </p>
 142             <p>
 142               Review dates cannot be rearranged unless there are exceptional circumstances and then only if
                   the rearranged meeting can take place within statutory timescales. 
 142             </p>
 143             In the event of a key participant being ill or unable to attend the Review, the meeting will go
                 ahead but the IRO may decide that the Review be adjourned to a new date when all participants can
                 attend.
 144             <h3 class="h3">
 144               3.3 Invitations and the Child's Participation
 144             </h3>
 145             <p>
 145               Discussions will take place between the social worker and the child (subject to age and
                   understanding) at least 20 working days before the Review to look at who the child would like to
                   attend the meeting and where the meeting will be held.
 145             </p>
 146             <p>
 146               Invitations to Reviews will be sent by the Independent Review Unit following consultation with
                   the child's social worker and the IRO, and taking into account the child's wishes. Invites will
                   be sent out at least 10 working days before the meeting.
 146             </p>
 147             <p>
 147               The following people should normally be invited:
 147             </p>
 148             <ul>
 149               <li>
 149                 The child. There is a presumption that the child will attend the Review. A child's disability
                     must not be a bar to the child's attendance;
 149               </li>
 150               <li>
 150                 The parents and those with
 150                 <a href="http://trixresources.proceduresonline.com/nat_key/keywords/parental_respons.html"
                     target="_blank">
 150                   Parental Responsibility
 150                 </a>
 150                 , carers and any significant people or specialists involved in the child's case;
 150               </li>
 151               <li>
 151                 The Key Worker/other representative from the home;
 151               </li>
 152               <li>
 152                 The most appropriate teacher at the child's school (usually the Designated Teacher for looked
                     after children);
 152               </li>
 153               <li>
 153                 A Personal Adviser, if the child is over the age of 16;
 153               </li>
 154               <li>
 154                 An Independent Visitor, if involved;
 154               </li>
 155               <li>
 155                 An interpreter (if required);
 155               </li>
 156               <li>
 156                 Any other person with a legitimate interest in the child&nbsp;e.g. health care professional,
                     GP, a representative from the local authority in whose area it is proposed that the child will
                     be placed; (Such attendance should always be discussed with the child before invitations are
                     made and his/her views obtained);
 156               </li>
 157               <li>
 157                 The officer with lead responsibility for implementing the authority's duty to promote the
                     educational achievement of its looked after children.
 157               </li>
 158             </ul>
 159             <p>
 159               A balance must be struck between who the child wishes to be present and the need for information
                   and input from the professionals and family members involved. Efforts should be made to keep the
                   number present at the meeting as small as possible.&nbsp;It may be appropriate for information
                   to be provided in writing or at a separate meeting&nbsp;where the contribution is strictly
                   factual.
 159             </p>
 160             <p>
 160               Children and parents should also be informed that they can arrange to see the IRO separately if
                   they wish or bring a supporter or interpreter to the Review.
 160             </p>
 161             <p>
 161               Where the child does not wish to attend the Review, the IRO must at the very least speak to the
                   child before the meeting- wherever possible in a face to face meeting.
 161             </p>
 162             <p>
 162               Staff in the home should help each child to prepare for their Review and make child's views,
                   wishes and feelings known at the Review.
 162             </p>
 163             <p>
 163               The child's social worker must ensure that children and families have been given information
                   about the local authority Complaints Procedure. They should also provide the child with details
                   of independent advocacy services who may provide support if the child requires it.
 163             </p>
 164             <h2 class="h2_underlined">
 164               <br />
 165               4.
 165               <a name="purpose_rev" id="purpose_rev">
 165               </a>
 165               Purpose of the Review
 165             </h2>
 166             <p>
 166               The Review will consider the extent to which the aims and objectives of the Care Plan and
                   associated Personal Education Plan (PEP) and, if relevant, Pathway Plan have been achieved. At
                   the second and subsequent Reviews, the review must consider whether there is a suitable
                   Permanence Plan in place. The child's Placement Plan to be reviewed to ensure it continues to
                   meet the needs of the Care and associated plans.
 166             </p>
 167             <p>
 167               In time for the review, or beforehand if required, the home should arrange for an up to date
                   Placement Plan to be available demonstrating what arrangements exist to meet the child's needs.
                   The home should also produce a report of the work undertaken since the child's placement or the
                   last Looked After Review, and evidence what has been done to achieve engagement, including any
                   actions to taken to escalate concerns.
 167             </p>
 168             <p>
 168               The agenda will be agreed at the beginning of the meeting, and each participant will be invited
                   to contribute their own items to the agenda and have the opportunity to contribute to the
                   discussion.
 168             </p>
 169             <p>
 169               The IRO will decide on what actions in principle are necessary to meet the child's needs and
                   make recommendations as to how these should be achieved.
 169             </p>
 170             <p>
 170               The IRO will ensure that decisions are clear, and establish who is responsible for action and
                   the timescales agreed for completion.
 170             </p>
 171             <p>
 171               The representative of the home who attends the review should take notes of the meeting and
                   ensure the action points are recorded to prevent delay in supporting the child/young person.
 171             </p>
 172             <h2 class="h2_underlined">
 172               <br />
 173               5.
 173               <a name="after_rev" id="after_rev">
 173               </a>
 173               After the Review
 173             </h2>
 174             <p>
 174               After the Review the social worker is responsible for updating and circulating the Care Plan,
                   Personal Education Plan (PEP) and, if appropriate, the Pathway Plan. The Manager of the home is
                   responsible for updating circulating the child's Placement Plan.
 174             </p>
 175             <p>
 175               The Independent Reviewing Officer (IRO) normally prepares and circulates a record of decisions
                   and recommendations within 5 working days. A full record of the meeting will competed within 15
                   working days and sent to all relevant parties within 20 working days of the Review.
 175             </p>
 176             <p>
 176               Within 10 working days, the social worker must update the Care Plan and re-circulate it.
 176             </p>
 177             <p>
 177               The Home's Manager has an important role in making sure that recommendations are implemented, by
                   the home and other agencies. If there are concerns that recommendations are not being
                   implemented, the Home's Manager should discuss the concerns with the Independent Reviewing
                   Officer and/or their Line Manager.
 177             </p>
 178             <h2 class="h2_underlined">
 178               <br />
 179               6.
 179               <a name="role" id="role">
 179               </a>
 179               Role of the Independent Reviewing Officer (IRO)
 179             </h2>
 180             <p>
 180               The IRO is also responsible for monitoring the child's case in between Looked After Reviews.
 180             </p>
 181             <p>
 181               For example:
 181             </p>
 182             <ul>
 183               <li>
 183                 Children should be told who their IRO is and how to make contact with him/her;
 183               </li>
 184               <li>
 184                 The IRO must be consulted before a child is placed outside the area where the child normally
                     lives;
 184               </li>
 185               <li>
 185                 The IRO should be notified and consulted if a child has been missing from the home;
 185               </li>
 186               <li>
 186                 Children have a right to contact their IRO if they are concerned about their placement or Care
                     Plan.
 186               </li>
 187             </ul>
 188             <p>
 188               If the IRO has concerns about the child's case e.g. that the Care Plan is not being properly
                   progressed, s/he has a duty to report this to CAFCASS
 188             </p>
 189             <p>
 189               The home's manager should ensure that children are informed of their right to contact their IRO
                   the IRO. Furthermore the home's Manager should also consult the IRO if they have any concerns
                   about the child's placement.
 189             </p>
 191             <h2 class="h2_underlined">
 191               <br />
 192               7.
 192               <a name="home_arr" id="home_arr">
 192               </a>
 192               The Home's Arrangements for Looked After Reviews
 192             </h2>
 193             <p>
 193               The keyworker will compose a report for the Looked After Review. The Manager will then comment
                   on the report and then distribute to all parties 2 weeks before the review meeting.
 193             </p>
 194             <p>
 194               The Keyworker should be available to attend the Looked After Review to comment on the report
                   written and the Young Person&rsquo;s progress.
 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>