Accessibility
Accessibility in web development means creating a web site that everybody can use regardless of one's hardware, software, or sensory, or physical impairment. It is about building a barrier-less web.
While creating accessible website is a complex process that includes a content strategy, Ileana theme helps you with being accessibility ready out of the box. It complies to WordPress accessibility requirements and was built to help you create a website that passes WCAG 2.2 level AA requirements.
Among other features the theme itself applies proper headings structure, uses ARIA attributes and landmarks where needed, adds informative "read more" links, makes your website navigation keyboard accessible, creates skip links for you and provides sufficient color contrast in default color scheme.
However, please understand that creating an accessible website is not just about a theme. You need to apply accessibility principles also to your website content and be cautious when using plugins. For further information please read WordPress documentation about accessibility.
And for even more information about accessibility please check:
Focus on Readability
Content area of this theme was designed carefully to provide the best reading experience for your visitors. Maximum line width is set to roughly 70 characters (can be tweaked in theme options). With proper line height and spacing around elements it is easier for visitors to digest your website content.
Headings Hierarchy
Video: How to use headings for accessibility and SEO
Video: Alternative video about headings hierarchy
To comply with accessibility guidelines, the theme follows this headings structure:
Max one h1
on any given page
h1
on any given pageTheme outputs only one first-level heading (HTML tag <h1>
) on each page. This is reserved for a page main title.
Important: Exceptions in templates
Read more about exception from this rule applied with certain templates. For example, you can remove the h1
title altogether and create your own custom one in a page content.
Hierarchy
The theme follows the best practice by hierarchically organizing heading levels, not skipping any of them. For example, h3
headings can be found only in a section titled with level h2
(and not h1
). You should do the same when building your site content too.
Tip: Test it out!
In case you would like to test a page headings hierarchy, there is a great browser extension for this called HeadingsMap.
Last updated