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       Offending and Anti-Social Behaviour – Guidance on when to Involve the Police | 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               Offending and Anti-Social Behaviour – Guidance on when to Involve the Police
  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#positive
                     " target="_blank">
  66                   The Positive Relationships Standard
  66                 </a>
  66                 <br />
  67                 Regulation 11
  67               </p>
  68               <p>
  68                 <a
                     href="http://qualitystandards.proceduresonline.com/homes/p_quality_standards.html#protection_c
                     h" target="_blank">
  68                   The Protection of Children Standard
  68                 </a>
  68                 <br />
  69                 Regulation 12
  69               </p>
  70               <h3 class="h3">
  70                 SCOPE OF THIS CHAPTER
  70               </h3>
  71               <p>
  71                 This chapter sets out the procedures that should be followed by staff when contacting the
                     Police in relation to an incident involving a young person in our care.
  71               </p>
  72               <h3 class="h3">
  72                 RELATED CHAPTERS
  72               </h3>
  73               <p>
  73                 <a href="p_behav_manage.html">
  73                   Behaviour Management Procedure
  73                 </a>
  73               </p>
  74               <p>
  74                 <a href="p_drugs.html">
  74                   Drugs and Substance Misuse Procedure
  74                 </a>
  74               </p>
  75               <p>
  75                 <a href="p_notif_events.html">
  75                   Notification of Serious Events Procedure
  75                 </a>
  75               </p>
  76               <p>
  76                 <a href="p_absence.html">
  76                   Missing Children Procedure
  76                 </a>
  76               </p>
  77               <p>
  77                 <a href="p_sg_ch_radical_extrem.html">
  77                   Safeguarding Children from Radicalisation and Extremism Procedure
  77                 </a>
  77               </p>
  78             </div>
  79             <h2 class="h2_underlined">
  79               <br />
  80               Contents
  80             </h2>
  81             <br />
  82             <table title="contents list" width="95%" border="0" cellspacing="0" cellpadding="5">
  83               <tr>
  84                 <td align="right" width="3%">
  84                   1.
  84                 </td>
  85                 <td colspan="2">
  85                   <a href="#require_police">
  85                     Requirement for Police Involvement
  85                   </a>
  85                 </td>
  86               </tr>
  87               <tr>
  88                 <td align="right">
  88                 </td>
  89                 <td align="right">
  89                   1.1
  89                 </td>
  90                 <td>
  90                   <a href="#missing">
  90                     Missing Children
  90                   </a>
  90                 </td>
  91               </tr>
  92               <tr>
  93                 <td align="right" width="3%">
  93                 </td>
  94                 <td align="right" width="3%">
  94                   1.2
  94                 </td>
  95                 <td>
  95                   <a href="#Viol_on_another">
  95                     Violence by a Child or Young Person on Another
  95                   </a>
  95                 </td>
  96               </tr>
  97               <tr>
  98                 <td align="right" width="3%">
  98                 </td>
  99                 <td align="right" width="3%">
  99                   1.3
  99                 </td>
 100                 <td>
 100                   <a href="#viol_to_staff">
 100                     Violence to Staff by a Child or Young Person
 100                   </a>
 100                 </td>
 101               </tr>
 102               <tr>
 103                 <td align="right" width="3%">
 103                 </td>
 104                 <td align="right" width="3%">
 104                   1.4
 104                 </td>
 105                 <td>
 105                   <a href="#crim_dam_home">
 105                     Criminal Damage within the Home
 105                   </a>
 105                 </td>
 106               </tr>
 107               <tr>
 108                 <td align="right" width="3%">
 108                 </td>
 109                 <td align="right" width="3%">
 109                   1.5
 109                 </td>
 110                 <td>
 110                   <a href="#theft_within_home">
 110                     Theft within the Home or Placement
 110                   </a>
 110                 </td>
 111               </tr>
 112               <tr>
 113                 <td align="right" width="3%">
 113                 </td>
 114                 <td align="right" width="3%">
 114                   1.6
 114                 </td>
 115                 <td>
 115                   <a href="#crim_damage_staff">
 115                     Criminal Damage to Staff Cars or Property
 115                   </a>
 115                 </td>
 116               </tr>
 117               <tr>
 118                 <td align="right" width="3%">
 118                 </td>
 119                 <td align="right" width="3%">
 119                   1.7
 119                 </td>
 120                 <td>
 120                   <a href="#disorder_around_home">
 120                     Disorder in or Around the Home or Placement
 120                   </a>
 120                 </td>
 121               </tr>
 122               <tr>
 123                 <td align="right" width="3%">
 123                 </td>
 124                 <td align="right" width="3%">
 124                   1.8
 124                 </td>
 125                 <td>
 125                   <a href="#substance_misuse">
 125                     Substance Misuse
 125                   </a>
 125                 </td>
 126               </tr>
 127               <tr>
 128                 <td align="right" width="3%">
 128                 </td>
 129                 <td align="right" width="3%">
 129                   1.9
 129                 </td>
 130                 <td>
 130                   <a href="#hate_crime">
 130                     Hate Crime (Racist, Religion, Homophobic, Gender, Disability)
 130                   </a>
 130                 </td>
 131               </tr>
 132               <tr>
 133                 <td align="right" width="3%">
 133                   2.
 133                 </td>
 134                 <td colspan="2">
 134                   <a href="#cat_response">
 134                     Notifications and Categories of Response
 134                   </a>
 134                 </td>
 135               </tr>
 136               <tr>
 137                 <td align="right" width="3%">
 137                 </td>
 138                 <td align="right">
 138                   2.1
 138                 </td>
 139                 <td>
 139                   <a href="#serious_incidents">
 139                     Serious Incidents
 139                   </a>
 139                 </td>
 140               </tr>
 141               <tr>
 142                 <td align="right" width="3%">
 142                 </td>
 143                 <td align="right">
 143                   2.2
 143                 </td>
 144                 <td>
 144                   <a href="#not_serious_inc">
 144                     Incidents which are not Considered Serious
 144                   </a>
 144                 </td>
 145               </tr>
 146               <tr>
 147                 <td align="right" width="3%">
 147                 </td>
 148                 <td align="right">
 148                   2.3
 148                 </td>
 149                 <td>
 149                   <a href="#liason">
 149                     Ongoing Liaison
 149                   </a>
 149                 </td>
 150               </tr>
 151               <tr>
 152                 <td align="right" width="3%">
 152                   3.
 152                 </td>
 153                 <td colspan="2">
 153                   <a href="#recording" title="my first link">
 153                     Recording
 153                   </a>
 153                 </td>
 154               </tr>
 155             </table>
 156             <h2 class="h2_underlined">
 156               <br />
 157               1.
 157               <a name="require_police" id="require_police">
 157               </a>
 157               Requirement for Police Involvement
 157             </h2>
 158             <p>
 158               The home's manager should agree with the local Police, procedures and guidance on Police
                   involvement with the home. The aim should be to reduce unnecessary Police involvement in
                   managing behaviour and avoiding the criminalisation of behaviours within the home whenever
                   possible. Children should not be charged with offences resulting from behaviour within a
                   children's home that would not similarly lead to Police involvement if it occurred in a family
                   home.
 158             </p>
 159             A decision to contact the Police should normally be taken by the home's manager, unless a serious
                 incident has occurred, in which case, staff may contact the Police immediately then inform a
                 manager. See
 159             <a href="#cat_response">
 159               Section 2, Notifications and Categories of Response
 159             </a>
 159             .
 160             <p>
 160               The following situations are the most common ones in children's homes where police involvement
                   might be requested:
 160             </p>
 161             <h3 class="h3">
 161               1.1
 161               <a name="missing" id="missing">
 161               </a>
 161               Missing Children
 161             </h3>
 162             If a child/young person goes
 162             <a href="http://trixresources.proceduresonline.com/nat_key/keywords/missing.html"
                 target="_blank">
 162               Missing
 162             </a>
 162             , staff should follow the procedures as set out in the&nbsp;
 162             <a href="p_absence.html">
 162               Missing Children Procedure
 162             </a>
 162             .
 163             <h3 class="h3">
 163               1.2&nbsp;
 163               <a name="Viol_on_another" id="Viol_on_another">
 163               </a>
 163               Violence by a Child or Young Person on Another
 163             </h3>
 164             <p>
 164               This section should be read in conjunction with
 164               <a href="p_behav_manage.html">
 164                 Behaviour Management Procedure
 164               </a>
 164               .
 164             </p>
 165             <p>
 165               Such incidents can range from minor disagreements to serious assaults where physical injury is
                   caused.
 165             </p>
 166             <p>
 166               The home's manager should consider the following when deciding whether to notify the police:
 166             </p>
 167             <ul>
 168               <li>
 168                 Wishes of the victim;
 168               </li>
 169               <li>
 169                 Severity of the injury sustained/nature of threat received by the victim;
 169               </li>
 170               <li>
 170                 Probability of a repeat incident;
 170               </li>
 171               <li>
 171                 Previous relationship between victim and offender;
 171               </li>
 172               <li>
 172                 Potential impact on the child/young person following formal Police involvement;
 172               </li>
 173               <li>
 173                 Likely effectiveness of Police action/court proceedings;
 173               </li>
 174               <li>
 174                 Future best interests of both parties;
 174               </li>
 175               <li>
 175                 Message sent to other young people;
 175               </li>
 176               <li>
 176                 Availability of alternative causes of action, e.g. restorative approaches with the consent of
                     the victim;
 176               </li>
 177               <li>
 177                 Previous behaviour or offending, bullying/peer pressure/duress.
 177               </li>
 178             </ul>
 179             <h3 class="h3">
 179               1.3
 179               <a name="viol_to_staff" id="viol_to_staff">
 179               </a>
 179               Violence to Staff by a Child or Young Person
 179             </h3>
 180             <p>
 180               This section should be read in conjunction with
 180               <a href="p_behav_manage.html">
 180                 Behaviour Management Procedure
 180               </a>
 180               .
 180             </p>
 181             <p>
 181               Violence towards staff can range from verbal threats to physical acts amounting to assault.
                   Whilst each home has a responsibility of care towards young people, their welfare needs to be
                   balanced with the rights of staff not to be subjected to violence in the course of their duties.
 181             </p>
 182             <p>
 182               The decisions whether to report such incidents to the Police will be affected by factors similar
                   to those listed above, and incidents should only be reported when it is agreed that they cannot
                   be dealt with through other means. Where there is no immediate continuing threat of violence it
                   may be in the best interests of the staff member to take time to discuss and consider possible
                   options. One option could be a referral to the Youth Offending Team Youth Crime Prevention
                   Programme.
 182             </p>
 183             <p>
 183               Following such incidents it is important that staff utilise standard de-briefing processes, and
                   should ensure risk assessments are updated or completed in relation to the risk of violence or
                   injury to themselves or colleagues. A professional's meeting could be a useful method by which
                   to assess these risks and look at ways this risk could be reduced.
 183             </p>
 184             <h3 class="h3">
 184               1.4
 184               <a name="crim_dam_home" id="crim_dam_home">
 184               </a>
 184               Criminal Damage within the Home
 184             </h3>
 185             <p>
 185               The majority of criminal incidents involving Police relate to damage to the children's home, and
                   serious consideration should be given to finding alternative responses. It is important to
                   consider whether involving the Police is an effective and proportionate response, taking into
                   account the following:
 185             </p>
 186             <ul>
 187               <li>
 187                 Level/value of damage caused;
 187               </li>
 188               <li>
 188                 Previous incidents of a similar nature by the same child or young person;
 188               </li>
 189               <li>
 189                 Suitability or effectiveness of Police involvement;
 189               </li>
 190               <li>
 190                 Impact of Police involvement of the child's overall
 190                 <a href="http://trixresources.proceduresonline.com/nat_key/keywords/care_plan.html"
                     target="_blank">
 190                   Care Plan
 190                 </a>
 190                 ;
 190               </li>
 191               <li>
 191                 Message sent to other young people if applicable;
 191               </li>
 192               <li>
 192                 Availability of alternative courses of action, for example referral to the Youth Offending
                     Team.
 192               </li>
 193             </ul>
 194             <h3 class="h3">
 194               1.5
 194               <a id="theft_within_home" name="theft_within_home">
 194               </a>
 194               Theft within the Home or Placement
 194             </h3>
 195             <p>
 195               When a young person has stolen an item in the home, or from another young person or staff member
                   the following should be considered before involving the Police:
 195             </p>
 196             <ul>
 197               <li>
 197                 Wishes of the victim;
 197               </li>
 198               <li>
 198                 Nature and seriousness of the allegation;
 198               </li>
 199               <li>
 199                 Requirement for formal investigation, e.g. insurance claim requires a crime reference report;
 199               </li>
 200               <li>
 200                 Availability of alternative courses of action, e.g. restorative approaches.
 200               </li>
 201             </ul>
 202             <h3 class="h3">
 202               1.6&nbsp;
 202               <a id="crim_damage_staff" name="crim_damage_staff">
 202               </a>
 202               Criminal Damage to Staff Cars or Property
 202             </h3>
 203             <p>
 203               Factors for consideration should be similar to those in
 203               <a href="#crim_dam_home">
 203                 Section 1.3, Criminal Damage within the Home
 203               </a>
 203               , and again this list does not reflect any order of priority:
 203             </p>
 204             <ul>
 205               <li>
 205                 Nature and seriousness of the allegation;
 205               </li>
 206               <li>
 206                 Requirement for formal investigation, e.g. insurance claim;
 206               </li>
 207               <li>
 207                 Wishes and best interest of the victim;
 207               </li>
 208               <li>
 208                 Availability of alternative courses of action, e.g. restorative approaches.
 208               </li>
 209             </ul>
 210             <h3 class="h3">
 210               1.7
 210               <a id="disorder_around_home" name="disorder_around_home">
 210               </a>
 210               Disorder in or Around the Home or Placement
 210             </h3>
 211             <p>
 211               The area of disorder is subjective and requires judgement by staff to avoid unnecessary Police
                   involvement for minor infringements of discipline. The main factors that should be considered
                   are:
 211             </p>
 212             <ul>
 213               <li>
 213                 Nature and seriousness of the disorder;
 213               </li>
 214               <li>
 214                 Risk or threat of violence;
 214               </li>
 215               <li>
 215                 The wishes of and impact on the immediate community;
 215               </li>
 216               <li>
 216                 The availability of alternative courses of action.
 216               </li>
 217             </ul>
 218             <h3 class="h3">
 218               1.8&nbsp;
 218               <a id="substance_misuse" name="substance_misuse">
 218               </a>
 218               Substance Misuse
 218             </h3>
 219             <p>
 219               See
 219               <a href="p_drugs.html">
 219                 Drugs and Substance Misuse Procedure
 219               </a>
 219               .
 219             </p>
 220             <h3 class="h3">
 220               1.9&nbsp;
 220               <a name="hate_crime" id="hate_crime">
 220               </a>
 220               Hate Crime (Racist, Religion, Homophobic, Gender, Disability)
 220             </h3>
 221             <p>
 221               All acceptable behaviour policies held within homes should cover hate crime and make clear how
                   staff and residents should deal with it. Homes should handle low level daily occurrences;
 221             </p>
 222             <ul>
 223               <li>
 223                 In the recording of racist incidents the minimum data content required should be as follows:
 224                 <ul>
 225                   <li>
 225                     Reported to: (The person receiving the report such as the registered manager, staff,
                         Police);
 225                   </li>
 226                   <li>
 226                     At: (location reported at): (i.e. home, Police station, etc.);
 226                   </li>
 227                   <li>
 227                     Referred by: (the agency or other person referring the victim to the Police if the
                         incident is being referred);
 227                   </li>
 228                   <li>
 228                     Time and date of report and nature of incident.
 228                   </li>
 229                 </ul>
 230               </li>
 231             </ul>
 232             <h2 class="h2_underlined">
 232               <br />
 233               2.&nbsp;
 233               <a name="cat_response" id="cat_response">
 233               </a>
 233               Notifications and Categories of Response
 233             </h2>
 234             <p>
 234               It is recognised that caring for, and managing, young people with difficult or challenging
                   behaviour is an integral feature of residential care work. Residential staff will generally
                   manage problematic situations except where they are so severe that immediate Police involvement
                   is essential in order to avoid physical assault or damage.
 234             </p>
 235             <h3 class="h3">
 235               2.1
 235               <a id="serious_incidents" name="serious_incidents">
 235               </a>
 235               Serious Incidents
 235             </h3>
 236             <p>
 236               Incidents of violence requiring an immediate Police response where children/young persons or
                   staff are:
 236             </p>
 237             <ul>
 238               <li>
 238                 At risk of immediate serious physical harm;
 238               </li>
 239               <li>
 239                 Where there is a risk of substantial damage to property; or
 239               </li>
 240               <li>
 240                 Risk of significant disorder with the home.
 240               </li>
 241             </ul>
 242             <p>
 242               In such situations the manager of the home/senior person on duty should contact the Police by
                   calling 999.
 242             </p>
 243             <p>
 243               If the manager has not been consulted/informed prior to contacting the Police, they should be
                   notified without delay:
 243             </p>
 244             <ul>
 245               <li>
 245                 If the Police are called to the home, or
 245               </li>
 246               <li>
 246                 A serious offence is committed, the relevant senior managers must be notified.
 246               </li>
 247             </ul>
 248             <p>
 248               It will also be necessary to notify the social worker and the
 248               <a
                   href="http://www.proceduresonline.com/resources/keywords_online/nat_key/keywords/regulatory_auth
                   ority.html" target="_blank">
 248                 Regulatory Authority
 248               </a>
 248               (see
 248               <a href="p_notif_events.html">
 248                 Notification of Serious Events Procedure
 248               </a>
 248               ).
 248             </p>
 249             <h3 class="h3">
 249               2.2
 249               <a id="not_serious_inc" name="not_serious_inc">
 249               </a>
 249               Incidents which are not Considered Serious
 249             </h3>
 250             <p>
 250               This is an incident where no immediate Police response is required for example where assaults or
                   damage has occurred and there is no risk of recurrence/
 250               <a href="http://trixresources.proceduresonline.com/nat_key/keywords/significant_harm.html"
                   target="_blank">
 250                 Significant Harm
 250               </a>
 250               to people, or incidents of theft. The incidents should be reported to the home's manager who
                   then has the responsibility of identifying the appropriate course of action.&nbsp;
 250             </p>
 251             <p>
 251               It is important to avoid any unnecessary reporting of incidents to the Police. Should the
                   Manager decide and/or the victim wishes that formal Police involvement is necessary, where
                   possible this should be through the local Police, for example as part of regular Liaison
                   Meetings.&nbsp;
 251             </p>
 252             <p>
 252               When a situation involving a child or young person is to be discussed at the Liaison Meeting the
                   child's social worker should be informed and they may wish to join the discussion.
 252             </p>
 253             <p>
 253               If the discussion needs to be held sooner the manager should arrange for a member of the Local
                   Policing Team to visit the home as soon as possible. If there is a specific officer who
                   frequently liaises with the home and this officer is unavailable the manager should contact the
                   Police Control Room to request a delay or scheduled response visit by another officer.&nbsp;
 253             </p>
 254             <p>
 254               In certain circumstances preservation of evidence may be an issue and residential staff will
                   need to ensure that reasonable steps are taken to retain articles relevant to any criminal
                   allegation or police investigation.&nbsp;
 254             </p>
 255             A referral to the Youth Crime Prevention Programme (usually organised by the YOT) should be
                 considered for those cases considered not serious or internal - via the social worker.
 256             <h3 class="h3">
 256               2.3
 256               <a id="liason" name="liason">
 256               </a>
 256               Ongoing Liaison
 256             </h3>
 257             <p>
 257               Police involvement should be on a risk assessment basis. If there is no risk, then the
                   involvement will be with managers or at a low level of involvement.
 257             </p>
 258             <p>
 258               The
 258               <span class="bold">
 258                 primary
 258               </span>
 258               Police involvement in children's homes should be through a member of the Local Police meeting
                   staff on a regular basis. Whilst some officers may already perform this duty it must be
                   emphasised that a good working relationship is the most effective way to respond to young people
                   with difficulties, and it is in this area that consideration should be given for joint agency
                   training.
 258             </p>
 259             <p>
 259               A regular liaison meeting (ideally on a four weekly basis) between a member of the Local Police
                   and the manager would provide for discussion of not serious incidents within the home to
                   identify the appropriate method of resolution, including:
 259             </p>
 260             <ul>
 261               <li>
 261                 Internal action by staff with no Police involvement;
 261               </li>
 262               <li>
 262                 Formal Police investigation primarily by a member of the Local Police (and any resulting
                     action).
 262               </li>
 263             </ul>
 264             <p>
 264               This liaison meeting will also provide an opportunity to share more general views and
                   co-operation and develop a better understanding of each agencies responsibilities and practices.
 264             </p>
 265             It is important to be flexible when determining the most suitable option for dealing with children
                 and young persons. Additional advice and support could be sought from the child's social worker.
 266             <h2 class="h2_underlined">
 266               <br />
 267               3.&nbsp;
 267               <a name="recording" id="recording">
 267               </a>
 267               Recording
 267             </h2>
 268             The following records must be completed:
 269             <ul>
 270               <li>
 270                 An Incident Report;
 270               </li>
 271               <li>
 271                 The Daily Log;
 271               </li>
 272               <li>
 272                 Daily Records.
 272               </li>
 273             </ul>
 274             <p>
 274               <br />
 275               <br />
 276             </p>
 277           </div>
 278         </div>
 279       </div>
 280     </div>
 281     <div id="footer-wrap">
 282       <div id="footer-container">
 282         <div id="footer">
 283 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">
 284             <tr>
 285               <td width="60%" align="left" style="padding-top: 0px;">
 285                 <a href="http://www.trixonline.co.uk/" target="_blank">
 285                   <img src="images/trix_logo.gif" width="57" height="22" alt="tri.x logo" border="0"/>
 285                 </a>
 285                 &nbsp;&nbsp;&nbsp;&nbsp;
 285                 <span class="darkdivider">
 285                   |
 285                 </span>
 285                 &nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy;
 285                 <a href="http://www.trixonline.co.uk/" target="_blank">
 285                   tri.x
 285                 </a>
 285                 &nbsp;&nbsp;&nbsp;&nbsp;
 285                 <span class="darkdivider">
 285                   |
 285                 </span>
 285                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 285               </td>
 286               <td width="40%" align="right" valign="top" style="padding-top: 0px;">
 288                 <div class="footer_box">
 288                   <a href="#">
 288                     visibility:
 288                   </a>
 288                   &nbsp;
 288                   <a href="#" onclick="setActiveStyleSheet('small'); return false;">
 288                     <img src="images/icons/small_a.gif" alt="View this website with small text" border="0" />
 288                   </a>
 288                   <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
 288                     <img src="images/icons/medium_a.gif" border="0" alt="View this website with medium
                         text" />
 288                   </a>
 288                   <a href="#" onclick="setActiveStyleSheet('large'); return false;">
 288                     <img src="images/icons/large_a.gif" border="0" alt="View this website with large text" />
 288                   </a>
 288                   <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
 288                     <img src="images/icons/hivis.gif" border="0" alt="View this website with high
                         visibility" />
 288                   </a>
 288                   &nbsp;&nbsp;
 288                   <span class="darkdivider">
 288                     |
 288                   </span>
 288                   &nbsp;&nbsp;
 288                 </div>
 289                 <div class="footer_box">
 289                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 289                     <img src="images/icons/favourite.gif" alt="Add this page to your favourites" width="18"
                         height="18" border="0" />
 289                   </a>
 289                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 289                     favourites
 289                   </a>
 289                   &nbsp;&nbsp;
 289                   <span class="darkdivider">
 289                     |
 289                   </span>
 289                   &nbsp;&nbsp;
 289                 </div>
 290                 <div class="footer_box">
 290 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"/>
 292                   <a href="#" onclick="printSpecial()">
 292                     print
 292                   </a>
 292                   &nbsp;&nbsp;
 292                   <span class="darkdivider">
 292                     |
 292                   </span>
 292                   &nbsp;&nbsp;
 292                 </div>
 293               </td>
 294             </tr>
 295           </table>
 296         </div>
 296       </div>
 297     </div>
 298   </body>
 299 </html>