{"id":670,"date":"2025-01-21T08:02:25","date_gmt":"2025-01-21T08:02:25","guid":{"rendered":"https:\/\/chiltondurham-tc.gov.uk\/?page_id=670"},"modified":"2026-03-21T16:02:04","modified_gmt":"2026-03-21T16:02:04","slug":"accessibility","status":"publish","type":"page","link":"https:\/\/chiltondurham-tc.gov.uk\/index.php\/accessibility\/","title":{"rendered":"Accessibility"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"670\" class=\"elementor elementor-670\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98f7fff e-flex e-con-boxed e-con e-parent\" data-id=\"98f7fff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e1669f elementor-widget elementor-widget-html\" data-id=\"2e1669f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en-GB\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n  <title>Accessibility Statement | Chilton Town Council<\/title>\r\n  <meta\r\n    name=\"description\"\r\n    content=\"Accessibility Statement for Chilton Town Council, reflecting the current accessibility review results and ongoing improvements.\"\r\n  \/>\r\n  <style>\r\n    :root{\r\n      --green:#009640;\r\n      --green-dark:#006b2d;\r\n      --green-soft:#eef8f1;\r\n      --blue-soft:#eef5fb;\r\n      --amber-soft:#fff8e5;\r\n      --text:#2f2a2d;\r\n      --muted:#5b5558;\r\n      --bg:#f5f5f5;\r\n      --card:#ffffff;\r\n      --border:#d8d8d8;\r\n      --link:#005ea5;\r\n      --link-hover:#003078;\r\n      --focus:#ffbf47;\r\n      --max-width:1100px;\r\n      --shadow:0 8px 24px rgba(0,0,0,0.08);\r\n    }\r\n\r\n    *{box-sizing:border-box}\r\n\r\n    html{scroll-behavior:smooth}\r\n\r\n    body{\r\n      margin:0;\r\n      font-family:Arial, Helvetica, sans-serif;\r\n      font-size:16px;\r\n      line-height:1.7;\r\n      color:var(--text);\r\n      background:var(--bg);\r\n    }\r\n\r\n    a{\r\n      color:var(--link);\r\n      text-decoration:underline;\r\n      word-break:break-word;\r\n    }\r\n\r\n    a:hover{\r\n      color:var(--link-hover);\r\n    }\r\n\r\n    a:focus{\r\n      outline:3px solid var(--focus);\r\n      outline-offset:2px;\r\n    }\r\n\r\n    .container{\r\n      max-width:var(--max-width);\r\n      margin:0 auto;\r\n      padding:0 1rem;\r\n    }\r\n\r\n    .hero{\r\n      background:linear-gradient(135deg, #0a7d3a 0%, #009640 45%, #39a35f 100%);\r\n      color:#ffffff;\r\n      padding:3.5rem 0;\r\n    }\r\n\r\n    .hero h1{\r\n      margin:0 0 1rem;\r\n      font-size:clamp(2.2rem, 5vw, 4.2rem);\r\n      line-height:1.05;\r\n      letter-spacing:-0.02em;\r\n    }\r\n\r\n    .hero p{\r\n      margin:0;\r\n      max-width:52rem;\r\n      font-size:1.08rem;\r\n      color:rgba(255,255,255,0.96);\r\n    }\r\n\r\n    main{\r\n      padding:2rem 0 3rem;\r\n    }\r\n\r\n    .panel{\r\n      background:var(--card);\r\n      border:1px solid var(--border);\r\n      border-radius:18px;\r\n      padding:1.5rem;\r\n      margin-bottom:1rem;\r\n      box-shadow:0 1px 2px rgba(0,0,0,0.04);\r\n    }\r\n\r\n    h2{\r\n      margin:0 0 1rem;\r\n      font-size:1.75rem;\r\n      line-height:1.1;\r\n      padding-bottom:0.4rem;\r\n      border-bottom:3px solid var(--green);\r\n    }\r\n\r\n    h3{\r\n      margin:1rem 0 0.5rem;\r\n      font-size:1.15rem;\r\n      line-height:1.3;\r\n    }\r\n\r\n    .lead{\r\n      color:var(--muted);\r\n      font-size:1.05rem;\r\n      max-width:78ch;\r\n    }\r\n\r\n    .stats{\r\n      display:grid;\r\n      grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));\r\n      gap:1rem;\r\n      margin-top:1rem;\r\n    }\r\n\r\n    .stat{\r\n      background:#fafafa;\r\n      border:1px solid var(--border);\r\n      border-radius:14px;\r\n      padding:1rem;\r\n    }\r\n\r\n    .stat strong{\r\n      display:block;\r\n      font-size:2rem;\r\n      line-height:1;\r\n      color:var(--green-dark);\r\n      margin-bottom:0.35rem;\r\n    }\r\n\r\n    .success-box{\r\n      background:var(--green-soft);\r\n      border-left:5px solid var(--green);\r\n      border-radius:10px;\r\n      padding:1rem;\r\n      margin-top:1rem;\r\n    }\r\n\r\n    .info-box{\r\n      background:var(--blue-soft);\r\n      border-left:5px solid #2b7bbb;\r\n      border-radius:10px;\r\n      padding:1rem;\r\n      margin-top:1rem;\r\n    }\r\n\r\n    .warning-box{\r\n      background:var(--amber-soft);\r\n      border-left:5px solid #d4a000;\r\n      border-radius:10px;\r\n      padding:1rem;\r\n      margin-top:1rem;\r\n    }\r\n\r\n    .contents-list,\r\n    .issue-list,\r\n    .contact-list,\r\n    .page-list{\r\n      padding-left:1.25rem;\r\n    }\r\n\r\n    .page-grid{\r\n      display:grid;\r\n      grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));\r\n      gap:1rem;\r\n      margin-top:1rem;\r\n    }\r\n\r\n    .page-card{\r\n      background:#fafafa;\r\n      border:1px solid var(--border);\r\n      border-radius:14px;\r\n      padding:1rem;\r\n    }\r\n\r\n    .small{\r\n      color:var(--muted);\r\n      font-size:0.95rem;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <section class=\"hero\" aria-labelledby=\"page-title\">\r\n    <div class=\"container\">\r\n      <h1 id=\"page-title\">Accessibility Statement<\/h1>\r\n      <p>\r\n        This accessibility statement applies to <a href=\"https:\/\/chiltondurham-tc.gov.uk\/\" style=\"color:#ffffff;\">https:\/\/chiltondurham-tc.gov.uk\/<\/a>.\r\n        Chilton Town Council is committed to making its website as accessible as possible in accordance\r\n        with the Public Sector Bodies (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.\r\n      <\/p>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <main class=\"container\">\r\n    <section class=\"panel\" aria-labelledby=\"summary-heading\">\r\n      <h2 id=\"summary-heading\">Current accessibility summary<\/h2>\r\n      <p class=\"lead\">\r\n        Based on the current review results, the website is in a much stronger position than before.\r\n        The latest audit shows no high-severity or medium-severity issues in the current content scan,\r\n        and the remaining issues are low-priority content items relating mainly to pages with little or no readable content.\r\n      <\/p>\r\n\r\n      <div class=\"stats\">\r\n        <div class=\"stat\">\r\n          <strong>97%<\/strong>\r\n          Accessibility score\r\n        <\/div>\r\n        <div class=\"stat\">\r\n          <strong>Accessible<\/strong>\r\n          Current status\r\n        <\/div>\r\n        <div class=\"stat\">\r\n          <strong>23<\/strong>\r\n          Findings remaining\r\n        <\/div>\r\n        <div class=\"stat\">\r\n          <strong>0<\/strong>\r\n          High-severity issues\r\n        <\/div>\r\n        <div class=\"stat\">\r\n          <strong>0<\/strong>\r\n          Medium-severity issues\r\n        <\/div>\r\n        <div class=\"stat\">\r\n          <strong>23<\/strong>\r\n          Low-severity issues\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"success-box\">\r\n        <p style=\"margin:0;\">\r\n          <strong>Current position:<\/strong> The website is currently assessed as <strong>partially compliant and close to accessible<\/strong>,\r\n          with no remaining high or medium issues in the latest content audit and no missing ALT text currently detected.\r\n        <\/p>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" aria-labelledby=\"what-users-can-do\">\r\n      <h2 id=\"what-users-can-do\">What users should be able to do<\/h2>\r\n      <p>\r\n        We want as many people as possible to be able to use this website. This includes being able to:\r\n      <\/p>\r\n      <ul class=\"issue-list\">\r\n        <li>change colours, contrast levels and fonts where their device or browser allows<\/li>\r\n        <li>zoom in up to 200% without the text spilling off the screen<\/li>\r\n        <li>navigate most of the website using a keyboard<\/li>\r\n        <li>listen to most of the website using a screen reader<\/li>\r\n        <li>understand content written in a clear and straightforward way wherever possible<\/li>\r\n      <\/ul>\r\n      <p>\r\n        The council is working towards compliance with WCAG 2.2 AA and uses accessibility support tools\r\n        to help improve usability for some visitors.\r\n      <\/p>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" aria-labelledby=\"contents-heading\">\r\n      <h2 id=\"contents-heading\">Contents<\/h2>\r\n      <ul class=\"contents-list\">\r\n        <li><a href=\"#compliance-status\">Compliance status<\/a><\/li>\r\n        <li><a href=\"#accessibility-support\">Accessibility tools and website support<\/a><\/li>\r\n        <li><a href=\"#known-limitations\">Known accessibility limitations<\/a><\/li>\r\n        <li><a href=\"#non-accessible-content\">Non-accessible content<\/a><\/li>\r\n        <li><a href=\"#improvements\">What we are doing to improve accessibility<\/a><\/li>\r\n        <li><a href=\"#alternative-formats\">Alternative formats and support<\/a><\/li>\r\n        <li><a href=\"#feedback-contact\">Feedback and contact information<\/a><\/li>\r\n        <li><a href=\"#enforcement\">Enforcement procedure<\/a><\/li>\r\n        <li><a href=\"#technical-information\">Technical information about this website\u2019s accessibility<\/a><\/li>\r\n        <li><a href=\"#preparation\">Preparation of this accessibility statement<\/a><\/li>\r\n      <\/ul>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" id=\"compliance-status\" aria-labelledby=\"compliance-heading\">\r\n      <h2 id=\"compliance-heading\">Compliance status<\/h2>\r\n      <p>\r\n        This website is <strong>partially compliant<\/strong> with the WCAG 2.2 AA standard.\r\n      <\/p>\r\n      <p>\r\n        \u201cPartially compliant\u201d means that some parts of the website do not yet fully meet the accessibility standard.\r\n        However, based on the current audit results, the remaining issues are low-priority items and the website\r\n        has no currently identified high-severity or medium-severity issues in the latest scan.\r\n      <\/p>\r\n      <div class=\"info-box\">\r\n        <p style=\"margin:0;\">\r\n          The latest audit recorded <strong>23 low-severity findings across 83 pages<\/strong>, with\r\n          <strong>0 missing ALT text issues<\/strong> and <strong>0 auto-fixable findings currently outstanding<\/strong>.\r\n        <\/p>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" id=\"accessibility-support\" aria-labelledby=\"support-heading\">\r\n      <h2 id=\"support-heading\">Accessibility tools and website support<\/h2>\r\n      <p>\r\n        Chilton Town Council uses an accessibility plugin to help make the site easier to read and navigate.\r\n        Depending on the version and settings in use, this may provide support tools such as:\r\n      <\/p>\r\n      <ul class=\"issue-list\">\r\n        <li>text resizing or readability adjustments<\/li>\r\n        <li>improved focus visibility<\/li>\r\n        <li>navigation assistance<\/li>\r\n        <li>contrast and reading support<\/li>\r\n        <li>general browsing adjustments for some users<\/li>\r\n      <\/ul>\r\n      <p>\r\n        We recognise that accessibility tools can be helpful for some visitors, but they do not by themselves\r\n        make a website fully accessible or legally compliant. Accessibility also depends on content, structure,\r\n        code, documents, templates and third-party systems used across the website.\r\n      <\/p>\r\n      <p>\r\n        For that reason, the council treats the plugin as a support tool rather than as a complete accessibility solution.\r\n      <\/p>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" id=\"known-limitations\" aria-labelledby=\"limitations-heading\">\r\n      <h2 id=\"limitations-heading\">Known accessibility limitations<\/h2>\r\n      <p>\r\n        We know that some parts of this website still need improvement. Based on the current review,\r\n        the remaining issues mainly relate to older or lightly populated pages where there is little or no readable content.\r\n      <\/p>\r\n      <p>\r\n        Areas that may still require review or improvement include:\r\n      <\/p>\r\n      <ul class=\"issue-list\">\r\n        <li>older pages with very limited text content<\/li>\r\n        <li>older downloads and PDFs that may not yet be fully accessible<\/li>\r\n        <li>some older forms, templates or third-party tools that may require further accessibility testing<\/li>\r\n        <li>historic content created before the current accessibility review process was introduced<\/li>\r\n      <\/ul>\r\n      <p>\r\n        We are reviewing these areas and making improvements over time, prioritising content and services\r\n        that are most important to residents and visitors.\r\n      <\/p>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" id=\"non-accessible-content\" aria-labelledby=\"non-accessible-heading\">\r\n      <h2 id=\"non-accessible-heading\">Non-accessible content<\/h2>\r\n      <p>\r\n        The content listed below is non-accessible for the following reasons.\r\n      <\/p>\r\n\r\n      <h3>1. Non-compliance with the accessibility regulations<\/h3>\r\n      <p>\r\n        The current audit results do not identify any remaining high-severity or medium-severity content issues.\r\n        The remaining items are low-severity issues relating mainly to pages with little or no readable content.\r\n        These pages may be older notices, placeholders, archive items, or pages that rely mainly on linked documents\r\n        rather than accessible HTML content.\r\n      <\/p>\r\n\r\n      <div class=\"warning-box\">\r\n        <p style=\"margin:0;\">\r\n          <strong>Current remaining issue type:<\/strong> Pages with little or no readable content\r\n          may not provide enough accessible HTML information for users who rely on screen readers,\r\n          reflow, text resizing, or clear page structure.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <h3>2. Disproportionate burden<\/h3>\r\n      <p>\r\n        Chilton Town Council has not currently identified any content as a formal disproportionate burden exemption.\r\n        If this changes, this statement will be updated and the relevant reasons will be explained.\r\n      <\/p>\r\n\r\n      <h3>3. Content that is not within the scope of the accessibility regulations<\/h3>\r\n      <ul class=\"issue-list\">\r\n        <li>Some older PDF and Office documents published before 23 September 2018 may be exempt if they are not needed for providing a service actively used by the public.<\/li>\r\n        <li>Live video streams are exempt from the accessibility regulations.<\/li>\r\n        <li>Some third-party content not funded, developed or controlled by the council may be outside the scope of the regulations, although we will seek accessible alternatives where possible.<\/li>\r\n      <\/ul>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" aria-labelledby=\"remaining-pages-heading\">\r\n      <h2 id=\"remaining-pages-heading\">Pages currently identified in the latest audit<\/h2>\r\n      <p class=\"lead\">\r\n        The latest audit flagged the following pages for having little or no readable content.\r\n        These are currently low-severity findings.\r\n      <\/p>\r\n\r\n      <div class=\"page-grid\">\r\n        <div class=\"page-card\"><strong>Chilton Neighbourhood Survey<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Chilton Town Council Members and Staff<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Community Grants<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Competition<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Essential Works Cemetery<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Events<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Ferryhill &amp; Chilton Chapter<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>How important do you think it is to protect Chilton\u2019s heritage?<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>How Safe Do You Feel In Chilton?<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Information for Allotment Holders<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Menopause Group<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>New extended office opening hours<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>News<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>NEWS &amp; EVENTS<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>North East Economic and Cyber Crime update<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Notice of Election<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Notice of Vacancy in the Office of Councillor<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Public Meeting 22\/01\/2025<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Royal British Legion\u2019s Poppy Appeal in 2024<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Safer Spaces<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Thompsons of Prudhoe<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Town Councillor and Trustee Opportunity- 27.9.25<\/strong><\/div>\r\n        <div class=\"page-card\"><strong>Vacancies<\/strong><\/div>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" id=\"improvements\" aria-labelledby=\"improvements-heading\">\r\n      <h2 id=\"improvements-heading\">What we\u2019re doing to improve accessibility<\/h2>\r\n      <p>\r\n        Chilton Town Council is working to make the website easier to read, understand and navigate for all users.\r\n        We are reviewing the site in stages and making improvements where issues are identified.\r\n      <\/p>\r\n      <p>\r\n        Based on the current results, the next phase of work is focused mainly on older low-content pages,\r\n        document replacement and continued template review.\r\n      <\/p>\r\n      <ul class=\"issue-list\">\r\n        <li>reviewing pages flagged as having little or no readable content<\/li>\r\n        <li>adding or improving accessible HTML content where older pages rely mainly on sparse text or linked files<\/li>\r\n        <li>continuing to check downloadable documents and replacing inaccessible files with accessible HTML where practical<\/li>\r\n        <li>reviewing consistency across templates and commonly used page layouts<\/li>\r\n        <li>continuing to use accessibility support tools while broader site improvements continue<\/li>\r\n        <li>reviewing older archive content and prioritising material still actively used by the public<\/li>\r\n      <\/ul>\r\n\r\n      <div class=\"success-box\">\r\n        <p style=\"margin:0;\">\r\n          The current audit shows that major issues previously identified, such as missing ALT text,\r\n          have now been addressed in the latest content review.\r\n        <\/p>\r\n      <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" id=\"alternative-formats\" aria-labelledby=\"alternative-heading\">\r\n      <h2 id=\"alternative-heading\">Alternative formats and support<\/h2>\r\n      <p>\r\n        If you need information on this website in a different format, please contact us.\r\n        For example, you can ask for content in:\r\n      <\/p>\r\n      <ul class=\"issue-list\">\r\n        <li>an accessible PDF<\/li>\r\n        <li>large print<\/li>\r\n        <li>plain text<\/li>\r\n        <li>an alternative accessible document format<\/li>\r\n      <\/ul>\r\n      <p>\r\n        We will consider your request and aim to provide the information in a format that is accessible to you,\r\n        where reasonably possible.\r\n      <\/p>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" id=\"feedback-contact\" aria-labelledby=\"feedback-heading\">\r\n      <h2 id=\"feedback-heading\">Feedback and contact information<\/h2>\r\n      <p>\r\n        If you find any problems not listed on this page, think we are not meeting accessibility requirements,\r\n        or need information in a different format, please contact Chilton Town Council.\r\n      <\/p>\r\n\r\n      <h3>Address<\/h3>\r\n      <p>\r\n        Hutton House<br \/>\r\n        Durham Road<br \/>\r\n        Chilton<br \/>\r\n        County Durham<br \/>\r\n        DL17 0HE\r\n      <\/p>\r\n\r\n      <h3>Email<\/h3>\r\n      <p><a href=\"mailto:info@chiltondurham-tc.gov.uk\">info@chiltondurham-tc.gov.uk<\/a><\/p>\r\n\r\n      <h3>Phone<\/h3>\r\n      <p><a href=\"tel:01388721788\">01388 721 788<\/a><\/p>\r\n\r\n      <p>When contacting us, please include as much detail as possible, including:<\/p>\r\n      <ul class=\"contact-list\">\r\n        <li>the web page or document you were trying to access<\/li>\r\n        <li>the problem you experienced<\/li>\r\n        <li>the device and browser you were using<\/li>\r\n        <li>any assistive technology you were using<\/li>\r\n        <li>your contact details<\/li>\r\n        <li>the format you need the information in, if you require an alternative version<\/li>\r\n      <\/ul>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" id=\"enforcement\" aria-labelledby=\"enforcement-heading\">\r\n      <h2 id=\"enforcement-heading\">Enforcement procedure<\/h2>\r\n      <p>\r\n        The Equality and Human Rights Commission (EHRC) is responsible for enforcing the accessibility regulations.\r\n        If you are not happy with how we respond to your complaint, you can contact the Equality Advisory and Support Service (EASS).\r\n      <\/p>\r\n      <p>\r\n        We encourage anyone who experiences difficulty using our website to contact us first so that we can try\r\n        to provide the information, service or support they need.\r\n      <\/p>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" id=\"technical-information\" aria-labelledby=\"technical-heading\">\r\n      <h2 id=\"technical-heading\">Technical information about this website\u2019s accessibility<\/h2>\r\n      <p>\r\n        Chilton Town Council is committed to making its website accessible in accordance with the Public Sector Bodies\r\n        (Websites and Mobile Applications) (No. 2) Accessibility Regulations 2018.\r\n      <\/p>\r\n      <p>\r\n        To meet this duty, the website should conform to WCAG 2.2 AA.\r\n      <\/p>\r\n      <p>\r\n        The council recognises that accessibility is an ongoing process. The use of an accessibility plugin supports\r\n        some visitors, but full compliance depends on continual improvements to content, documents, templates,\r\n        user journeys and technical implementation across the site.\r\n      <\/p>\r\n      <p>\r\n        We will continue to review the website, prioritise important issues and update this statement when significant\r\n        improvements are made or where new accessibility issues are identified.\r\n      <\/p>\r\n    <\/section>\r\n\r\n    <section class=\"panel\" id=\"preparation\" aria-labelledby=\"preparation-heading\">\r\n      <h2 id=\"preparation-heading\">Preparation of this accessibility statement<\/h2>\r\n      <p>This statement was prepared on 21 March 2026.<\/p>\r\n      <p>It was last reviewed on 21 March 2026.<\/p>\r\n      <p>\r\n        This statement was prepared using a desk-based review of representative live pages and documents,\r\n        together with reference to current UK public sector accessibility statement guidance.\r\n      <\/p>\r\n      <p>\r\n        It has also been updated to reflect the current latest audit result showing:\r\n      <\/p>\r\n      <ul class=\"issue-list\">\r\n        <li>97% accessibility score<\/li>\r\n        <li>23 remaining low-severity findings<\/li>\r\n        <li>0 high-severity findings<\/li>\r\n        <li>0 medium-severity findings<\/li>\r\n        <li>0 missing ALT text findings<\/li>\r\n      <\/ul>\r\n      <p>\r\n        A full technical audit, including keyboard-only testing, screen-reader testing, colour contrast measurement,\r\n        PDF tagging review, zoom and reflow checks, and testing of all templates and third-party components,\r\n        has not yet been completed.\r\n      <\/p>\r\n      <p class=\"small\">\r\n        This statement will be reviewed periodically and updated to reflect accessibility improvements,\r\n        newly identified issues, changes to website functionality, or changes in relevant guidance.\r\n      <\/p>\r\n    <\/section>\r\n  <\/main>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Accessibility Statement | Chilton Town Council Accessibility Statement This accessibility statement applies to https:\/\/chiltondurham-tc.gov.uk\/. Chilton Town Council is committed to making its website as accessible as possible in accordance with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-670","page","type-page","status-publish","hentry"],"ticketed":false,"_links":{"self":[{"href":"https:\/\/chiltondurham-tc.gov.uk\/index.php\/wp-json\/wp\/v2\/pages\/670","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chiltondurham-tc.gov.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chiltondurham-tc.gov.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chiltondurham-tc.gov.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chiltondurham-tc.gov.uk\/index.php\/wp-json\/wp\/v2\/comments?post=670"}],"version-history":[{"count":17,"href":"https:\/\/chiltondurham-tc.gov.uk\/index.php\/wp-json\/wp\/v2\/pages\/670\/revisions"}],"predecessor-version":[{"id":3564,"href":"https:\/\/chiltondurham-tc.gov.uk\/index.php\/wp-json\/wp\/v2\/pages\/670\/revisions\/3564"}],"wp:attachment":[{"href":"https:\/\/chiltondurham-tc.gov.uk\/index.php\/wp-json\/wp\/v2\/media?parent=670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}