Thanks for the feedback.
As far as the login drop-down menu is concerned, I deliberately decided that it was just a visual gimmick with no added value and I didn't want to make it accessible because the link to the login page is focusable and sufficient. But perhaps I should reconsider my position.
And as you say, prosilver doesn't really (to put it mildly) comply with accessibility criteria, but I'm not casting a stone because it was written in another era and still makes efforts in this direction if you bear in mind its age.
We should get rid of all the positives tabindex and let the focus flow in the natural order of things, especially when you are aware that template events can add elements to the page.
I wouldn't dare mention the registration page, which is an example of what not to do.
Oh, and also (especially?) get rid of the acceskey attributes that pollute the code. ^^

As far as the login drop-down menu is concerned, I deliberately decided that it was just a visual gimmick with no added value and I didn't want to make it accessible because the link to the login page is focusable and sufficient. But perhaps I should reconsider my position.
And as you say, prosilver doesn't really (to put it mildly) comply with accessibility criteria, but I'm not casting a stone because it was written in another era and still makes efforts in this direction if you bear in mind its age.
We should get rid of all the positives tabindex and let the focus flow in the natural order of things, especially when you are aware that template events can add elements to the page.
I wouldn't dare mention the registration page, which is an example of what not to do.
Oh, and also (especially?) get rid of the acceskey attributes that pollute the code. ^^
Statistics: Posted by cabot — Mon Mar 24, 2025 10:20 am