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       Relationships and Physical Contact with 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               Relationships and Physical Contact with Children
  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#protection_c
                     h" target="_blank">
  66                   The Protection of Children Standard
  66                 </a>
  66               </p>
  67               <p>
  67                 <a
                     href="http://qualitystandards.proceduresonline.com/homes/p_quality_standards.html#ch_views
                     " target="_blank">
  67                   The Children’s Views, Wishes and Feelings Standard
  67                 </a>
  67               </p>
  68               <p>
  68                 <a
                     href="http://qualitystandards.proceduresonline.com/homes/p_quality_standards.html#health"
                     target="_blank">
  68                   The Health and Well-being Standard
  68                 </a>
  68               </p>
  69               <p>
  69                 <a
                     href="http://qualitystandards.proceduresonline.com/homes/p_quality_standards.html#positive
                     " target="_blank">
  69                   The Positive Relationships Standard
  69                 </a>
  69               </p>
  70               <h3 class="h3">
  70                 RELATED CHAPTER
  70               </h3>
  71               <p>
  71                 <a href="p_child_protection.html">
  71                   Referring Safeguarding Concerns Procedure
  71                 </a>
  71               </p>
  72               <h2 class="h2">
  72                 &nbsp;
  72               </h2>
  73             </div>
  74             <h2 class="h2_underlined">
  74               <br />
  75               Contents
  75             </h2>
  76             <ol>
  77               <li>
  77                 <a href="#general">
  77                   General
  77                 </a>
  77               </li>
  78               <li>
  78                 <a href="#physical">
  78                   Physical Contact
  78                 </a>
  78               </li>
  79               <li>
  79                 <a href="#onetoone">
  79                   One to one Time Alone With Children
  79                 </a>
  79               </li>
  80               <li>
  80                 <a href="#intimate">
  80                   Intimate Care
  80                 </a>
  80               </li>
  81               <li>
  81                 <a href="#menstruation">
  81                   Menstruation
  81                 </a>
  81               </li>
  82               <li>
  82                 <a href="#enuresis">
  82                   Enuresis and Encopresis
  82                 </a>
  82               </li>
  83             </ol>
  84             <h2 class="h2_underlined">
  84               <br />
  85               1.
  85               <a name="general" id="general">
  85               </a>
  85               General
  85             </h2>
  86             <p>
  86               The home should provide a nurturing environment that is welcoming and supportive and provides
                   appropriate boundaries. This environment should support a child’s physical, mental and emotional
                   health, in line with the approach set out in the home’s Statement of Purpose.
  86             </p>
  87             <p>
  87               Homes must also meet children’s basic day to day needs and physical necessities. Staff should
                   seek to meet the child’s basic needs in the way that a good parent would, recognising that many
                   children in residential care have experienced environments where their needs have not been
                   consistently met – doing so is an important aspect of demonstrating that the staff care for the
                   child and value them as an individual.
  87             </p>
  88             <p>
  88               Suitable arrangements should be in place in all homes for matters relating to physical contact,
                   intimate care, menstruation, enuresis, encopresis and other aspects of children's personal care.
                   These arrangements should take into account the child&rsquo;s gender, religion, ethnicity,
                   cultural and linguistic background, sexual identity, mental health, any disability, their
                   assessed needs, previous experiences and any relevant plans e.g.
  88               <a href="http://trixresources.proceduresonline.com/nat_key/keywords/placement_plan.html"
                   target="_blank">
  88                 Placement Plan
  88               </a>
  88               and
  88               <a href="http://trixresources.proceduresonline.com/nat_key/keywords/care_plan.html"
                   target="_blank">
  88                 Care Plan
  88               </a>
  88               .
  88             </p>
  89             <h2 class="h2_underlined">
  89               <br />
  90               2.
  90               <a name="physical" id="physical">
  90               </a>
  90               Physical Contact
  90             </h2>
  91             <p>
  91               Staff must provide a level of care, including physical contact, which is designed to demonstrate
                   warmth, respect, and positive regard for children.
  91             </p>
  92             <p>
  92               Physical contact should be given in a manner that is safe and protective and promotes positive
                   relationships with adults.
  92             </p>
  93             <h2 class="h2_underlined">
  93               <br />
  94               3.
  94               <a name="onetoone" id="onetoone">
  94               </a>
  94               One to One Time Alone With Children
  94             </h2>
  95             <p>
  95               Where a staff members daily work brings them into a one to one situation they should inform
                   other staff why this is necessary and where this will be taking place.
  95             </p>
  96             <p>
  96               Where one to one work is delivered as part of a specialist service or direct work programme this
                   should be identified in the Placement Plan.
  96             </p>
  97             <p>
  97               Managers will, where it is deemed necessary, ensure a risk assessment is carried out for the
                   delivery of any piece of work that is consistent with the Placement Plan.
  97             </p>
  98             <p>
  98               Staff should always try to keep doors open unless this constitutes a breach of privacy for the
                   child. In these instances it may be necessary to undertake a risk assessment of the situation.
  98             </p>
  99             <p>
  99               No volunteer working in the home should ever be in a one to one situation with a child.
  99             </p>
 100             <p>
 100               If an accident happens whilst in this situation as with any other situation make sure an
                   accident report form is filled in and signed by all parties.
 100             </p>
 101             <p>
 101               Giving first aid or personal care (where deemed necessary on the Placement Plan), should be
                   recorded on the relevant format.
 101             </p>
 102             <p>
 102               If any member of staff is uneasy about the behaviour of others who are putting himself or
                   herself or the child at risk they must inform the manager of the home.
 102             </p>
 103             Where a member of staff feels that the unease is centred on the registered manager they must
                 report this to a manager outside of the line management of the home, or to the child's social
                 worker.
 104             <p>
 104               Any allegations, suspicions and/or disclosures of abuse should be reported as per
 104               <a href="p_child_protection.html">
 104                 Referring Safeguarding Concerns Procedure
 104               </a>
 104               .
 104             </p>
 105             <h2 class="h2_underlined">
 105               <br />
 106               4.
 106               <a name="intimate" id="intimate">
 106               </a>
 106               Intimate Care
 106             </h2>
 107             <p>
 107               Children must be supported and encouraged to undertake bathing, showers and other intimate care
                   of themselves without relying on staff.
 107             </p>
 108             If a child need helps with intimate care, arrangements must emphasise the child&rsquo;s dignity.
                 Where necessary staff will be provided with specialist training and support.
 109             <h2 class="h2_underlined">
 109               <br />
 110               5.
 110               <a name="menstruation" id="menstruation">
 110               </a>
 110               Menstruation
 110             </h2>
 111             <p>
 111               Young women should be supported and encouraged to keep their own supply of sanitary protection
                   without having to request it from staff.
 111             </p>
 112             <p>
 112               There should also be adequate provision for the private disposal of used sanitary protection.
 112             </p>
 113             <h2 class="h2_underlined">
 113               <br />
 114               6.
 114               <a name="enuresis" id="enuresis">
 114               </a>
 114               Enuresis and Encopresis
 114             </h2>
 115             <p>
 115               If it is known or suspected that a child is likely to experience enuresis (involuntary
                   urination) and/or, encopresis (soiling) or may be prone to smearing it should be discussed
                   openly, with the child if possible, and strategies adopted for managing it. These strategies
                   should be outlined in the child's Placement Plan.
 115             </p>
 116             <p>
 116               It may be appropriate to consult a Continence Nurse or other specialist, who will provide advice
                   on the most appropriate strategy to adopt. In the absence of such advice, the following should
                   be adopted:
 116             </p>
 117             <ol type="a">
 118               <li>
 118                 Talk to the child in private, openly but sympathetically;
 118               </li>
 119               <li>
 119                 Do not treat it as the fault of the child, or apply any form of sanction;
 119               </li>
 120               <li>
 120                 Do not require the child to clear up; arrange for the child to be cleaned and remove then wash
                     any soiled bedding and clothes;
 120               </li>
 121               <li>
 121                 Keep a record, either on a dedicated form or in the child's Daily Record;
 121               </li>
 122               <li>
 122                 Consider making arrangements for the child to have any supper in good time before retiring,
                     and arranging for the child to use the toilet before retiring; also consider arranging for the
                     child to be woken to use the toilet during the night;
 122               </li>
 123               <li>
 123                 Consider using mattresses or bedding that can withstand being soiled or wet.
 123               </li>
 124             </ol>
 125             <p>
 125               <br />
 126               <br />
 127             </p>
 128           </div>
 129         </div>
 130       </div>
 131     </div>
 132     <div id="footer-wrap">
 133       <div id="footer-container">
 133         <div id="footer">
 134 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">
 135             <tr>
 136               <td width="60%" align="left" style="padding-top: 0px;">
 136                 <a href="http://www.trixonline.co.uk/" target="_blank">
 136                   <img src="images/trix_logo.gif" width="57" height="22" alt="tri.x logo" border="0"/>
 136                 </a>
 136                 &nbsp;&nbsp;&nbsp;&nbsp;
 136                 <span class="darkdivider">
 136                   |
 136                 </span>
 136                 &nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy;
 136                 <a href="http://www.trixonline.co.uk/" target="_blank">
 136                   tri.x
 136                 </a>
 136                 &nbsp;&nbsp;&nbsp;&nbsp;
 136                 <span class="darkdivider">
 136                   |
 136                 </span>
 136                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 136               </td>
 137               <td width="40%" align="right" valign="top" style="padding-top: 0px;">
 139                 <div class="footer_box">
 139                   <a href="#">
 139                     visibility:
 139                   </a>
 139                   &nbsp;
 139                   <a href="#" onclick="setActiveStyleSheet('small'); return false;">
 139                     <img src="images/icons/small_a.gif" alt="View this website with small text" border="0" />
 139                   </a>
 139                   <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
 139                     <img src="images/icons/medium_a.gif" border="0" alt="View this website with medium
                         text" />
 139                   </a>
 139                   <a href="#" onclick="setActiveStyleSheet('large'); return false;">
 139                     <img src="images/icons/large_a.gif" border="0" alt="View this website with large text" />
 139                   </a>
 139                   <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
 139                     <img src="images/icons/hivis.gif" border="0" alt="View this website with high
                         visibility" />
 139                   </a>
 139                   &nbsp;&nbsp;
 139                   <span class="darkdivider">
 139                     |
 139                   </span>
 139                   &nbsp;&nbsp;
 139                 </div>
 140                 <div class="footer_box">
 140                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 140                     <img src="images/icons/favourite.gif" alt="Add this page to your favourites" width="18"
                         height="18" border="0" />
 140                   </a>
 140                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 140                     favourites
 140                   </a>
 140                   &nbsp;&nbsp;
 140                   <span class="darkdivider">
 140                     |
 140                   </span>
 140                   &nbsp;&nbsp;
 140                 </div>
 141                 <div class="footer_box">
 141 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"/>
 143                   <a href="#" onclick="printSpecial()">
 143                     print
 143                   </a>
 143                   &nbsp;&nbsp;
 143                   <span class="darkdivider">
 143                     |
 143                   </span>
 143                   &nbsp;&nbsp;
 143                 </div>
 144               </td>
 145             </tr>
 146           </table>
 147         </div>
 147       </div>
 148     </div>
 149   </body>
 150 </html>