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       Role of Appropriate Adult | 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">
  63           <div class="content_text">
  64             <h1 class="h1">
  64               Role of Appropriate Adult
  64             </h1>
  65             <div class="scope_box" style="padding-bottom: 0px; padding-top: 15px;">
  66               <h2 class="h3">
  66                 SCOPE OF THIS CHAPTER
  66               </h2>
  67               <p>
  67                 Whenever a Looked After child aged under 18 is arrested, the responsible Local Authority
                     should ensure that the young person has the support of an
  67                 <a href="http://trixresources.proceduresonline.com/nat_key/keywords/appropriate_adult.html"
                     target="_blank">
  67                   Appropriate Adult
  67                 </a>
  67                 and a solicitor while at the police station. The solicitor should have expertise in youth
                     justice, and be provided with relevant information about the young person's circumstances and
                     needs, including key information from the Care Plan (and Pathway Plan if they are an
  67                 <a
                     href="http://trixresources.proceduresonline.com/nat_key/keywords/eligible_young_people.html
                     " target="_blank">
  67                   Eligible Child
  67                 </a>
  67                 ).
  67               </p>
  68               <p>
  68                 For more information on Appropriate Adults, including their role in supporting children and
                     young people, and who can fulfil this role please see
  68                 <a
                     href="https://www.gov.uk/guidance/appropriate-adults-guide-for-youth-justice-professionals
                     " target="_blank">
  68                   Appropriate adults: Guide for Youth Justice Professionals
  68                 </a>
  68                 .
  68               </p>
  69             </div>
  70             <h2 class="h2_underlined">
  70               <br />
  71               Contents
  71             </h2>
  72             <ol>
  73               <li>
  73                 <a href="#what">
  73                   What is an Appropriate Adult?
  73                 </a>
  73               </li>
  74               <li>
  74                 <a href="#who">
  74                   Who can be an Appropriate Adult?
  74                 </a>
  74               </li>
  75               <li>
  75                 <a href="#not">
  75                   Who should not be an Appropriate Adult?
  75                 </a>
  75               </li>
  76               <li>
  76                 <a href="#summary">
  76                   Summary of Roles and Responsibilities of the Appropriate Adult
  76                 </a>
  76               </li>
  77               <li>
  77                 <a href="#request">
  77                   What to do if the Police Request an Appropriate Adult
  77                 </a>
  77               </li>
  78               <li>
  78                 <a href="#prior">
  78                   Prior to Attending the Police Station
  78                 </a>
  78               </li>
  79               <li>
  79                 <a href="#arrival">
  79                   On Arrival at the Police Station and During Police Investigations
  79                 </a>
  79               </li>
  80             </ol>
  81             <h2 class="h2_underlined">
  81               <br />
  82               1.
  82               <a name="what" id="what">
  82               </a>
  82               What is an Appropriate Adult?
  82             </h2>
  83             <p>
  83               When the person is a under the age of 18 years is arrested the PACE Codes of Practice require an
                   &quot;Appropriate Adult&quot; to be called to the police station. The Appropriate Adult is
                   required to be present during the course of the police interview and key stages of
                   investigations conducted in the police station. The provision of an Appropriate Adult is
                   intended to safeguard the rights and welfare of young people in police custody.
  83             </p>
  84             <h2 class="h2_underlined">
  84               <br />
  85               2. 
  85               <a name="who" id="who">
  85               </a>
  85               Who can be an Appropriate Adult?
  85             </h2>
  86             <p>
  86               The following people can be an Appropriate Adult:
  86             </p>
  87             <ul>
  88               <li>
  88                 Parent or guardian;
  88               </li>
  89               <li>
  89                 If the young person is in local authority care, or is otherwise being looked after under the
                     Children Act 1989 a person representing that authority or organisation;
  89               </li>
  90               <li>
  90                 A local authority social worker;
  90               </li>
  91               <li>
  91                 A YOT worker.
  91               </li>
  92             </ul>
  93             <p>
  93               Another responsible adult aged over 18.
  93             </p>
  94             <h2 class="h2_underlined">
  94               <br />
  95               3. 
  95               <a name="not" id="not">
  95               </a>
  95               Who should not be an Appropriate Adult?
  95             </h2>
  96             <p>
  96               A person should not act as Appropriate Adult if:
  96             </p>
  97             <ul>
  98               <li>
  98                 They have received admissions or denials about the offence(s) before they act as Appropriate
                     Adult, or are a victim or witness to the offence(s);
  98               </li>
  99               <li>
  99                 They are suspected of being, or known to be, involved in the offence(s) concerned;
  99               </li>
 100               <li>
 100                 A parent who is estranged from the young person, if the young person objects.
 100               </li>
 101             </ul>
 102             <p>
 102               The decision as to whether staff from children's homes can fulfil this role will depend upon the
                   circumstances and context as to why the young person is in police custody. For example:
 102             </p>
 103             <ul>
 104               <li>
 104                 If the alleged offence is not related to any reported matter against staff and/or property
                     then it would be reasonable for staff to act as Appropriate Adult;
 104               </li>
 105               <li>
 105                 If the alleged offence is related to a matter reported by staff about any injury, matter,
                     and/or damage to staff, possessions or company property, it would not be reasonable for staff
                     to act as Appropriate Adult;
 105               </li>
 106               <li>
 106                 It may be reasonable for other staff to act in the role of Appropriate Adult if they work in
                     another care home not connected with the young person.
 106               </li>
 107             </ul>
 108             <h2 class="h2_underlined">
 108               <br />
 109               4.
 109               <a name="summary" id="summary">
 109               </a>
 109               Summary of Roles and Responsibilities of the Appropriate Adult
 109             </h2>
 110             <p>
 110               The presence of an Appropriate Adult is required:
 110             </p>
 111             <ul>
 112               <li>
 112                 When the young person is informed of their rights;
 112               </li>
 113               <li>
 113                 During a strip or intimate search;
 113               </li>
 114               <li>
 114                 During police interview;
 114               </li>
 115               <li>
 115                 When fingerprints or samples are taken;
 115               </li>
 116               <li>
 116                 When the detained person is part of any identification procedure;
 116               </li>
 117               <li>
 117                 At the point of charge.
 117               </li>
 118             </ul>
 119             <p>
 119               In summary, the Appropriate Adult's key roles and responsibilities during these processes are
                   to:
 119             </p>
 120             <ul>
 121               <li>
 121                 Ensure that the detained person understands what is happening to them and why. It is important
                     to take into account any mental health problems, learning difficulties and speech, language
                     and communication issues;
 121               </li>
 122               <li>
 122                 Ensure that the detained person understands their rights;
 122               </li>
 123               <li>
 123                 Support, advise and assist the detained person, particularly while they are being questioned;
 123               </li>
 124               <li>
 124                 Observe whether the police are acting properly, fairly and with respect for the rights of the
                     detained person;
 124               </li>
 125               <li>
 125                 Facilitate communication between the Police and the detained person - the Appropriate Adult
                     plays an important role and must be pro-active in undertaking his/her responsibilities. The
                     role is not one of simply observing proceedings in the Police station.
 125               </li>
 126             </ul>
 127             <p>
 127               It is
 127               <span class="bold">
 127                 not
 127               </span>
 127               the role of the Appropriate Adult to provide legal advice. Conversations between the Appropriate
                   Adult and the young person are not covered by legal privilege – meaning they may need to
                   divulged as part of any subsequent legal proceedings.
 127             </p>
 128             <h2 class="h2_underlined">
 128               <br />
 129               5.
 129               <a name="request" id="request">
 129               </a>
 129               What to do if the Police Request an Appropriate Adult
 129             </h2>
 130             <p>
 130               The police will usually approach their local Youth Offending Team to request an Appropriate
                   Adult. The YOT should ascertain the reasons for an Appropriate Adult being required and why a
                   parent or guardian will not be in attendance with the young person.
 130             </p>
 131             <p>
 131               If it is agreed that an Appropriate Adult will be provided, depending on local arrangements,
                   this role will normally be undertaken by either a YOT worker or volunteer during their working
                   hours. Outside their normal hours of duty, the police will normally contact the Emergency Duty
                   Team, unless another organisation is commissioned to provide Appropriate Adults &quot;out of
                   hours&quot;.
 131             </p>
 132             <p>
 132               In the event of it being agreed that it is in the young person's interests for another
                   professional, such as the Key Worker, to act as Appropriate Adult this should be agreed between
                   the custody officer, YOT/EDT and the Manager of the member of staff being asked to undertake the
                   role.
 132             </p>
 133             <h2 class="h2_underlined">
 133               <br />
 134               6.
 134               <a name="prior" id="prior">
 134               </a>
 134               Prior to Attending the Police Station
 134             </h2>
 135             <p>
 135               When it is agreed that a member of staff from the Home will act as Appropriate Adult, the
                   following information needs to be established before leaving to attend the police station:
 135             </p>
 136             <ul>
 137               <li>
 137                 Full details of the young person arrested;
 137               </li>
 138               <li>
 138                 State of the young person - health and emotional;
 138               </li>
 139               <li>
 139                 Name of custody officer and name of investigating officer;
 139               </li>
 140               <li>
 140                 Details of the offence;
 140               </li>
 141               <li>
 141                 Time and place of arrest;
 141               </li>
 142               <li>
 142                 Others who have been notified;
 142               </li>
 143               <li>
 143                 Why an Appropriate Adult is needed (i.e. why is a parent or guardian not taking that role);
 143               </li>
 144               <li>
 144                 Whether a solicitor has been requested;
 144               </li>
 145               <li>
 145                 Estimated time of interview.
 145               </li>
 146             </ul>
 147             <p>
 147               If the person being asked to act as Appropriate Adult is not based in a Youth Offending Team
                   (YOT), they should contact their local YOT to make enquiries about whether the detained young
                   person is known to the YOT. If the young person is known by the YOT, they must ask if the young
                   person has any particular needs or difficulties. They should also ensure that the young
                   person's social worker (or out of hours duty service) and those with parental responsibility are
                   kept informed about the police investigations.
 147             </p>
 148             <h2 class="h2_underlined">
 148               <br />
 149               7.
 149               <a name="arrival" id="arrival">
 149               </a>
 149               On arrival at the Police Station and During Police Investigations
 149             </h2>
 150             <p>
 150               For guidance about the role of the Appropriate Adult on arrival at the police station and during
                   police investigations at the police station please see
 150               <a href="https://www.gov.uk/government/publications/guidance-for-appropriate-adults"
                   target="_blank">
 150                 Guidance for Appropriate Adults (Home Office)
 150               </a>
 150               .
 150             </p>
 151             <p>
 151               <br />
 152               <br />
 153             </p>
 154           </div>
 155         </div>
 156       </div>
 157     </div>
 158     <div id="footer-wrap">
 159       <div id="footer-container">
 159         <div id="footer">
 160 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">
 161             <tr>
 162               <td width="60%" align="left" style="padding-top: 0px;">
 162                 <a href="http://www.trixonline.co.uk/" target="_blank">
 162                   <img src="images/trix_logo.gif" width="57" height="22" alt="tri.x logo" border="0"/>
 162                 </a>
 162                 &nbsp;&nbsp;&nbsp;&nbsp;
 162                 <span class="darkdivider">
 162                   |
 162                 </span>
 162                 &nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy;
 162                 <a href="http://www.trixonline.co.uk/" target="_blank">
 162                   tri.x
 162                 </a>
 162                 &nbsp;&nbsp;&nbsp;&nbsp;
 162                 <span class="darkdivider">
 162                   |
 162                 </span>
 162                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 162               </td>
 163               <td width="40%" align="right" valign="top" style="padding-top: 0px;">
 165                 <div class="footer_box">
 165                   <a href="#">
 165                     visibility:
 165                   </a>
 165                   &nbsp;
 165                   <a href="#" onclick="setActiveStyleSheet('small'); return false;">
 165                     <img src="images/icons/small_a.gif" alt="View this website with small text" border="0" />
 165                   </a>
 165                   <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
 165                     <img src="images/icons/medium_a.gif" border="0" alt="View this website with medium
                         text" />
 165                   </a>
 165                   <a href="#" onclick="setActiveStyleSheet('large'); return false;">
 165                     <img src="images/icons/large_a.gif" border="0" alt="View this website with large text" />
 165                   </a>
 165                   <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
 165                     <img src="images/icons/hivis.gif" border="0" alt="View this website with high
                         visibility" />
 165                   </a>
 165                   &nbsp;&nbsp;
 165                   <span class="darkdivider">
 165                     |
 165                   </span>
 165                   &nbsp;&nbsp;
 165                 </div>
 166                 <div class="footer_box">
 166                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 166                     <img src="images/icons/favourite.gif" alt="Add this page to your favourites" width="18"
                         height="18" border="0" />
 166                   </a>
 166                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 166                     favourites
 166                   </a>
 166                   &nbsp;&nbsp;
 166                   <span class="darkdivider">
 166                     |
 166                   </span>
 166                   &nbsp;&nbsp;
 166                 </div>
 167                 <div class="footer_box">
 167 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"/>
 169                   <a href="#" onclick="printSpecial()">
 169                     print
 169                   </a>
 169                   &nbsp;&nbsp;
 169                   <span class="darkdivider">
 169                     |
 169                   </span>
 169                   &nbsp;&nbsp;
 169                 </div>
 170               </td>
 171             </tr>
 172           </table>
 173         </div>
 173       </div>
 174     </div>
 175   </body>
 176 </html>