WCAG 2.0

Moderator: geof

Locked
NasTaciA
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sun Sep 06, 2020 10:32 pm

WCAG 2.0

Post by NasTaciA » Sun Sep 06, 2020 10:55 pm

Καλησπέρα,
έχω δημιουργήσει ένα site joomla πριν αρκετά χρόνια, αυτή τη στιγμή βρίσκεται στην έκδοση 3.9.18 και θέλω να περνάει τον έλεγχο για WCAG 2.0 ΑΑ έχω διορθώσει όλα τα βασικά προβλήματα που χτυπούσαν και μου έχει μείνει μόνο ένα που δεν μπορώ με τίποτα να βρω τη λύση.
Η σελίδα είναι η εξής: http://www.titania-artos.gr/
και το error που μου βγάζει είναι:
Error Line 397, Column 27: select element missing an associated label.
<select id="mobileMenu" onchange="window.location.href=this.value;" class="chzn-done">
...
Repair: Add a label element that surrounds the control's label. Set the for attribute on the label element to the same value as the id attribute of the control. And/or add a title attribute to the input element. And/or create a label element that contains the input element.
Μπορεί κάποιος να με βοηθήσει σε αυτό;

User avatar
Pnkr
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 175
Joined: Thu Sep 01, 2011 7:26 am
Location: Athens, Greece

Re: WCAG 2.0

Post by Pnkr » Sat Oct 03, 2020 7:03 pm

Καλησπέρα. Αυτό που σου αναφέρει ειναι να υπάρχει ένα label μαζι με το select.

Για παράδειγμα:

<label for="mobileMenu">Τίτλος</label>
<select id="mobileMenu" onchange="window.location.href=this.value;" class="chzn-done">

Δηλαδή να υπάρχει ένα label tag όπου θα έχει το attribute for και θα αναφέρεται στο id attribute του συ σχετιζόμενου αντικειμένου.

Altanop
Joomla! Apprentice
Joomla! Apprentice
Posts: 23
Joined: Mon Oct 12, 2020 11:43 am

Re: WCAG 2.0

Post by Altanop » Wed Oct 14, 2020 6:31 pm

Καλησπέρα σας πάνω στο συγκεκριμένο θέμα έχω διορθώσει και εγώ αρκετά απλά το μόνο που μένει είναι αυτό το σφάλμα Visible focus indicator is missing που αφορά μάλλον το πληκτρολόγιο. Γνωρίζει κανείς τι μπορεί να γίνει ?
Ευχαριστώ


Locked

Return to “Joomla! 3.x”