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       Consents and Delegated Authority | 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               Consents and Delegated Authority
  63             </h1>
  64             <h2 class="h2_underlined">
  64               <br />
  65               Contents
  65             </h2>
  66             <ol>
  67               <li>
  67                 <a href="#introduction">
  67                   Introduction
  67                 </a>
  67               </li>
  68               <li>
  68                 <a href="#placement">
  68                   Care and Placement Planning
  68                 </a>
  68               </li>
  69               <li>
  69                 <a href="#views">
  69                   Views of the Child / Young Person
  69                 </a>
  69               </li>
  70               <li>
  70                 <a href="#delegation">
  70                   Delegation in the context of the Child's Health
  70                 </a>
  70               </li>
  71               <li>
  71                 <a href="#children">
  71                   Children who Seek Advice/Treatment Without Consulting Parents or Consent
  71                 </a>
  71               </li>
  72             </ol>
  73             <h2 class="h2_underlined">
  73               <br />
  74               1.
  74               <a name="introduction" id="introduction">
  74               </a>
  74               Introduction
  74             </h2>
  75             <p>
  75               Poor planning around delegation of authority can delay decision-making and lead to Looked After
                   Children missing out on opportunities that enable them to experience a fulfilled childhood and
                   feel part of the daily life of their children's home.
  75             </p>
  76             <p>
  76               Looked after children report that problems obtaining parents' and local authorities' consent to
                   everyday activities makes them feel different from their peers and causes them embarrassment and
                   upset. Failure to delegate appropriately, or to make clear who has the authority to decide what,
                   can also make it more difficult for residential workers to carry out their caring role and form
                   appropriate relationships with the children in their care.
  76             </p>
  77             <h2 class="h2_underlined">
  77               <br />
  78               2.
  78               <a name="placement" id="placement">
  78               </a>
  78               Care and Placement Planning
  78             </h2>
  79             <p>
  79               When deciding who should have authority to take particular decisions, the most appropriate
                   exercise of decision-making powers will depend, in part, on the long term plan for the child, as
                   set out in the child's Permanence Plan.
  79             </p>
  80             <p>
  80               For example, where the plan is for the child to return home, the child's parents should expect
                   to continue to have a significant role in decision-making. However where the plan is for long
                   term foster or residential care, then carers should have a significant say in the majority of
                   decisions about the child's care.
  80             </p>
  81             <p>
  81               The Placement Plan will set out how, on a day-to-day basis, the child will be cared for and
                   his/her welfare safeguarded and promoted, this will include arrangements for contact, medical
                   care and education/training.
  81             </p>
  82             <p>
  82               Wherever possible, the most appropriate person to take a decision about the child should have
                   the authority to do so, and the Placement Plan should provide clarity about who has the
                   authority to decide what.
  82             </p>
  83             <h3 class="h3">
  83               2.1 Day to Day Parenting Decisions
  83             </h3>
  84             <p>
  84               Whatever the Permanence Plan for the child, the carer's (and / or the child if they are of
                   sufficient age and understanding to make these decisions themselves) should have delegated
                   authority to take
  84               <span class="bold">
  84                 day-to-day parenting decisions
  84               </span>
  84               (e.g. routine decisions about health/hygiene, education, leisure activities) This enables carers
                   to provide the best possible care for the child.
  84             </p>
  85             <p>
  85               Decisions about activities where risk assessments have already been carried out by those
                   organising / supervising the activity, e.g. school trips or activity breaks, should be delegated
                   to the child's carer. There is no expectation that local authorities / Children's Homes Staff
                   should duplicate risk assessments.
  85             </p>
  86             <p>
  86               Where any day-to-day parenting decisions are not delegated to the carers, the reasons for this
                   should be set out in the child's Placement Plan. Reasons for not delegating certain decisions
                   include past experiences or behaviour. For example, where a child has been identified as
                   vulnerable to exploitation by peers or adults, then overnight stays may need to be limited, and
                   the home may want the child's social worker to manage this.
  86             </p>
  87             <h2 class="h2_underlined">
  87               <br />
  88               3.
  88               <a name="views" id="views">
  88               </a>
  88               Views of the Child / Young Person
  88             </h2>
  89             <p>
  89               Any decision about delegation of authority must consider the views of the child. In some cases a
                   child will be of sufficient age and understanding to make decisions themselves. For example,
                   they may have strong views about their personal appearance, and it may be decided that they
                   should be allowed to make these kinds of decisions themselves
  89             </p>
  90             <p>
  90               When deciding whether a particular child, on a particular occasion, has sufficient understanding
                   to make a decision, the following questions should be considered:
  90             </p>
  91             <ul>
  92               <li>
  92                 Can the child understand the question being asked of them?
  92               </li>
  93               <li>
  93                 Do they appreciate the options open to them?
  93               </li>
  94               <li>
  94                 Can they weigh up the pros and cons of each option?
  94               </li>
  95               <li>
  95                 Can they express a clear personal view on the matter, as distinct from repeating what someone
                     else thinks they should do?
  95               </li>
  96               <li>
  96                 Can they be reasonably consistent in their view on the matter, or are they constantly changing
                     their mind?
  96               </li>
  97             </ul>
  98             <p>
  98               Regardless of a child's competence, some decisions cannot be made until a child reaches a
                   certain age, for example, tattoos are not permitted for a person under age 18 and certain
                   piercings are not permitted until the child reaches age 16.
  98             </p>
  99             <h2 class="h2_underlined">
  99               <br />
 100               4.
 100               <a name="delegation" id="delegation">
 100               </a>
 100               Delegation in the context of the Child's Health
 100             </h2>
 101             <p>
 101               The legal position concerning consent and refusal of health treatment for those under 18 years
                   old is set out in chapter 3 of the
 101               <a
                   href="https://www.gov.uk/government/publications/reference-guide-to-consent-for-examination-or-t
                   reatment-second-edition" target="_blank">
 101                 Department of Health and Social Care Reference guide to consent for examination or treatment,
                     second addition 2009
 101               </a>
 101               .
 101             </p>
 102             <h3 class="h3">
 102               Emergency Medical Decisions
 102             </h3>
 103             <p>
 103               Whilst consent to examination or treatment should usually be sought from a parent or person with
                   Parental Responsibility before a medical examination is carried out or treatment is provided,
                   there amy be situations where this is not possible, for example, a child requires urgent
                   attention.
 103             </p>
 104             <p>
 104               In an emergency, when urgent medical treatment is required, but no prior consent has been given
                   and it is impossible to locate parents or a person with parental responsibility, then a child
                   who has reached his/her sixteenth birthday may give consent. Dependent on his/her age and level
                   of understanding, a child who has not reached the age of sixteen may be regarded by a doctor as
                   capable of giving consent. In a 'life or limb' situation, a doctor may decide to proceed without
                   any consent.
 104             </p>
 105             <h2 class="h2_underlined">
 105               <br />
 106               5.
 106               <a name="children" id="children">
 106               </a>
 106               Children who Seek Advice/Treatment Without Consulting Parents or Consent
 106             </h2>
 107             <p>
 107               Children who have reached the age of 16 years can seek the advice of a medical practitioner
                   without referral to or the consent of parent(s) or those with Parental Responsibility, and may
                   decide to keep that advice and any subsequent treatment confidential. In such circumstances,
                   they may share certain information with staff - and may request that it is only shared with
                   specified other people. Such requests should be respected, unless to do so would place the young
                   person or others at risk of injury or harm.
 107             </p>
 108             <p>
 108               Children who have yet to reach the age of sixteen should be treated in a manner which is
                   consistent with their age and level of understanding. If possible, their wishes should be
                   respected, but all reasonable steps should be taken to encourage them to discuss any concerns
                   with their parent(s), a close relative or guardian. They should also be encouraged to consult
                   their social worker or another responsible person, such as a staff member.
 108             </p>
 109             <p>
 109               Once the arrangements have been made for a child to see a medical practitioner, the child can
                   request that they do so unaccompanied; such a request should be respected.
 109             </p>
 110             <p>
 110               Whilst it may be unusual for a doctor or other health care professional to provide advice or
                   treatment to a child under 16 without parental knowledge or advice, they can do so if they
                   believe the child is of an age and level of understanding (Gillick Competency) to understand the
                   implications of the decision they are taking. Decisions about whether to provide advice or
                   treatment without consent or consulting parent(s) or carers are for a practitioner's clinical
                   judgement.
 110             </p>
 111             <p>
 111               <br />
 112               <br />
 113             </p>
 114           </div>
 115         </div>
 116       </div>
 117     </div>
 118     <div id="footer-wrap">
 119       <div id="footer-container">
 119         <div id="footer">
 120 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">
 121             <tr>
 122               <td width="60%" align="left" style="padding-top: 0px;">
 122                 <a href="http://www.trixonline.co.uk/" target="_blank">
 122                   <img src="images/trix_logo.gif" width="57" height="22" alt="tri.x logo" border="0"/>
 122                 </a>
 122                 &nbsp;&nbsp;&nbsp;&nbsp;
 122                 <span class="darkdivider">
 122                   |
 122                 </span>
 122                 &nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy;
 122                 <a href="http://www.trixonline.co.uk/" target="_blank">
 122                   tri.x
 122                 </a>
 122                 &nbsp;&nbsp;&nbsp;&nbsp;
 122                 <span class="darkdivider">
 122                   |
 122                 </span>
 122                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 122               </td>
 123               <td width="40%" align="right" valign="top" style="padding-top: 0px;">
 125                 <div class="footer_box">
 125                   <a href="#">
 125                     visibility:
 125                   </a>
 125                   &nbsp;
 125                   <a href="#" onclick="setActiveStyleSheet('small'); return false;">
 125                     <img src="images/icons/small_a.gif" alt="View this website with small text" border="0" />
 125                   </a>
 125                   <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
 125                     <img src="images/icons/medium_a.gif" border="0" alt="View this website with medium
                         text" />
 125                   </a>
 125                   <a href="#" onclick="setActiveStyleSheet('large'); return false;">
 125                     <img src="images/icons/large_a.gif" border="0" alt="View this website with large text" />
 125                   </a>
 125                   <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
 125                     <img src="images/icons/hivis.gif" border="0" alt="View this website with high
                         visibility" />
 125                   </a>
 125                   &nbsp;&nbsp;
 125                   <span class="darkdivider">
 125                     |
 125                   </span>
 125                   &nbsp;&nbsp;
 125                 </div>
 126                 <div class="footer_box">
 126                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 126                     <img src="images/icons/favourite.gif" alt="Add this page to your favourites" width="18"
                         height="18" border="0" />
 126                   </a>
 126                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 126                     favourites
 126                   </a>
 126                   &nbsp;&nbsp;
 126                   <span class="darkdivider">
 126                     |
 126                   </span>
 126                   &nbsp;&nbsp;
 126                 </div>
 127                 <div class="footer_box">
 127 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"/>
 129                   <a href="#" onclick="printSpecial()">
 129                     print
 129                   </a>
 129                   &nbsp;&nbsp;
 129                   <span class="darkdivider">
 129                     |
 129                   </span>
 129                   &nbsp;&nbsp;
 129                 </div>
 130               </td>
 131             </tr>
 132           </table>
 133         </div>
 133       </div>
 134     </div>
 135   </body>
 136 </html>