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       Smoking and Alcohol | 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="container2">
  63           <div id="content_frame_overflow">
  64             <div class="content_text">
  65               <h1 class="h1">
  65                 Smoking and Alcohol
  65               </h1>
  66               <div class="scope_box" style="padding-bottom: 0px; padding-top: 15px;">
  67                 <h2 class="h3">
  67                   REGULATIONS AND STANDARDS
  67                 </h2>
  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                 <h3 class="h3">
  69                   RELATED INFORMATION
  69                 </h3>
  70                 <p>
  70                   <a href="https://www.nhs.uk/smokefree" target="_blank">
  70                     Smokefree – NHS
  70                   </a>
  70                 </p>
  71                 <p>
  71                   <a href="https://www.nhs.uk/smokefree/help-and-advice/e-cigarettes" target="_blank">
  71                     Electronic cigarettes – NHS
  71                   </a>
  71                 </p>
  72                 <p>
  72                   <a href="https://www.drinkaware.co.uk/advice/underage-drinking/" target="_blank">
  72                     Drinkaware
  72                   </a>
  72                 </p>
  73               </div>
  74               <h2 class="h2_underlined">
  74                 <br />
  75                 Contents
  75               </h2>
  76               <table title="Accidents Contents" width="95%" border="0" cellspacing="0" cellpadding="5">
  77                 <tr>
  78                   <td width="3%" align="right">
  78                     1.
  78                   </td>
  79                   <td colspan="2">
  79                     <a href="#smoking">
  79                       Smoking
  79                     </a>
  79                   </td>
  80                 </tr>
  81                 <tr>
  82                   <td>
  82                     &nbsp;
  82                   </td>
  83                   <td width="3%">
  83                     1.1
  83                   </td>
  84                   <td>
  84                     <a href="#vape">
  84                       E-cigarettes/Vapes
  84                     </a>
  84                   </td>
  85                 </tr>
  86                 <tr>
  87                   <td>
  87                     2.
  87                   </td>
  88                   <td colspan="2">
  88                     <a href="#alcohol">
  88                       Alcohol
  88                     </a>
  88                   </td>
  89                 </tr>
  90               </table>
  91               <h2 class="h2_underlined">
  91                 <br />
  92                 1.
  92                 <a name="smoking" id="smoking">
  92                 </a>
  92                 Smoking
  92               </h2>
  93               <p>
  93                 Staff and visitors are not permitted to smoke in front of children. Homes may have a
                     designated area, where staff may smoke.
  93               </p>
  94               <p>
  94                 Staff should ensure that young people are educated about smoking. It is accepted that the more
                     that young people know, the more likely they are to make good decisions about how to deal with
                     smoking, drinking and the misuse of drugs / substances. Good communication ensures the right
                     messages and information are passed on.
  94               </p>
  95               <p>
  95                 Some children/young people may already smoke before they are placed in their home. You should
                     support and encourage such young people to reduce or stop smoking.&nbsp;Support is available
                     from the Looked After Children's Nurse or the young person's GP. This should be discussed with
                     the child/young person's social worker and addressed as part of the young person's Health
                     Plan.
  95               </p>
  96               <p>
  96                 Staff are not permitted to purchase or give cigarettes, tobacco, or the materials for making
                     or lighting cigarettes or tobacco to children.
  96               </p>
  97               See:
  97               <a
                   href="https://www.gov.uk/government/publications/new-rules-about-tobacco-e-cigarettes-and-smokin
                   g-1-october-2015/new-rules-about-tobacco-e-cigarettes-and-smoking-1-october-2015"
                   target="_blank">
  97                 Rules about Tobacco, E-Cigarettes and Smoking (GOV.UK)
  97               </a>
  97               .
  98               <h3 class="h3">
  98                 1.1
  98                 <a name="vape" id="vape">
  98                 </a>
  98                 E-cigarettes/Vapes
  98               </h3>
  99               <p>
  99                 &quot;The use of e-cigarettes among young people is rare and is almost entirely confined to
                     those young people who  already smoke&quot;.
  99               </p>
 100               <p>
 100                 See:
 100                 <a
                     href="https://www.gov.uk/government/news/phe-publishes-independent-expert-e-cigarettes-evidenc
                     e-review" target="_blank">
 100                   Public Health England - Independent Expert E-cigarettes Evidence Review
 100                 </a>
 100                 .
 100               </p>
 101               <p>
 101                 It is an offence for shops to sell e-cigarettes to under 18s or for an adult to buy
                     e-cigarettes for them.
 101               </p>
 102               <p>
 102                 The long term effects of vaping / E-cigarettes on health are unknown, but current research
                     indicates that their use is significantly less harmful than conventional smoking, and that the
                     use of e-cigarettes is currently the most popular tool used by smokers who want to quit.
 102               </p>
 103               <p>
 103                 However, if a young person indicates that they would like to try e-cigarettes as a way of
                     giving up smoking, they should be encouraged to contact the LAC Nurse, their GP or local stop
                     smoking services which are recommended by Public Health England as the most effective way to
                     stop smoking.
 103               </p>
 104               <p>
 104                 For more information, please see:
 104                 <a href="https://www.gov.uk/government/collections/electronic-cigarettes" target="_blank">
 104                   Electronic Cigarettes – Evidence and Advice on e-cigarettes (GOV.UK)
 104                 </a>
 104                 .
 104               </p>
 105               <h2 class="h2_underlined">
 105                 <br />
 106                 2.
 106                 <a name="alcohol" id="alcohol">
 106                 </a>
 106                 Alcohol
 106               </h2>
 107               <p>
 107                 All homes should be alcohol free zones; alcohol should not be brought or kept on the premises
                     and children should not normally be taken into licensed premises, unless it is part of a clear
                     plan leading toward independence or on a special occasion; e.g. Christmas. In any case,
                     children will not be allowed to purchase or consume alcohol.
 107               </p>
 108               <p>
 108                 Staff are not permitted to consume alcohol whilst on duty and should not arrive at work under
                     the influence of alcohol.
 108               </p>
 109               <p>
 109                 Staff should ensure that children/young people are educated about alcohol and its effects.
 109               </p>
 110               <p>
 110                 If staff are concerned that a child/young person has been drinking alcohol, this should be
                     raised with the home's manager and the child's social worker as required.
 110               </p>
 111               <p>
 111                 Where it becomes evident, or it is suspected, that a child or young person has been drinking
                     alcohol, the most appropriate response will vary dependent on how much the young person has
                     had to drink or how it has effected them. These options are outlined below:
 111               </p>
 112               <ul>
 113                 <li>
 113                   Offering fluids - water, squash;
 113                 </li>
 114                 <li>
 114                   Periodic monitoring and checks by staff - 10 minutes, 30 minutes, hourly, etc.
 114                 </li>
 115                 <li>
 115                   Contacting health professionals for advice e.g. G.P.;
 115                 </li>
 116                 <li>
 116                   Hospitalisation for day patient or overnight stay if appropriate, etc.
 116                 </li>
 117               </ul>
 118               See:
 118               <a href="https://www.gov.uk/alcohol-young-people-law" target="_blank">
 118                 Alcohol, Young People and the Law (GOV.UK)
 118               </a>
 118               .
 119               <p>
 119                 <br />
 120                 <br />
 121               </p>
 122             </div>
 123           </div>
 124         </div>
 125       </div>
 126     </div>
 127     <div id="footer-wrap">
 128       <div id="footer-container">
 128         <div id="footer">
 129 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">
 130             <tr>
 131               <td width="60%" align="left" style="padding-top: 0px;">
 131                 <a href="http://www.trixonline.co.uk/" target="_blank">
 131                   <img src="images/trix_logo.gif" width="57" height="22" alt="tri.x logo" border="0"/>
 131                 </a>
 131                 &nbsp;&nbsp;&nbsp;&nbsp;
 131                 <span class="darkdivider">
 131                   |
 131                 </span>
 131                 &nbsp;&nbsp;&nbsp;&nbsp;Copyright &copy;
 131                 <a href="http://www.trixonline.co.uk/" target="_blank">
 131                   tri.x
 131                 </a>
 131                 &nbsp;&nbsp;&nbsp;&nbsp;
 131                 <span class="darkdivider">
 131                   |
 131                 </span>
 131                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 131               </td>
 132               <td width="40%" align="right" valign="top" style="padding-top: 0px;">
 134                 <div class="footer_box">
 134                   <a href="#">
 134                     visibility:
 134                   </a>
 134                   &nbsp;
 134                   <a href="#" onclick="setActiveStyleSheet('small'); return false;">
 134                     <img src="images/icons/small_a.gif" alt="View this website with small text" border="0" />
 134                   </a>
 134                   <a href="#" onclick="setActiveStyleSheet('medium'); return false;">
 134                     <img src="images/icons/medium_a.gif" border="0" alt="View this website with medium
                         text" />
 134                   </a>
 134                   <a href="#" onclick="setActiveStyleSheet('large'); return false;">
 134                     <img src="images/icons/large_a.gif" border="0" alt="View this website with large text" />
 134                   </a>
 134                   <a href="#" onclick="setActiveStyleSheet('hivis'); return false;">
 134                     <img src="images/icons/hivis.gif" border="0" alt="View this website with high
                         visibility" />
 134                   </a>
 134                   &nbsp;&nbsp;
 134                   <span class="darkdivider">
 134                     |
 134                   </span>
 134                   &nbsp;&nbsp;
 134                 </div>
 135                 <div class="footer_box">
 135                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 135                     <img src="images/icons/favourite.gif" alt="Add this page to your favourites" width="18"
                         height="18" border="0" />
 135                   </a>
 135                   <a href="#" onclick="window.external.AddFavorite(location.href, document.title)">
 135                     favourites
 135                   </a>
 135                   &nbsp;&nbsp;
 135                   <span class="darkdivider">
 135                     |
 135                   </span>
 135                   &nbsp;&nbsp;
 135                 </div>
 136                 <div class="footer_box">
 136 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"/>
 138                   <a href="#" onclick="printSpecial()">
 138                     print
 138                   </a>
 138                   &nbsp;&nbsp;
 138                   <span class="darkdivider">
 138                     |
 138                   </span>
 138                   &nbsp;&nbsp;
 138                 </div>
 139               </td>
 140             </tr>
 141           </table>
 142         </div>
 142       </div>
 143     </div>
 144   </body>
 145 </html>