Public accessibility assessment

Accessibility issues detected on willythewheel.co.il

Evolize inspected 5 public pages on willythewheel.co.il and detected 34 automatically identifiable accessibility findings.

34Findings detected
5WCAG criteria affected
5Pages inspected
30 Aug 2026Assessment date

Highest detected severity: High · 5 high-priority findings · 100% inspected-page coverage

Most widespread issueHidden elements can still receive keyboard focusDetected on 5 inspected pages
Most affected page/books21 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)26 detected findings

Is willythewheel.co.il your website?

Keep this assessment current and get notified when new accessibility issues are detected.

https://

Not your website? Scan your own site →

01 · Accessibility summary

Evolize inspected 5 public pages on willythewheel.co.il and detected 34 accessibility findings. The most widespread issue was "Hidden elements can still receive keyboard focus", detected on 5 inspected pages. The most affected inspected page was "/books", where 21 findings were detected. The assessment identified findings mapped to 5 WCAG success criterions. The sections below prioritize the broadest issues and provide technical evidence for each detected finding.

02 · Start here

These findings combine the highest severity and broadest reach detected during this assessment.

  1. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 50 instances
    Why this matters

    An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

    Recommended action

    To fix this issue, ensure that all interactive elements are visible when they receive keyboard focus. Consider adding a `display: none` or `visibility: hidden` style to the element when it's not intended to be visible, or remove it from the tab order by setting `tabindex=-1`.

    View technical evidence →
  2. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 40 instances
    Why this matters

    An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

    Recommended action

    To fix this issue, ensure that all focusable elements are visible to sighted keyboard users. You can do this by removing the element from the tab order if it's not visible, or by making the element visible when it receives focus. For the specific element <a href="/=#why-willy">למה וילי</a>, consider adding a visible styling or reordering the navigation to exclude hidden elements.

    View technical evidence →
  3. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 10 instances
    Why this matters

    An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

    Recommended action

    To fix this issue, ensure that all focusable elements are visible. You can do this by adding a 'display: none;' or 'visibility: hidden;' style to the element when it's not intended to be visible, or by removing the element from the DOM when it's not needed. Alternatively, you can use JavaScript to remove the element from the tab order when it's not visible.

    View technical evidence →
  4. High

    Elements must only use permitted ARIA attributes

    WCAG 4.1.2 (A) · 5 inspected pages · 10 instances
    Why this matters

    Elements must only use permitted ARIA attributes

    Recommended action

    Remove the 'aria-label' attribute from the 'div' element with class 'share-buttons' or replace it with a permitted ARIA attribute. Ensure that the element has a valid and descriptive accessible name.

    View technical evidence →
  5. High

    Content overflows horizontally on narrow viewports

    WCAG 1.4.10 (AA) · 5 inspected pages · 5 instances
    Why this matters

    The page scrolls horizontally at a mobile width, indicating content that does not reflow.

    Recommended action

    To fix the horizontal overflow issue, ensure that all content is contained within the viewport and reflows properly on smaller screens. Consider using CSS media queries to adjust the layout for different screen sizes, or use a responsive design framework that automatically adapts to various viewport widths.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA2655 / 5
2.4.3Focus OrderA355 / 5
2.5.8Target Size (Minimum)AA222 / 5
4.1.2Name, Role, ValueA255 / 5
1.4.10ReflowAA155 / 5

Absence of a criterion here does not indicate conformance with it — only that no automatically detectable issue was found for it.

Continuous monitoring

A scan shows today's exposure. Monitoring shows what changes next.

Evolize continuously reassesses public website pages, detects newly introduced or recurring accessibility findings, and tracks remediation over time.

04 · All detected findings

High

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)12 instances5 inspected pages

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

Remove the 'aria-label' attribute from the 'div' element with class 'share-buttons' or replace it with a permitted ARIA attribute. Ensure that the element has a valid and descriptive accessible name.

View 12 affected elements
Component · Ref 6YEXCU
Affected pagehttps://willythewheel.co.il/
Element.share-buttons
Accessible nameשיתוף העמוד
Markup
<div class="share-buttons" aria-label="שיתוף העמוד">
Affected pages/ /accessibility /about-the-author /books /contact
Component · Ref 5Q610D
Affected pagehttps://willythewheel.co.il/
Element.hero-art
Accessible nameהכירו את וילי הגלגל
Markup
<div class="hero-art" aria-label="הכירו את וילי הגלגל"><div class="sun-orbit" aria-hidden="true"></div><div class="book-stage"><img alt="איור השער של וילי הגלגל" class="book-cover" fetchpriority="high" height="1536" src="/images/willy-hebrew/bridge-cover.webp?v=20260828" width="1024"></div></div>
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)100 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 matters

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Recommended correction

To fix this issue, ensure that all interactive elements are visible when they receive keyboard focus. Consider adding a `display: none` or `visibility: hidden` style to the element when it's not intended to be visible, or remove it from the tab order by setting `tabindex=-1`.

View 100 affected elements
Component · Ref YLDO8D
Affected pagehttps://willythewheel.co.il/
Elementhtml > body > header > details > nav > a:nth-of-type(1)
Accessible nameלמה וילי
Markup
<a href="/#why-willy">למה וילי</a>
Affected pages/ /accessibility /about-the-author /books /contact
Component · Ref QUNLQX
Affected pagehttps://willythewheel.co.il/
Elementhtml > body > header > nav > a:nth-of-type(1)
Accessible nameלמה וילי
Markup
<a href="/#why-willy">למה וילי</a>
Affected pages/ /accessibility /about-the-author /books /contact
Component · Ref Q4RNPV
Affected pagehttps://willythewheel.co.il/
Elementhtml > body > header > div > a:nth-of-type(1)
Accessible nameפתחו את המשחק עם וילי
Markup
<a aria-label="פתחו את המשחק עם וילי" class="header-kids-link" href="/kids">לשחק עם וילי</a>
Affected pages/ /accessibility /about-the-author /books /contact
High

Content overflows horizontally on narrow viewports

WCAG 1.4.10 (AA)5 instances5 inspected pages

The page scrolls horizontally at a mobile width, indicating content that does not reflow.

Why it matters

The page scrolls horizontally at a mobile width, indicating content that does not reflow.

Recommended correction

To fix the horizontal overflow issue, ensure that all content is contained within the viewport and reflows properly on smaller screens. Consider using CSS media queries to adjust the layout for different screen sizes, or use a responsive design framework that automatically adapts to various viewport widths.

View 5 affected elements
Component · Ref A0WPVE
Affected pagehttps://willythewheel.co.il/
Elementhtml
Accessible nameספרים וסיפורים לילדים על חברות ושייכות | וילי הגלגלself.__VINEXT_RSC_PARAMS__={}self.__VINEXT_RSC_NAV__={"pathname":"/","searchParams":[]} דלגו לתוכן הראשיהסיפורים של וילי על חברות, שייכות ודרכים חדשותלהכיר את הספריםוילי הגלגלסיפורים על חברות ושייכותלמה ויליהספרים של וילימתוך הסיפוריםסיפורי שמעלהורים ולחינוךמאחורי הסיפוריםמדיהצור קשרלשחק עם ויליבלוג מקצועירכישת הספריםEnglishעיבוד נפרדלשחק עם ויליתפריטלמה ויליהספרים של וילימתוך הסיפוריםסיפורי שמעלהורים ולחינוךמאחורי הסיפוריםמדיהצור קשרלשחק עם ויליבלוג מקצועי להורים ולאנשי חינוךרכישת הספריםEnglishעיבוד נפרדלסיפוריםסיפורים לילדים בגילאי 4–8 ולמי שהולך איתםספרי ילדים על חברות, קבלת האחר ושייכות — בדרך שמתאימה לכולםהכירו את וילי, גלגל קטן שרוצה להגיע לפיקניק עם המשפחה והחברים. כשהגשר עוצר אותו, כולם שואלים איך מוצאים דרך נגישה שמאפשרת להשתתף יחד.סיפור חם ומסקרן לילדים, ושיחה פשוטה להורים על חברות, השתתפות ועזרה.להתחיל את ההרפתקהלהורים, לגננות ולאנשי חינוךסיפורים ופעילויות לילדים על חברות, רגשות ושייכותרעיונות לפעילויות בבית ובגן, שאלות לשיחה וסיפורים שעוזרים לילדים לדבר על רגשות, חברות, קבלת האחר ודרך שמתאימה לכל אחד.לסיפורים ולפעילויותעזרה, הסכמה וגבולות6 דקותלפני שעוזרים — שואלים: משחק של חמש דקות לילדיםמשחק קצר לבית ולכיתה שמלמד ילדים להציע עזרה, להמתין לתשובה ולכבד את הדרך שהאדם מבקש.לקריאת המאמר ←כישורים חברתיים7 דקותיעד אחד, דרכים שונות: פעילות כישורים חברתיים לגן ולכיתהפעילות קבוצתית שממחישה לילדים ששוויון אינו מחייב את כולם לעשות בדיוק אותו דבר באותה דרך.לקריאת המאמר ←ויסות רגשי ותכנון7 דקותכשהתוכנית משתנה: איך הופכים תכנון לכלי של ויסות רגשידרך רגועה לעזור לילדים להתמודד עם שינוי בלי להציג תכנון מראש כפחד או חולשה.לקריאת המאמר ←▶ חדש: וילי מדברמי החליט שזו הדרך הנכונה?שיחה מונפשת לילדים, להורים ולאנשי חינוך על בחירה, עזרה ושייכות.לצפייה בשיחה המונפשת ↗▶צפו עכשיומי יוצא לפיקניק?וילי, המשפחה והחברים שלו.מה עוצר את וילי ליד הגשר?העלייה לגשר עשויה מדרגות שאינן מתאימות לגלגליו.מה יקרה עכשיו?את זה מגלים בתוך הספר.מה יש בתוך הסיפוריםספרי ילדים על חברות ושייכות, בלי הטפה.וילי אינו צריך להפוך למישהו אחר. הילדים רואים חברים ומשפחה שמקשיבים, שואלים וחושבים יחד — בלי רחמים ובלי להטיף.למי זה מתאיםלילדים בגילאי 4–8 שרוצים להצטרף, לשחק ולהגיע יחדלהורים שרוצים לחשוב עם הילד על דרך שמתאימה לולסבים, לקרובי משפחה ולאנשי חינוך שרוצים להיות חלק מהדרךמתחילים עם וילי והגשרהספר הראשון בסדרה · מודפס וקינדל · גילאי 4–8לקניית הספר המודפס ב־Amazon ↗לקניית הקינדל ב־Amazon ↗לכל הסיפוריםספרים מאוירים לילדים בגילאי 4–8שני ספרים, שני סיפורים שלמים, ומסע אחד שממשיך להתפתחהספר הראשון מציג את וילי מול מכשול אחד. בספר השני וילי והקהילה מתכננים ומתקנים דרך שלמה. אפשר להתחיל בראשון ולהמשיך לשני, אבל כל ספר עומד בפני עצמו.סיפור ראשוןוילי והגשרבדרך לפיקניק, וילי מגיע לגשר אבן שהעלייה אליו עשויה מדרגות שאינן מתאימות לגלגליו. האם המשפחה והחברים ימצאו דרך להמשיך ביחד?“לאן אנחנו רוצים להגיע יחד?”זמין כספר מודפס שמגיע לכתובת וכקינדל דיגיטלי לקריאה באפליקציה.להכיר את הסיפורספר מודפס — לרכישה ב־Amazon ↗קינדל דיגיטלי — לרכישה ↗סיפור שניוילי והדרך המתפתלתכמה ימים לפני הפיקניק, וילי יוצא לבדוק את הדרך אל הגבעה ומגלה שנזקי החורף הפכו חלקים ממנה לצרים, בוציים ולא בטוחים. הוא והקהילה מתכננים, מתקנים ובודקים יחד דרך שמתאימה לכולם.“נבדוק מה צריך לתקן בדרך.”זמין כספר מודפס שמגיע לכתובת וכקינדל דיגיטלי לקריאה באפליקציה.להכיר את הסיפורספר מודפס — לרכישה ↗קינדל דיגיטלי — לרכישה ↗להורים ולאנשי חינוךפעילויות ושאלות לשיחה עם ילדים אחרי הקריאהשאלות קצרות ופעילויות פשוטות עוזרות לילדים לספר מה הרגישו ומה היו רוצים לנסות.לפעילויות ולשאלות השיחהאומריםאנחנו רוצים לעשות את זה יחד.שמים לבכל אחד יכול להגיע בדרך שמתאימה לו.בוחריםדרך שבה כולם משתתפים ונהנים.“תמיד אפשר לנסות עוד דרך.”מאחורי הסיפוריםמאחורי וילי יש ניסיון אמיתי בכתיבה ובנגישות.המחבר הוא סופר, מורשה נגישות ובוגר B.A. במדעי ההתנהגות. הניסיון הזה עוזר לו לכתוב לילדים בשפה מכבדת, ברורה ומלאת אפשרויות.מאחורי הסיפוריםוילי והגשרוילי רוצה להגיע לפיקניק עם כולם.יש גשר בדרך — ואת מה שקורה לידו מגלים בתוך הספר.בחרו ספר מודפס שנשלח לכתובת או קינדל דיגיטלי לקריאה באפליקציה.לרכישת הספר המודפס ב־Amazon ↗לרכישת הקינדל ב־Amazon ↗לשמיעת הטעימהווילי הגלגליוצאים לדרך יחדבואו נשחק, נטייל ונמצא דרך יחד.YouTubeFacebookInstagramלאן יוצאים?ספרספרים לילדיםבואו נכיר את וילידרךמתוך הסיפוריםרגעים, שאלות ורעיונותצלילסיפורי שמעהאזינו להרפתקה מוקדמת יותרלמשפחה ולמבוגריםפעילויות להורים ולחינוךפעילויות וסיפורים לילדיםמאחורי הסיפוריםצור קשראהבתם? שתפו עם חבריםעזרו לעוד הורים ואנשי חינוך להכיר את וילי.FacebookWhatsAppXמדיהנגישותפרטיותתנאי שימושEnglishעיבוד נפרד© 2026 וילי הגלגל. כל הזכויות שמורות.{"@context":"https://schema.o…[truncated by Evolize: exceeded D1 value limit]
Markup
<html lang="he" dir="rtl"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="preload" href="/images/willy-hebrew/bridge-cover.webp?v=20260828" as="image" fetchpriority="high"><link rel="preload" href="/images/willy-youtube-conversation-hebrew.jpg?v=20260828" as="image"><link rel="stylesheet" href="/assets/index-D2sIcb0-.css" data-rsc-css-href="/assets/index-D2sIcb0-.css" data-precedence="vite-rsc/importer-resources"><script async="" data-ga-id="G-TDQ5704PCZ" src="https://www.googletagmanager.com/gtag/js?id=G-TDQ5704PCZ"></script><link rel…
Affected pages/ /accessibility /about-the-author /books /contact
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)84 instances5 inspected pages

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Why it matters

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Recommended correction

To improve readability, consider adjusting the text color or background color to meet the minimum contrast ratio of 4.5:1 for normal text and 7:1 for larger text (18pt or 14pt bold).

View 84 affected elements
Component · Ref VKS6X2
Affected pagehttps://willythewheel.co.il/
Element.hero-lead
Accessible nameסיפור חם ומסקרן לילדים, ושיחה פשוטה להורים על חברות, השתתפות ועזרה.
Markup
<p class="hero-lead">סיפור חם ומסקרן לילדים, ושיחה פשוטה להורים על חברות, השתתפות ועזרה.</p>
Affected pages/ /accessibility /about-the-author /books /contact
Component · Ref FBEJE8
Affected pagehttps://willythewheel.co.il/
Elementh1
Accessible nameספרי ילדים על חברות, קבלת האחר ושייכות — בדרך שמתאימה לכולם
Markup
<h1>ספרי ילדים על חברות, קבלת האחר ושייכות — בדרך שמתאימה לכולם</h1>
Affected pages/ /accessibility /books /contact
Component · Ref A6FGEU
Affected pagehttps://willythewheel.co.il/about-the-author
Element.footer-explore > .footer-heading
Accessible nameלאן יוצאים?
Markup
<p class="footer-heading">לאן יוצאים?</p>
Affected pages/ /accessibility /about-the-author /books
Component · Ref GVQNBF
Affected pagehttps://willythewheel.co.il/about-the-author
Element.footer-family > .footer-heading
Accessible nameלמשפחה ולמבוגרים
Markup
<p class="footer-heading">למשפחה ולמבוגרים</p>
Affected pages/ /accessibility /about-the-author /books
Component · Ref 5DJ4L4
Affected pagehttps://willythewheel.co.il/about-the-author
Element.footer-brand > span:nth-child(2) > strong
Accessible nameוילי הגלגל
Markup
<strong>וילי הגלגל</strong>
Affected pages/ /accessibility /about-the-author /books
Component · Ref ANAFSW
Affected pagehttps://willythewheel.co.il/about-the-author
Element#author-willy-title
Accessible nameוילי והחברים שלו יוצאים ביחד להרפתקה.
Markup
<h2 id="author-willy-title">וילי והחברים שלו יוצאים ביחד להרפתקה.</h2>
Affected pages/ /about-the-author
Component · Ref 3M4TX0
Affected pagehttps://willythewheel.co.il/
Element.youtube-watch-label
Accessible nameצפו עכשיו
Markup
<span class="youtube-watch-label" aria-hidden="true">צפו עכשיו</span>
Component · Ref 51NYVU
Affected pagehttps://willythewheel.co.il/
Element.youtube-feature-copy > p:nth-child(3)
Accessible nameשיחה מונפשת לילדים, להורים ולאנשי חינוך על בחירה, עזרה ושייכות.
Markup
<p>שיחה מונפשת לילדים, להורים ולאנשי חינוך על בחירה, עזרה ושייכות.</p>
Component · Ref CI9L5A
Affected pagehttps://willythewheel.co.il/
Element.hero-actions > .button
Accessible nameלהתחיל את ההרפתקה
Markup
<a class="button" href="/books/the-little-wheel-who-could">להתחיל את ההרפתקה</a>
Component · Ref TQG5Q4
Affected pagehttps://willythewheel.co.il/
Element.hero-heading > .eyebrow
Accessible nameסיפורים לילדים בגילאי 4–8 ולמי שהולך איתם
Markup
<p class="eyebrow">סיפורים לילדים בגילאי 4–8 ולמי שהולך איתם</p>
Component · Ref PM40Z9
Affected pagehttps://willythewheel.co.il/
Element.text-link[href$="ask-before-helping"] > span[aria-hidden="true"]
Accessible name
Markup
<span aria-hidden="true">←</span>
Component · Ref CSC1C4
Affected pagehttps://willythewheel.co.il/
Element.hero-promise
Accessible nameהכירו את וילי, גלגל קטן שרוצה להגיע לפיקניק עם המשפחה והחברים. כשהגשר עוצר אותו, כולם שואלים איך מוצאים דרך נגישה שמאפשרת להשתתף יחד.
Markup
<p class="hero-promise">הכירו את וילי, גלגל קטן שרוצה להגיע לפיקניק עם המשפחה והחברים. כשהגשר עוצר אותו, כולם שואלים איך מוצאים דרך נגישה שמאפשרת להשתתף יחד.</p>
Component · Ref X2FOWO
Affected pagehttps://willythewheel.co.il/
Element.blog-card:nth-child(2) > div > .text-link > span[aria-hidden="true"]
Accessible name
Markup
<span aria-hidden="true">←</span>
Component · Ref NSDFE2
Affected pagehttps://willythewheel.co.il/books
Element.catalog-card:nth-child(4) > div > .book-order
Accessible nameהספר הראשון
Markup
<span class="book-order">הספר הראשון</span>
Component · Ref ESJWIB
Affected pagehttps://willythewheel.co.il/books
Element.edition-note > strong
Accessible nameחשוב לדעת על הסיפורים בעברית ובאנגלית:
Markup
<strong>חשוב לדעת על הסיפורים בעברית ובאנגלית:</strong>
Component · Ref 1USF6Y
Affected pagehttps://willythewheel.co.il/books
Element.catalog-card:nth-child(4) > div > div:nth-child(5) > .regional-price-note
Accessible nameהספר המודפס זמין לרכישה ב־Amazon. המחיר והמשלוח מוצגים לפי כתובת היעד.
Markup
<p class="regional-price-note">הספר המודפס זמין לרכישה ב־Amazon. המחיר והמשלוח מוצגים לפי כתובת היעד.</p>
Component · Ref 2FKLVW
Affected pagehttps://willythewheel.co.il/books
Element.catalog-card:nth-child(4) > div > h2
Accessible nameוילי והגשר
Markup
<h2>וילי והגשר</h2>
Component · Ref 6D9XSA
Affected pagehttps://willythewheel.co.il/accessibility
Element.statement-date
Accessible nameנבדק ועודכן: 30 באוגוסט 2026
Markup
<p class="statement-date">נבדק ועודכן: 30 באוגוסט 2026</p>
Component · Ref 4V66IT
Affected pagehttps://willythewheel.co.il/about-the-author
Element.author-willy-copy > p:nth-child(3)
Accessible nameבסיפור אחד גשר עם מדרגות עוצר את וילי. בסיפור השני הוא בודק דרך שנפגעה בחורף ועוזר לקהילה לתקן אותה. בשניהם מקשיבים לווילי, מתכננים יחד ומוצאים פתרון שמאפשר ליותר אנשים להשתתף.
Markup
<p>בסיפור אחד גשר עם מדרגות עוצר את וילי. בסיפור השני הוא בודק דרך שנפגעה בחורף ועוזר לקהילה לתקן אותה. בשניהם מקשיבים לווילי, מתכננים יחד ומוצאים פתרון שמאפשר ליותר אנשים להשתתף.</p>
Component · Ref I6M42C
Affected pagehttps://willythewheel.co.il/books
Element.edition-note
Accessible nameחשוב לדעת על הסיפורים בעברית ובאנגלית: הסיפורים בעברית ובאנגלית הם עיבודים נפרדים מעולמו של וילי ואינם תרגום מילולי זה של זה.
Markup
<p class="edition-note catalog-edition-note"><strong>חשוב לדעת על הסיפורים בעברית ובאנגלית:</strong> <!-- -->הסיפורים בעברית ובאנגלית הם עיבודים נפרדים מעולמו של וילי ואינם תרגום מילולי זה של זה.</p>
Component · Ref Y4PX9C
Affected pagehttps://willythewheel.co.il/books
Element.catalog-card:nth-child(4) > div > div:nth-child(5) > .purchase-note
Accessible nameספר מודפס — ספר פיזי שנשלח לכתובת · 34 עמודים · $12.99
Markup
<p class="purchase-note">ספר מודפס — ספר פיזי שנשלח לכתובת<!-- --> · <!-- -->34<!-- --> עמודים · <!-- -->$12.99</p>
Component · Ref 6G1XMH
Affected pagehttps://willythewheel.co.il/books
Element.catalog-card:nth-child(4) > div > .book-actions > .button[rel="noopener noreferrer"][target="_blank"]:nth-child(2)
Accessible nameלרכישת הספר המודפס ב־Amazon — נפתח בלשונית חדשה
Markup
<a aria-label="לרכישת הספר המודפס ב־Amazon — נפתח בלשונית חדשה" class="button" href="https://www.amazon.com/dp/B0HG96ZXCR" rel="noopener noreferrer" target="_blank">לרכישת הספר המודפס ב־Amazon<span aria-hidden="true"> ↗</span></a>
Component · Ref XUO3OQ
Affected pagehttps://willythewheel.co.il/books
Element.catalog-card:nth-child(4) > div > p:nth-child(4) > strong
Accessible nameכאן מכירים את וילי. הספר פותח שאלה פשוטה: מה עושים כשכולם רוצים להגיע יחד, אבל הדרך עוצרת אחד מהם?
Markup
<strong>כאן מכירים את וילי. הספר פותח שאלה פשוטה: מה עושים כשכולם רוצים להגיע יחד, אבל הדרך עוצרת אחד מהם?</strong>
Component · Ref YW39AX
Affected pagehttps://willythewheel.co.il/books
Element.catalog-card:nth-child(4) > div > .book-actions > .button-secondary.button
Accessible nameלהכיר את הסיפור
Markup
<a class="button button-secondary" href="/books/the-little-wheel-who-could">להכיר את הסיפור</a>
Component · Ref M8DEDK
Affected pagehttps://willythewheel.co.il/books
Element.catalog-card:nth-child(4) > div > p:nth-child(3)
Accessible nameבדרך לפיקניק, וילי מגיע לגשר אבן שהעלייה אליו עשויה מדרגות שאינן מתאימות לגלגליו. האם המשפחה והחברים ימצאו דרך להמשיך ביחד?
Markup
<p>בדרך לפיקניק, וילי מגיע לגשר אבן שהעלייה אליו עשויה מדרגות שאינן מתאימות לגלגליו. האם המשפחה והחברים ימצאו דרך להמשיך ביחד?</p>
Component · Ref S2K5MQ
Affected pagehttps://willythewheel.co.il/books
Elementa[href$="winding-path"]
Accessible nameלהכיר את הסיפור
Markup
<a class="button button-secondary" href="/books/winding-path">להכיר את הסיפור</a>
Low

Touch targets are too small on mobile

WCAG 2.5.8 (AA)2 instances2 inspected pages

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Why it matters

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Recommended correction

To improve the accessibility of the email link, consider increasing its size to at least 24x24 pixels or ensuring that it has a larger touch target. This can be achieved by adding padding or margin to the element, or by using a larger font size.

View 2 affected elements
Component · Ref 8F8AM9
Affected pagehttps://willythewheel.co.il/contact
Elementmain#main-content > section:nth-of-type(2) > div:nth-of-type(2) > p:nth-of-type(2) > a
Accessible name[email removed]
Markup
<a href="mailto:[email removed]">[email removed]</a>
Component · Ref AU6XQA
Affected pagehttps://willythewheel.co.il/accessibility
Elementmain#main-content > div > section:nth-of-type(6) > p > a
Accessible name[email removed]
Markup
<a href="mailto:[email removed]?subject=%D7%A4%D7%A0%D7%99%D7%99%D7%94%20%D7%91%D7%A0%D7%95%D7%A9%D7%90%20%D7%A0%D7%92%D7%99%D7%A9%D7%95%D7%AA%20%D7%91%D7%90%D7%AA%D7%A8%20%D7%95%D7%99%D7%9C%D7%99%20%D7%94%D7%92%D7%9C%D7%92%D7%9C">[email removed]</a>

05 · Most affected inspected pages

06 · About this assessment

Evolize inspects publicly accessible website pages using automated browser-based testing and deterministic accessibility rules. Automated testing can identify many reproducible technical issues but cannot determine complete WCAG or legal compliance.

  • Publicly accessible surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every issue.
  • Results reflect the site at the scan date and may have changed since.

Evolize provides digital risk intelligence and does not provide legal advice, certify compliance, or guarantee that litigation will not occur. Methodology · Security · Example assessment

07 · Continuous monitoring

This public report captures one assessment. Evolize monitoring rescans the website, detects new and recurring findings, tracks changes over time and verifies corrections.

Is information in this report inaccurate or outdated? Request a correction or removal.