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       Transporting Children | 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               Transporting Children
  63             </h1>
  64             <h2 class="h2_underlined">
  64               <br />
  65               Contents
  65             </h2>
  66             <ol>
  67               <li>
  67                 <a href="#transport">
  67                   Transport Arrangements - General
  67                 </a>
  67               </li>
  68               <li>
  68                 <a href="#transporting">
  68                   Transporting Children
  68                 </a>
  68               </li>
  69               <li>
  69                 <a href="#risk">
  69                   Risk Assessment
  69                 </a>
  69               </li>
  70             </ol>
  71             <h2 class="h2_underlined">
  71               <br />
  72               1.
  72               <a name="transport" id="transport">
  72               </a>
  72               Transport Arrangements - General
  72             </h2>
  73             <p>
  73               For distances in excess of 300 miles, two drivers may be required; if this is the case, drivers
                   must share the driving equally.
  73             </p>
  74             <p>
  74               The following must be taken into account:
  74             </p>
  75             <ol type="a">
  76               <li>
  76                 Passenger safety;
  76               </li>
  77               <li>
  77                 Competence of the driver;
  77               </li>
  78               <li>
  78                 Awareness of driver's hours;
  78               </li>
  79               <li>
  79                 Traffic conditions;
  79               </li>
  80               <li>
  80                 Contingency funds and arrangements in case of breakdown/emergency;
  80               </li>
  81               <li>
  81                 Weather;
  81               </li>
  82               <li>
  82                 Journey time and distance;
  82               </li>
  83               <li>
  83                 Stopping off points for long journeys and toilet breaks - 20 minutes every 2 hours;
  83               </li>
  84               <li>
  84                 Appropriate seat belts or restraints must be used and fastened (see end of this section,
                     below, for requirements);
  84               </li>
  85               <li>
  85                 The transport must have a First Aid Kit;
  85               </li>
  86               <li>
  86                 A mobile telephone should be taken/carried by each member of staff. If mobile 'phones are not
                     carried suitable arrangements should be made to enable communication between staff undertaking
                     the activity;
  86               </li>
  87               <li>
  87                 Any risk assessments.
  87               </li>
  88             </ol>
  89             <p>
  89               A First Aid Kit and Fire Extinguisher must always be carried on the vehicle.
  89             </p>
  90             <p>
  90               Where outdoor activities are planned, suitable First Aid Kits should be carried away from the
                   vehicle.
  90             </p>
  91             <p>
  91               Before setting out, staff must ensure that suitable mechanical checks are undertaken in relation
                   to the vehicle.
  91             </p>
  92             <h3 class="h3">
  92               Seat Belts/Restraints
  92             </h3>
  93             <p>
  93               See also
  93               <a href="https://www.gov.uk/seat-belts-law" target="_blank">
  93                 Seat belts: the law
  93               </a>
  93               .
  93             </p>
  94             <h2 class="h2_underlined">
  94               <br />
  95               2.
  95               <a name="transporting" id="transporting">
  95               </a>
  95               Transporting Children
  95             </h2>
  96             <ol>
  97               <li>
  97                 Where a risk assessment states that a child should be accompanied by 2 staff, the child should
                     not be left alone whilst on an activity;
  97               </li>
  98               <li>
  98                 Children over the age of 12 may be allowed to sit in the front of vehicles if the arrangement
                     is approved by the Home's Manager. If children are required to sit in the rear of vehicles,
                     they must be accompanied by staff;
  98               </li>
  99               <li>
  99                 Children may not hold or be responsible for vehicle keys and may not steer cars or use petrol
                     pumps;
  99               </li>
 100               <li>
 100                 All vehicle occupants must wear suitable seat belts or restraints at all times when in
                     vehicles. See also
 100                 <a href="https://www.gov.uk/seat-belts-law" target="_blank">
 100                   Seat belts: the law
 100                 </a>
 100                 ;
 100               </li>
 101               <li>
 101                 Children must not tamper with or use any controls except, at the discretion of the driver, the
                     radio/stereo;
 101               </li>
 102               <li>
 102                 If it is assessed that a child may be distressed whilst in the vehicle or a child becomes
                     distressed to the extent that the safety of the vehicle or occupants may be compromised, the
                     vehicle must be stopped; preferably in a lay-by or suitable stopping place. However, the
                     vehicle may have to be stopped at the side of the road or on the hard shoulder of a motorway.
                     In these circumstances, the hazard warning lights should be activated, the occupants should
                     get out of the vehicle and stand well away from the road, and the emergency services must be
                     summoned;
 102               </li>
 103               <li>
 103                 If the safety of the occupants is compromised, with the risk of Injury or Damage to Property,
                     Physical intervention may be used or the Police should be called to assist. If children with a
                     history of violence are being transported, staff must ensure the following:
 104                 <ol type="a">
 105                   <li>
 105                     Children must sit in the rear of the vehicle, with each child supervised by a minimum of
                         one member of staff;
 105                   </li>
 106                   <li>
 106                     Staff must be clear when it may be appropriate to use physical intervention and what
                         techniques may be appropriate;
 106                   </li>
 107                   <li>
 107                     Staff must be satisfied that no items, which could be used as weapons, are available to
                         the child. These could include tools, aerosols, pens etc.
 107                   </li>
 108                   <li>
 108                     It may be necessary to search the child before the activity starts; see
 108                     <a href="p_searching_rooms.html">
 108                       Searching Children/Bedrooms Procedure
 108                     </a>
 108                     ;
 108                   </li>
 109                   <li>
 109                     Care should be taken when getting in and out of vehicles. This is the time when holds are
                         weakened;
 109                   </li>
 110                   <li>
 110                     Some thought should be given to action on arrival at destination - will more staff be
                         needed? Is a room available? Is it easy to get the car close to the destination, and is it
                         possible to avoid other children becoming involved?
 110                   </li>
 111                   <li>
 111                     If the potential risks cannot be managed safely, the activity must not go ahead; or must
                         cease.
 111                   </li>
 112                 </ol>
 113               </li>
 114             </ol>
 115             <p>
 115               All vehicles that are used for transporting children must be smoke free and must show the
                   international 'No Smoking' symbol. It is the legal responsibility of anyone who drives, manages
                   or is responsible for order and safety on a vehicle, to prevent people from smoking.
 115             </p>
 116             <h2 class="h2_underlined">
 116               <br />
 117               3.
 117               <a name="risk" id="risk">
 117               </a>
 117               Risk Assessment
 117             </h2>
 118             <p>
 118               It is not necessary to undertake a separate Risk Assessment for each activity/trip. Where a
                   range or series of activities may be undertaken (the transporting of children to and from
                   school, a series of supervised contacts, the undertaking of routine activities), the Manager may
                   approve a Risk Assessment and associated arrangements such as staffing levels for a period; and
                   then set a date for the review of the assessment/arrangements.
 118             </p>
 119             <p>
 119               The Manager or person delegated to oversee the activity must approve a completed a risk
                   assessment in advance.
 119             </p>
 120             <p>
 120               A Risk Assessment for a visit need not be complex but it should be comprehensive. It does not
                   generally require technical formulae or professional health and safety expertise, but
                   specialised information for some visits may be necessary and Managers must ensure that the
                   person assessing is competent to do so.
 120             </p>
 121             <p>
 121               A formal assessment of the risks that might be met on an activity should have the aim of
                   preventing the risks or reducing them. Children must not be placed in situations which expose
                   them to an unacceptable level of risk. Safety and protection of all concerned must always be the
                   prime consideration. If the risks cannot be contained or managed, the activity must not take
                   place.
 121             </p>
 122             <p>
 122               The Risk Assessment should be based on the following considerations:
 122             </p>
 123             <ol type="a">
 124               <li>
 124                 Care Plan, Placement Plan or other relevant plans;
 124               </li>
 125               <li>
 125                 Recent/relevant events/incidents;
 125               </li>
 126               <li>
 126                 Group dynamics, staff/child relationships;
 126               </li>
 127               <li>
 127                 Child Protection Issues;
 127               </li>
 128               <li>
 128                 Violent or other offending behaviour;
 128               </li>
 129               <li>
 129                 The healthcare or mental health needs of the children;
 129               </li>
 130               <li>
 130                 Any history of drug/alcohol/substance misuse;
 130               </li>
 131               <li>
 131                 Level of disability and associated special needs;
 131               </li>
 132               <li>
 132                 What are the hazards?
 132               </li>
 133               <li>
 133                 Whom might they affect?
 133               </li>
 134               <li>
 134                 What safety measures need to be in place to reduce the risk to an acceptable level?
 134               </li>
 135               <li>
 135                 Can safety measures be put in place?
 135               </li>
 136               <li>
 136                 What steps will be taken in an emergency?
 136               </li>
 137             </ol>
 138             <p>
 138               In undertaking the risk assessment, all staff taking part and children who are capable of making
                   informed decisions should be consulted and a record the risks should be made and seen/approved
                   by the Manager.
 138             </p>
 139             <p>
 139               Frequent activities/visits to local venues such as swimming baths or where a child is
                   transported to and from school may not need a risk assessment for each trip; but the Manager
                   must ensure that a risk assessment is completed for the series/range of activities/visits; and a
                   date set for the review of the risk assessment.
 139             </p>
 140             <p>
 140               Alternatively, a risk assessment which has been agreed for a series or range of
                   activities/visits must be reviewed immediately after any information comes to light or any
                   event/incident which compromises the safety of the children/staffs. In such circumstances, the
                   activities/visits must be suspended until a review has taken place and the Manager is satisfied
                   that a suitable new risk assessment has been completed.
 140             </p>
 141             <p>
 141               The staff member should take the following factors into consideration when assessing the risks;
 141             </p>
 142             <ol type="a">
 143               <li>
 143                 The type of visit/activity and the level at which it is being undertaken;
 143               </li>
 144               <li>
 144                 The location, routes and modes of transport;
 144               </li>
 145               <li>
 145                 The competence, experience and qualifications of the staff;
 145               </li>
 146               <li>
 146                 Ratios of children to staff;
 146               </li>
 147               <li>
 147                 The group members' age competence, fitness, and temperament, and the suitability of the
                     activity;
 147               </li>
 148               <li>
 148                 The healthcare needs of the children;
 148               </li>
 149               <li>
 149                 The quality and suitability of available equipment;
 149               </li>
 150               <li>
 150                 Seasonal conditions, weather and timing;
 150               </li>
 151               <li>
 151                 Emergency procedures;
 151               </li>
 152               <li>
 152                 The need to monitor risks throughout the activity;
 152               </li>
 153               <li>
 153                 The children's backgrounds i.e. offending, health, absconding, child protection, drugs.
 153               </li>
 154             </ol>
 155             <p>
 155               When approving the Risk Assessment and subsequent plan for the activity, the Manager should
                   determine what latitude staff have to change the plan, the need for a contingency plan, an 'on
                   call' or backup procedure to provide support, advice or direction to the staff once the
                   activity/trip has started.
 155             </p>
 156             <p>
 156               <br />
 157               <br />
 158             </p>
 159           </div>
 160         </div>
 161       </div>
 162     </div>
 163     <div id="footer-wrap">
 164       <div id="footer-container">
 164         <div id="footer">
 165 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">
 166             <tr>
 167               <td width="60%" align="left" style="padding-top: 0px;">
 167                 <a href="http://www.trixonline.co.uk/" target="_blank">
 167                   <img src="images/trix_logo.gif" width="57" height="22" alt="tri.x logo" border="0"/>
 167                 </a>
 167                 &nbsp;&nbsp;&nbsp;&nbsp;
 167                 <span class="darkdivider">
 167                   |
 167                 </span>
 167                 &nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy;
 167                 <a href="http://www.trixonline.co.uk/" target="_blank">
 167                   tri.x
 167                 </a>
 167                 &nbsp;&nbsp;&nbsp;&nbsp;
 167                 <span class="darkdivider">
 167                   |
 167                 </span>
 167                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 167               </td>
 168               <td width="40%" align="right" valign="top" style="padding-top: 0px;">
 170                 <div class="footer_box">
 170                   <a href="#">
 170                     visibility:
 170                   </a>
 170                   &nbsp;
 170                   <a href="#" onclick="setActiveStyleSheet('small'); return false;">
 170                     <img src="images/icons/small_a.gif" alt="View this website with small text" border="0" />
 170                   </a>
 170                   <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
 170                     <img src="images/icons/medium_a.gif" border="0" alt="View this website with medium
                         text" />
 170                   </a>
 170                   <a href="#" onclick="setActiveStyleSheet('large'); return false;">
 170                     <img src="images/icons/large_a.gif" border="0" alt="View this website with large text" />
 170                   </a>
 170                   <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
 170                     <img src="images/icons/hivis.gif" border="0" alt="View this website with high
                         visibility" />
 170                   </a>
 170                   &nbsp;&nbsp;
 170                   <span class="darkdivider">
 170                     |
 170                   </span>
 170                   &nbsp;&nbsp;
 170                 </div>
 171                 <div class="footer_box">
 171                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 171                     <img src="images/icons/favourite.gif" alt="Add this page to your favourites" width="18"
                         height="18" border="0" />
 171                   </a>
 171                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 171                     favourites
 171                   </a>
 171                   &nbsp;&nbsp;
 171                   <span class="darkdivider">
 171                     |
 171                   </span>
 171                   &nbsp;&nbsp;
 171                 </div>
 172                 <div class="footer_box">
 172 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"/>
 174                   <a href="#" onclick="printSpecial()">
 174                     print
 174                   </a>
 174                   &nbsp;&nbsp;
 174                   <span class="darkdivider">
 174                     |
 174                   </span>
 174                   &nbsp;&nbsp;
 174                 </div>
 175               </td>
 176             </tr>
 177           </table>
 178         </div>
 178       </div>
 179     </div>
 180   </body>
 181 </html>