Critical
Links lack accessible text
WCAG 2.4.4 (A)10 instances5 inspected pages
Links expose no accessible name, so their destination is unknown to screen reader users.
Why it mattersLinks expose no accessible name, so their destination is unknown to screen reader users.
Recommended correctionAdd accessible text to the link, for example by adding text inside the <a> tag or using the aria-label attribute. For links with images, ensure the alt text provides a clear description of the link destination.
View 10 affected elements
Component · Ref V1R63I
Affected pagehttps://ionian-ilios.com/en/contact
Element.logo-link
Accessible nameIonian Ilios Logo
Markup<a href="/en" class="logo-link">
<img src="/static/assets/Logo_512x512.png" alt="Ionian Ilios Logo" role="presentation" loading="lazy">
</a> Component · Ref CFHT0H
Affected pagehttps://ionian-ilios.com/fr/contact
Element.logo-link
Accessible nameIonian Ilios Logo
Markup<a href="/fr" class="logo-link">
<img src="/static/assets/Logo_512x512.png" alt="Ionian Ilios Logo" role="presentation" loading="lazy">
</a> Component · Ref OQ7Z6I
Affected pagehttps://ionian-ilios.com/
Element.logo-link
Accessible nameIonian Ilios Logo
Markup<a href="/en" class="logo-link">
<img src="/static/assets/Logo_512x512.png" alt="Ionian Ilios Logo" role="presentation" loading="lazy">
</a> Component · Ref NRGRH8
Affected pagehttps://ionian-ilios.com/el/contact
Element.logo-link
Accessible nameIonian Ilios Logo
Markup<a href="/el" class="logo-link">
<img src="/static/assets/Logo_512x512.png" alt="Ionian Ilios Logo" role="presentation" loading="lazy">
</a> Component · Ref W3ZFCJ
Affected pagehttps://ionian-ilios.com/en/about
Element.logo-link
Accessible nameIonian Ilios Logo
Markup<a href="/en" class="logo-link">
<img src="/static/assets/Logo_512x512.png" alt="Ionian Ilios Logo" role="presentation" loading="lazy">
</a>
Critical
Buttons have no accessible name
WCAG 4.1.2 (A)6 instances1 inspected page
Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.
Why it mattersInteractive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.
Recommended correctionAdd a text label or aria-label attribute to each button to describe its purpose, ensuring that assistive technology can announce the button's function to users.
View 6 affected elements
Component · Ref 8VL2C8
Affected pagehttps://ionian-ilios.com/
Elementbutton[data-slide="0"]
Markup<button class="bullet active" data-slide="0"></button>
Critical
Embedded frames lack descriptive titles
WCAG 4.1.2 (A)2 instances1 inspected page
An <iframe> has no title, so its purpose is not announced to assistive technology.
Why it mattersAn <iframe> has no title, so its purpose is not announced to assistive technology.
Recommended correctionAdd a concise title attribute that describes the frame's actual purpose — for example "Store locator" for a location search or "Promotional campaign" for a marketing embed. The affected frame loads https://www.google.c..., which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".
View 2 affected elements
Component · Ref C0LWJT
Affected pagehttps://ionian-ilios.com/
Elementiframe
Markup<iframe src="https://www.google.c..." allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-dow...">
High
Text has insufficient colour contrast
WCAG 1.4.3 (AA)37 instances5 inspected pages
Text and background colours do not meet the minimum contrast ratio, reducing legibility.
Why it mattersText and background colours do not meet the minimum contrast ratio, reducing legibility.
Recommended correctionTo fix this issue, increase the contrast between the text and background colors. You can do this by changing the text color, background color, or both, to meet the minimum contrast ratio thresholds as defined in WCAG 2.1 SC 1.4.3. A contrast ratio of at least 4.5:1 for normal text is recommended.
View 37 affected elements
Component · Ref 62FKQ5
Affected pagehttps://ionian-ilios.com/
Element.disabled > span:nth-child(1)
Accessible nameFunctional (Always active)
Markup<span>Functional (Always active)</span>
Affected pages/ /en/about /en/contact /el/contact /fr/contact
Component · Ref WJEPMD
Affected pagehttps://ionian-ilios.com/en/contact
Element#cookie-consent > p:nth-child(2)
Accessible nameTo provide the best experience, we use technologies like cookies to store and/or access device information.
Markup<p>To provide the best experience, we use technologies like cookies to store and/or access device information. </p>
Affected pages/ /en/about /en/contact /el/contact /fr/contact
Component · Ref 6F7IBC
Affected pagehttps://ionian-ilios.com/
Elementh1
Accessible nameDiscover the true meaning of mediterranean living.
Markup<h1 class="index-hero-heading">Discover the <br>true meaning of <br>mediterranean living.</h1>
Component · Ref QJC53E
Affected pagehttps://ionian-ilios.com/
Element.index-hero-scroll
Accessible nameMore ↓
Markup<div class="index-hero-scroll" tabindex="0">More ↓</div>
Component · Ref MLJN9Z
Affected pagehttps://ionian-ilios.com/
Element.next
Accessible name❯
Markup<button class="arrow next">❯</button>
Component · Ref M2Q83Y
Affected pagehttps://ionian-ilios.com/
Element.btn-primary-header
Accessible nameReservations
Markup<a href="/en/contact" class="btn-primary-header">Reservations</a>
Component · Ref 89FKP9
Affected pagehttps://ionian-ilios.com/
Element#suite-epano > article > .suite-overlay > h3
Accessible nameEpano
Component · Ref A7GIKU
Affected pagehttps://ionian-ilios.com/
Element.prev
Accessible name❮
Markup<button class="arrow prev">❮</button>
Component · Ref UPH7X3
Affected pagehttps://ionian-ilios.com/
Element#suite-epano > article > .suite-overlay > p
Accessible nameElevated living designed for calm, privacy, and seamless indoor-outdoor flow.
Markup<p>Elevated living designed for calm, privacy, and seamless indoor-outdoor flow.</p>
Component · Ref VOIL3G
Affected pagehttps://ionian-ilios.com/en/about
Elementlabel[for="cookie-statistics"] > .cookie-toggle-label
Accessible nameEnable Statistics
Markup<span class="cookie-toggle-label">Enable Statistics</span>
High
Hidden elements can still receive keyboard focus
WCAG 2.4.3 (A)65 instances5 inspected pages
An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.
Why it mattersAn element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.
Recommended correctionTo fix this issue, you should remove the hidden element from the tab order or make it visible when focused. You can achieve this by adding the 'tabindex="-1"' attribute to the element or by adjusting its CSS to make it visible when focused.
View 65 affected elements
Component · Ref RH9E6X
Affected pagehttps://ionian-ilios.com/en/contact
Elementbutton#scrollToTop
Accessible name↑
Markup<button id="scrollToTop" class="scroll-top-btn">↑</button>
Affected pages/ /en/about /en/contact /el/contact /fr/contact
Component · Ref WMJ4HK
Affected pagehttps://ionian-ilios.com/
Elementnav#mainNav > a:nth-of-type(1)
Accessible nameHome
Markup<a href="/en">Home</a>
Affected pages/ /en/about /en/contact /el/contact /fr/contact
Component · Ref OX7CFK
Affected pagehttps://ionian-ilios.com/
Elementinput#cookie-preferences
Markup<input type="checkbox" id="cookie-preferences" data-cookie="preferences">
Affected pages/ /en/about /en/contact /el/contact /fr/contact
Medium
Content sits outside any landmark region
WCAG 1.3.1 (A)10 instances5 inspected pages
Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.
Why it mattersMeaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.
Recommended correctionWrap the content in a landmark region such as a 'main' or 'section' element to enable assistive technology users to navigate to it via landmark navigation. For example: <main><p class="construction-popup-text">Summer rates now available. Contact us for availability, and prices.</p></main>
View 10 affected elements
Component · Ref 6KHVA8
Affected pagehttps://ionian-ilios.com/en/contact
Elementdiv#cookie-consent > p:nth-of-type(1)
Accessible nameTo provide the best experience, we use technologies like cookies to store and/or access device information.
Markup<p>To provide the best experience, we use technologies like cookies to store and/or access device information. </p>
Affected pages/ /en/about /en/contact /el/contact /fr/contact
Medium
No skip link to main content
WCAG 2.4.1 (A)10 instances5 inspected pages
The page offers no bypass mechanism, so keyboard users must tab through the full navigation before reaching the main content on every page.
Why it mattersThe page offers no bypass mechanism, so keyboard users must tab through the full navigation before reaching the main content on every page.
Recommended correctionAdd a skip link to the main content area of the page, allowing keyboard users to bypass the navigation and other repetitive content. This can be achieved by adding an anchor link with a visually hidden text, such as "Skip to main content", that focuses on the main content container when clicked.
View 10 affected elements
Component · Ref NAXP4O
Affected pagehttps://ionian-ilios.com/
Elementhtml > body
Accessible nameHome
Suites
Experiences
About
Contact
EN
•
GR
•
FR
Legal
•
Cookies
•
Sustainability
•
Contact
•
ESPA
Reservations
Grand Opening 2027!
Summer rates now available. Contact us for availability, and prices.
Contact
Discover the true meaning of mediterranean living.
More ↓
❮
❯
||
Where the horizon opens wide, and the world gently fades away.Welcome, to Ionian Ilios.
Our Suites
Epano Pesoules
A secluded estate with expansive interiors, private terraces, and uninterrupted Ionian views.
Epano
Elevated living designed for calm, privacy, and seamless indoor-outdoor flow.
Pesoules
Intimate luxury surrounded by olive groves and sun-washed stone.
Experience the Ionian Sun
The Ionian Islands offer a way of life shaped by nature, tradition, and the sea. Beyond their iconic beaches, the islands reveal a quieter depth — hilltop villages, seasonal cuisine, rugged landscapes, and crystal-clear waters that invite exploration at an unhurried pace.
At Ionian Ilios, experiences are not staged or packaged. They are discovered — guided by place, season, and a respect for the island’s natural and cultural heritage.
Discover more
About
At Ionian Ilios, we blend authentic Greek experiences with luxury accommodation. Nestled in Lefkada’s natural beauty, our suites harmonize with the environment, offering comfort and elegance while respecting the land. From olive groves to sunlit terraces, every detail reflects our commitment to sustainability and unforgettable, nature-inspired experiences.
More
Location
Country
Greece
Place
Lefkada
Located on the eastern coast of Lefkada, Ionian Ilios offers stunning views, peaceful surroundings, and easy access to the island’s beaches and villages.
Legal
Cookies
Sustainability
ESPA
Epa. Od. Alexandros-Nikianas, Lefkada, GR
ionian.ilios [at] gmail.com
© 2026 All Rights Reserved | Website by Ionian Ilios IKE
↑
Manage Cookie Consent
To provide the best experience, we use technologies like cookies to store and/or access device information.
Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site.
Not consenting or withdrawing consent may adversely affect certain features and functions.
Functional
Functional (Always active)
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the user.
Preferences
Enable Statistics
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the user.
Statistics
Enable Statistics
The technical storage or access is used exclusively for statistical purposes.
Accept all
Deny all
Save
Policy
Markup<body>
<!-- Loading overlay -->
<!-- Header -->
<header class="site-header">
<div class="header-inner">
<div class="header-logo">
<a href="/en" class="logo-link">
<img src="/static/assets/Logo_512x512.png" alt="Ionian Ilios Logo" role="presentation" loading="lazy">
</a>
<nav class="header-nav" id="mainNav">
<a href="/en">Home</a>
<a href="/en/suites">Suites</a>
<a href="https://lefkadaslowguide.gr/en/" target="_blank" rel="noopener noreferrer">Experiences</a>
… Affected pages/ /en/about /en/contact /el/contact /fr/contact
Medium
Touch targets are too small on mobile
WCAG 2.5.8 (AA)51 instances5 inspected pages
Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.
Why it mattersInteractive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.
Recommended correctionIncrease the touch target size of the 'Legal' link to at least 24x24px to make it easier for users to activate by touch on mobile devices. Consider adding padding or increasing the font size of the link text to achieve this minimum size.
View 51 affected elements
Component · Ref SW84E3
Affected pagehttps://ionian-ilios.com/
Elementnav#mainNav > p > a:nth-of-type(1)
Accessible nameLegal
Markup<a href="/en/legal">Legal</a>
Affected pages/ /en/about /en/contact /el/contact /fr/contact
Component · Ref BW13GJ
Affected pagehttps://ionian-ilios.com/
Elementbody > footer > div > div:nth-of-type(2) > p:nth-of-type(1) > a:nth-of-type(1)
Accessible nameLegal
Markup<a href="/en/legal">Legal</a>
Affected pages/ /en/about /en/contact /el/contact /fr/contact
Component · Ref 5O7GCG
Affected pagehttps://ionian-ilios.com/
Elementhtml > body > section > div:nth-of-type(3) > button
Accessible namePause background video
Markup<button class="video-pause" aria-label="Pause background video">||</button>
Component · Ref GHPT46
Affected pagehttps://ionian-ilios.com/
Elementsection#reservations-click > div:nth-of-type(1) > a
Accessible nameDiscover more
Markup<a href="https://lefkadaslowguide.gr/en/" class="btn-experiences" target="_blank" rel="noopener noreferrer">Discover more</a>
Medium
Touch targets are too small
WCAG 2.5.8 (AA)20 instances5 inspected pages
Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.
Why it mattersInteractive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.
Recommended correctionIncrease this <a>'s rendered area to at least 24 × 24 CSS pixels, or provide sufficient spacing from adjacent targets. Prefer increasing padding on the existing control (for example the button or link) rather than adding a separate non-interactive wrapper.
View 20 affected elements
Component · Ref Y88L6E
Affected pagehttps://ionian-ilios.com/en/contact
Element.small-text:nth-child(1) > a[href$="legal"]
Accessible nameLegal
Markup<a href="/en/legal">Legal</a>
Affected pages/ /en/about /en/contact /el/contact /fr/contact
Low
Video may be missing captions
WCAG 1.2.2 (A)6 instances1 inspected page
A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.
Why it mattersA video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.
Recommended correctionAdd captions or subtitles to the video, or provide an alternative way for users to access the audio content, such as a transcript.
View 6 affected elements
Component · Ref RSDHS6
Affected pagehttps://ionian-ilios.com/
Elementhtml > body > section > div:nth-of-type(1) > video:nth-of-type(1)
Markup<video class="slide active" autoplay="" muted="" loop="" playsinline="" aria-hidden="true" poster="/static/assets/pesoules.jpg" preload="auto">
<source src="/static/assets/Villa-A_Outdoors-1-min-movie.mp4" type="video/mp4">
</video>