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       Preparation for Leaving Care | 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               Preparation for Leaving Care
  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#reg_5"
                     target="_blank">
  66                   Regulation 5 – Engaging with the Wider System to Ensure Children's Needs are Met
  66                 </a>
  66               </p>
  67               <p>
  67                 <a
                     href="http://qualitystandards.proceduresonline.com/homes/p_quality_standards.html#care_plannin
                     g" target="_blank">
  67                   The Care Planning Standard
  67                 </a>
  67                 <br />
  68                 Regulation 14
  68               </p>
  69               <p>
  69                 <a
                     href="http://qualitystandards.proceduresonline.com/homes/p_quality_standards.html#ch_views
                     " target="_blank">
  69                   The Children's Views, Wishes and Feelings Standard
  69                 </a>
  69               </p>
  70               <p>
  70                 <a href="http://www.legislation.gov.uk/uksi/2010/2571/contents/made" target="_blank">
  70                   The Care Leavers (England) Regulations 2010
  70                 </a>
  70               </p>
  71               <h3 class="h3">
  71                 RELEVANT GUIDANCE
  71               </h3>
  72               <p>
  72                 <a
                     href="https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/397649/CA1989_
                     Transitions_guidance.pdf" target="_blank">
  72                   The Children Act 1989 Guidance and Regulations Volume 3: Planning Transition to Adulthood
                       for Care Leavers
  72                 </a>
  72               </p>
  73               <p>
  73                 <a href="https://www.gov.uk/government/publications/care-leavers-charter" target="_blank">
  73                   The Care Leaver's Charter
  73                 </a>
  73               </p>
  74               <p>
  74                 <a
                     href="https://www.gov.uk/government/publications/applying-corporate-parenting-principles-to-lo
                     oked-after-children-and-care-leavers" target="_blank">
  74                   DfE, Applying corporate parenting principles to looked-after children and care leavers
                       (2017)
  74                 </a>
  74               </p>
  75               <p>
  75                 <a
                     href="https://www.gov.uk/government/publications/extending-personal-adviser-support-to-age-25
                     " target="_blank">
  75                   Extending Personal Adviser Support to All Care Leavers to Age 25: Statutory Guidance for
                       Local Authorities (February 2018)
  75                 </a>
  75               </p>
  76               <p>
  76                 <a href="https://www.gov.uk/government/publications/local-offer-guidance" target="_blank">
  76                   Local Offer Guidance: Guidance for Local Authorities
  76                 </a>
  76               </p>
  77               <h3 class="h3">
  77                 SCOPE OF&nbsp;THIS&nbsp;CHAPTER
  77               </h3>
  78               <p>
  78                 The Local Authority Leaving Care Team is responsible for planning support for young people as
                     they leave care.
  78               </p>
  79               <p>
  79                 This chapter summarises the key terms and responsibilities in relation to Care Leavers and
                     explains the role of staff in children's homes in supporting young people during the
                     transition to adulthood and independent living.
  79               </p>
  80             </div>
  81             <h2 class="h2_underlined">
  81               <br />
  82               Contents
  82             </h2>
  83             <ol>
  84               <li>
  84                 <a href="#defin">
  84                   Definitions
  84                 </a>
  84               </li>
  85               <li>
  85                 <a href="#role">
  85                   Role of Residential Staff
  85                 </a>
  85               </li>
  86               <li>
  86                 <a href="#contact">
  86                   Contact
  86                 </a>
  86               </li>
  87             </ol>
  88             <h2 class="h2_underlined">
  88               <br />
  89               1.
  89               <a id="defin" name="defin">
  89               </a>
  89               Definitions
  89             </h2>
  90             <h3 class="h3">
  90               1.1 Eligible Young People
  90             </h3>
  91             <p>
  91               They are aged 16 or 17, have been
  91               <a href="http://trixresources.proceduresonline.com/nat_key/keywords/looked_after.html"
                   target="_blank" class="keyword">
  91                 Looked After
  91               </a>
  91               for a period or periods totalling at least 13 weeks starting after their 14th birthday and
                   ending at least one day after their 16th birthday, and are still in care. (This total does not
                   include a series of pre-planned short-term placements of up to 4 weeks where the child has
                   returned to the parent). The local authority has a duty to support these young people up to the
                   age of 18, wherever they are living.
  91             </p>
  92             <p>
  92               The local authority is required to undertake a needs assessment, prepare a Pathway Plan, keep
                   the Pathway Plan under review and appoint a Personal Adviser (see Regulations 42, 43 and 44 of
                   the Care Planning, Placement and Case Review (England) Regulations 2010).
  92             </p>
  93             <h3 class="h3">
  93               1.2&nbsp;Relevant Young People
  93             </h3>
  94             <p>
  94               They are aged 16 or 17 and are no longer Looked After, having previously been in the category of
                   Eligible Young Person when they were Looked After. However, if after leaving the looked after
                   service, a young person returns home for a period of 6 months or more to be cared for by a
                   parent, they will no longer be a &quot;relevant young person&quot;.
  94             </p>
  95             <p>
  95               A young person is also &quot;relevant&quot; if, having been looked after for 3 months or more,
                   they are then detained after their 16th birthday either in hospital, remand centre, young
                   offenders' institution or secure training centre. There is a duty to support relevant young
                   people up to the age of 18.
  95             </p>
  96             <p>
  96               The local authority is required to stay in touch with the young person, undertake a needs
                   assessment (unless this was done when the young person was 'Eligible'), prepare and keep the
                   Pathway Plan under review, appoint a Personal Adviser (unless this was done when the young
                   person was 'Eligible') and provide accommodation and assistance to meet their needs in relation
                   to education, training or employment (see Regulations 4 to 9 of the Care Leavers (England)
                   Regulations 2010).
  96             </p>
  97             <h3 class="h3">
  97               1.3&nbsp;Former Relevant Young People
  97             </h3>
  98             <p>
  98               They are aged 18 or above and have left care having been previously either &quot;Eligible&quot;,
                   &quot;Relevant&quot; or both. The local authority is under a duty to consider the need to
                   support these young people wherever they are living.
  98             </p>
  99             <p>
  99               Under Regulations 4 to 9 of the Care Leavers (England) Regulations 2010, there are statutory
                   requirements for the local authority to stay in touch with the young person, keep the Pathway
                   Plan under review, continue the appointment of a Personal Adviser and provide financial
                   assistance near where the young person is employed or seeking employment/to enable the young
                   person to pursue education or training.
  99             </p>
 100             <p>
 100               If the Former Relevant child pursues higher education in accordance with their Care Plan, there
                   is a duty on the local authority to pay a higher education bursary.
 100             </p>
 101             <p>
 101               To the extent that the Former Relevant child's welfare requires it, 'other assistance' must be
                   provided by the local authority which may be in kind or, in exceptional circumstances, in cash.
 101             </p>
 102             <p>
 102               These duties continue until the former relevant child reaches 21 or, where the child's pathway
                   plan sets out a programme of education or training which extends beyond their 21st birthday,
                   they continue for so long as the child pursues that programme.
 102             </p>
 103             <h4 class="h4">
 103               1.3.1 Former relevant children pursuing further education or training
 103             </h4>
 104             <p>
 104               Specific duties are placed upon the local authority in respect of Former Relevant children who
                   inform the local authority that they are pursuing, or intend to pursue, a programme of education
                   or training. The local authority must:
 104             </p>
 105             <ul>
 106               <li>
 106                 Carry out an assessment of the needs of the Former Relevant child with a view to determining
                     what assistance (if any) it would be appropriate for the local authority to provide;
 106               </li>
 107               <li>
 107                 Prepare a pathway plan;
 107               </li>
 108               <li>
 108                 To the extent that the Former Relevant child's educational or training needs require it,
                     provide financial assistance by:
 109                 <ul>
 110                   <li>
 110                     Contributing to living expenses; or
 110                   </li>
 111                   <li>
 111                     Making a grant to meet expenses connected with the education and training.
 111                   </li>
 112                 </ul>
 113               </li>
 114             </ul>
 115             <p>
 115               These duties continue up to the Former Relevant child's 25th birthday.
 115             </p>
 116             <p>
 116               In each case where a care leaver requests this support for education purposes, the local
                   authority will need to assess the appropriateness of the course and how it will help the young
                   person to achieve their ambitions. The extent of the practical and financial assistance provided
                   will reflect the type of course, whether full - or part-time, and the young person's existing
                   income.
 116             </p>
 117             <p>
 117               Care leavers between the ages of 21 and up to 25 who, following a discussion with their Personal
                   Adviser, wish to continue to receive support, or those who return later during this period, will
                   have an entitlement to resume support from a Personal Adviser previously responsible for their
                   leaving care support. In some instances, care leavers will continue to require considerable
                   support and need a comprehensive Pathway Plan, whilst others may require more focussed support
                   with only the relevant sections of the Plan completed. Personal Advisers should apply
                   professional judgement when deciding what level of needs assessment is appropriate.
 117             </p>
 118             <h3 class="h3">
 118               1.4&nbsp;Qualifying Young People
 118             </h3>
 119             <p>
 119               They are over aged 16 and over and under the age of 21, and are:
 119             </p>
 120             <ul>
 121               <li>
 121                 Subject to a Special Guardianship Order (or were when they reached 18) and were looked after
                     immediately before the making of that Order;
 121               </li>
 122               <li>
 122                 At any time after 16 (but whilst still a child), were (but no longer are) looked after,
                     accommodated or fostered;
 122               </li>
 123               <li>
 123                 Privately fostered but do not qualify as Eligible, Relevant or Former Relevant.
 123               </li>
 124             </ul>
 125             <p>
 125               Where a local authority looked after, accommodated or fostered a young person, and they are
                   deemed as Qualifying for advice and assistance, the local authority has a duty to take
                   reasonable steps to contact them with a view to advising and assisting them.
 125             </p>
 126             <p>
 126               They may receive support, advice and assistance (including, in exceptional circumstances, cash
                   or accommodation) wherever they are living.
 126             </p>
 127             <p>
 127               This includes financial assistance in relation to expenses incurred in living near the place
                   where the young person is, will be, or is seeking work or where they will be receiving education
                   or training; or where the person is in full time further or higher education, is under the age
                   of 25 and qualifies for advice and assistance, or would have done if he was under 21, assistance
                   in relation to securing vacation accommodation.
 127             </p>
 128             <p>
 128               Any decision to cease looking after a child aged 16 or 17 who is Looked After other than by
                   virtue of a Care Order, must be approved by the Director of Children's Services. The Director
                   must be satisfied that:
 128             </p>
 129             <ul>
 130               <li>
 130                 The child's wishes and feelings have been ascertained and given due consideration;
 130               </li>
 131               <li>
 131                 The child's Independent Reviewing Officer has been consulted;
 131               </li>
 132               <li>
 132                 The child's relatives have been consulted, where appropriate.
 132               </li>
 133             </ul>
 134             <h3 class="h3">
 134               1.5&nbsp;Personal Adviser
 134             </h3>
 135             <p>
 135               A Personal Adviser is the person appointed to work in relation to the Relevant child or Former
                   Relevant child, on the young person's 16th birthday, and has a key role in preparing the young
                   person for independence and providing support after they cease to be looked after. They will
                   hold a pivotal role (where applicable) in the assessment, planning and review of services as set
                   out in the
 135               <a href="http://trixresources.proceduresonline.com/nat_key/keywords/pathway_plan.html"
                   target="_blank" class="keyword">
 135                 Pathway Plan
 135               </a>
 135               , and will co-ordinate with other agencies as necessary.
 135             </p>
 136             <p>
 136               Where accommodation is provided to a young person by the responsible authority under section 23B
                   or section 24B of the Children Act 1989, the Personal Adviser must visit the Relevant child or
                   Former Relevant child at that accommodation:
 136             </p>
 137             <ul>
 138               <li>
 138                 Within 7 days of the accommodation first being provided;
 138               </li>
 139               <li>
 139                 Subsequently, before the Pathway Plan is reviewed; and
 139               </li>
 140               <li>
 140                 At subsequent intervals of not more than 2 months.
 140               </li>
 141             </ul>
 142             <p>
 142               The extent to which the Personal Adviser becomes the main source of advice and support to the
                   young person will vary according to individual circumstances.
 142             </p>
 143             <p>
 143               They should be kept up-to-date with the young person's progress and wellbeing.
 143             </p>
 144             <h3 class="h3">
 144               1.6 Leaving Care Assessment of Need
 144             </h3>
 145             <p>
 145               All Young People - Eligible, Relevant or Former Relevant - must receive a multi-agency
                   assessment of their needs covering the advice, assistance and support they will need when
                   leaving care.
 145             </p>
 146             <p>
 146               The young person's social worker will be responsible for coordinating the Needs Assessment.
 146             </p>
 147             <p>
 147               This assessment should be completed no more than 3 months after the young person's 16th birthday
                   or after the young person becomes Eligible or Relevant if this is later. The young person's Care
                   Plan together with information from other recent assessments will form the basis of the Needs
                   Assessment.
 147             </p>
 148             <p>
 148               The young person's social worker will be responsible for recording the assessment information
                   and conclusions as well as the outcome of any meetings held. The young person must be invited to
                   any meetings held in connection with the assessment.
 148             </p>
 149             <p>
 149               The Needs Assessment should take account of the views of the following:
 149             </p>
 150             <ol type="a">
 151               <li>
 151                 The young person;
 151               </li>
 152               <li>
 152                 The parents;
 152               </li>
 153               <li>
 153                 The current carer;
 153               </li>
 154               <li>
 154                 The school/college and the education service;
 154               </li>
 155               <li>
 155                 Any Independent Visitor;
 155               </li>
 156               <li>
 156                 Any person providing health care or treatment for the young person;
 156               </li>
 157               <li>
 157                 The Personal Adviser;
 157               </li>
 158               <li>
 158                 Any other relevant person including, in the case of a young person with special needs, a
                     representative from Adult Services.
 158               </li>
 159             </ol>
 160             <h3 class="h3">
 160               1.7&nbsp;Pathway Plan
 160             </h3>
 161             <p>
 161               All young people will have a Pathway Plan in place within 3 months of becoming Eligible and,
                   wherever possible, a Pathway Plan will be in place by the young person's 16th birthday.
 161             </p>
 162             <p>
 162               The Pathway Plan will include a young person's Personal Education Plan. Each young person will
                   be central to drawing up their own Pathway Plan setting the goals and identifying how the local
                   authority will help meet them, including any services being provided in respect of the young
                   person's disability or needs arising from being in custody or as a result of entering the
                   country as an unaccompanied asylum seeker. It should be written in a way that meets the needs of
                   the young person, capturing their aspirations and key messages. Young people with particular
                   language or communication needs should be provided throughout the process with appropriate
                   interpretation, translation or advocacy support.
 162             </p>
 163             <p>
 163               The Pathway Plan must clearly identify the roles of each person and agency with a part to play
                   in supporting the care leaver including the home - which will have a crucial role as the
                   immediate carers of the young person.
 163             </p>
 164             <h3 class="h3">
 164               1.8 Corporate Parenting
 164             </h3>
 165             <p>
 165               Corporate Parenting Principles for care leavers were formally set out by the Children and Social
                   Work Act 2017. The Act established that the transition for young people should include and
                   involve not only the local authority providing Children's Social Care services, but also
                   District Councils (where appropriate) and partner agencies. The Principles are:
 165             </p>
 166             <ul>
 167               <li>
 167                 To act in the best interests, and promote the physical and mental health and well-being, of
                     those children and young people;
 167               </li>
 168               <li>
 168                 To encourage those children and young people to express their views, wishes and feelings;
 168               </li>
 169               <li>
 169                 To take into account the views, wishes and feelings of those children and young people;
 169               </li>
 170               <li>
 170                 To help those children and young people gain access to, and make the best use of, services
                     provided by the local authority and its relevant partners;
 170               </li>
 171               <li>
 171                 To promote high aspirations, and seek to secure the best outcomes, for those children and
                     young people;
 171               </li>
 172               <li>
 172                 For those children and young people to be safe, and for stability in their home lives,
                     relationships and education or work; and
 172               </li>
 173               <li>
 173                 To prepare those children and young people for adulthood and independent living.
 173               </li>
 174             </ul>
 175             <h3 class="h3">
 175               1.9 Local Offer
 175             </h3>
 176             <p>
 176               All local authorities must publish up-date information about the services it offers for care
                   leavers and other services that may assist care leavers in, or preparing for, adulthood and
                   independent living. Particularly: health and well-being; relationships; education and training;
                   employment; accommodation; participation in society. This information should also include
                   relevant services that can be accessed by its partner agencies.
 176             </p>
 177             <h2 class="h2_underlined">
 177               <br />
 178               2.&nbsp;
 178               <a name="role" id="role">
 178               </a>
 178               Role of Residential Staff
 178             </h2>
 179             <p>
 179               Staff in the home must assist in the pathway planning process, and help the young person prepare
                   for transition by developing the self help skills needed for independent living.
 179             </p>
 180             <p>
 180               As the home will have a sound day to day understanding of young people's capabilities and needs,
                   children's homes staff will be key partners to the pathway planning process. They should
                   actively seek to make the fullest contribution, identifying and working with other partners and
                   professionals who are part of the 'corporate parent' partnership and with other relevant
                   persons.
 180             </p>
 181             <p>
 181               It is possible, that there will be young people living in the Home who are not from the local
                   authority in which the Home is located, i.e. they have been placed 'out of area', or in a
 181               <a
                   href="http://trixresources.proceduresonline.com/nat_key/keywords/placement_at_distance.html"
                   target="_blank">
 181                 Placement at a Distance
 181               </a>
 181               . It will be important for these young peoples to think about, and discuss, where they wish to
                   transition to in terms of location, that is, either to move out of the home but continue to live
                   in the area of the home, or, to return back to their home local authority, or some other option.
 181             </p>
 182             <p>
 182               The young person will be entitled to the same support wherever they live as a 'care leaver'.
                   These discussions should be undertaken with the young person's social worker, and the
                   Children's Home staff should work with the young person and the social worker to ensure a smooth
                   and safe transition that supports the young person's Plan.
 182             </p>
 183             <p>
 183               The decision as to where the young person will transition to will be discussed and agreed at the
                   young person's
 183               <a href="http://trixresources.proceduresonline.com/nat_key/keywords/looked_aft_review.html"
                   target="_blank">
 183                 Looked After Review
 183               </a>
 183               .
 183             </p>
 184             <p>
 184               Staff should make sure they are aware of the 'Local Offer' in whichever the area the young
                   person is moving to and promote the take up of services and resources.
 184             </p>
 185             <p>
 185               Staff must help each child to prepare for any moves from the home, whether they are returning
                   home, moving to another placement or adult care, or to live independently. This includes
                   supporting the child to develop emotional and mental resilience to cope without the home's
                   support and, where the child is moving to live independently, practical skills such as cooking,
                   housework, budgeting and personal self-care.
 185             </p>
 186             <p>
 186               Practical examples of how the home can help young people prepare for the transition to adulthood
                   include:
 186             </p>
 187             <ul>
 188               <li>
 188                 Using pocket money, leisure and clothing allowances to help children develop money management
                     and finance skills;
 188               </li>
 189               <li>
 189                 Supporting young people to set up a 'bottom drawer' of items that can be saved and used when
                     the young person sets up their home;
 189               </li>
 190               <li>
 190                 Food preparation and meal planning;
 190               </li>
 191               <li>
 191                 Discussing with the young person any careers advice and further education and training that
                     has been offered and what they need to do to progress this.
 191               </li>
 192             </ul>
 193             <p>
 193               Or, where required, supporting the young person where there is a disparity between their
                   aspirations any advice they have received - perhaps helping them to consider alternatives and
                   supporting them to explore the steps they need to take to pursue them where appropriate.
 193             </p>
 194             <p>
 194               As the young person moves into independence, the transition process will be a stressful and a
                   difficult time for them. Even with good support, the young person is likely to benefit from
                   someone who knows them well and/or they trust. This may well be their key worker or other member
                   of staff at the home.
 194             </p>
 195             <p>
 195               The home should seek to offer the possibility of 'outreach' type support - for a time-limited
                   period - to directly assist the young person and to help them develop positive relationships
                   with the new professionals who will take role in their lives.
 195             </p>
 196             <p>
 196               Where the young person has chosen to live away from their home area, this out-reach support may
                   well be a key aspect of support for the young person, especially in the initial weeks of
                   independence.
 196             </p>
 197             <h2 class="h2_underlined">
 197               <br />
 198               3.
 198               <a name="contact" id="contact">
 198               </a>
 198               Contact
 198             </h2>
 199             <p>
 199               Young people who have left our care may want to stay in touch with key trusted adults.
 199             </p>
 200             <p>
 200               Residential staff can do this in a range of ways such as welcoming young people when they come
                   back to visit the children's home they lived in or seeing them in their new home or community.
                   Sometimes this is undertaken on a formal basis, such as time limited outreach support, and at
                   other times more informally.
 200             </p>
 201             <p>
 201               This contact needs to be undertaken safely and so should be agreed and recorded by the line
                   manager of the staff concerned, and, depending on the age of the young person concerned:
 201             </p>
 202             <ul>
 203               <li>
 203                 Agreed with the social worker and/or leaving care worker;
 203               </li>
 204               <li>
 204                 Set out in the young person's Placement Plan/ Pathway Plan.
 204               </li>
 205             </ul>
 207             <p>
 207               <br />
 208               <br />
 209             </p>
 210           </div>
 211         </div>
 212       </div>
 213     </div>
 214     <div id="footer-wrap">
 215       <div id="footer-container">
 215         <div id="footer">
 216 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">
 217             <tr>
 218               <td width="60%" align="left" style="padding-top: 0px;">
 218                 <a href="http://www.trixonline.co.uk/" target="_blank">
 218                   <img src="images/trix_logo.gif" width="57" height="22" alt="tri.x logo" border="0"/>
 218                 </a>
 218                 &nbsp;&nbsp;&nbsp;&nbsp;
 218                 <span class="darkdivider">
 218                   |
 218                 </span>
 218                 &nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy;
 218                 <a href="http://www.trixonline.co.uk/" target="_blank">
 218                   tri.x
 218                 </a>
 218                 &nbsp;&nbsp;&nbsp;&nbsp;
 218                 <span class="darkdivider">
 218                   |
 218                 </span>
 218                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 218               </td>
 219               <td width="40%" align="right" valign="top" style="padding-top: 0px;">
 221                 <div class="footer_box">
 221                   <a href="#">
 221                     visibility:
 221                   </a>
 221                   &nbsp;
 221                   <a href="#" onclick="setActiveStyleSheet('small'); return false;">
 221                     <img src="images/icons/small_a.gif" alt="View this website with small text" border="0" />
 221                   </a>
 221                   <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
 221                     <img src="images/icons/medium_a.gif" border="0" alt="View this website with medium
                         text" />
 221                   </a>
 221                   <a href="#" onclick="setActiveStyleSheet('large'); return false;">
 221                     <img src="images/icons/large_a.gif" border="0" alt="View this website with large text" />
 221                   </a>
 221                   <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
 221                     <img src="images/icons/hivis.gif" border="0" alt="View this website with high
                         visibility" />
 221                   </a>
 221                   &nbsp;&nbsp;
 221                   <span class="darkdivider">
 221                     |
 221                   </span>
 221                   &nbsp;&nbsp;
 221                 </div>
 222                 <div class="footer_box">
 222                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 222                     <img src="images/icons/favourite.gif" alt="Add this page to your favourites" width="18"
                         height="18" border="0" />
 222                   </a>
 222                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 222                     favourites
 222                   </a>
 222                   &nbsp;&nbsp;
 222                   <span class="darkdivider">
 222                     |
 222                   </span>
 222                   &nbsp;&nbsp;
 222                 </div>
 223                 <div class="footer_box">
 223 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"/>
 225                   <a href="#" onclick="printSpecial()">
 225                     print
 225                   </a>
 225                   &nbsp;&nbsp;
 225                   <span class="darkdivider">
 225                     |
 225                   </span>
 225                   &nbsp;&nbsp;
 225                 </div>
 226               </td>
 227             </tr>
 228           </table>
 229         </div>
 229       </div>
 230     </div>
 231   </body>
 232 </html>