python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is an HTML list (ul or ol) allowed to be empty for Accessibility?
Is an HTML list allowed to have no child list items? Specifically, is this allowed:
<ul>
</ul>
The HTML validator on the W3C site does not complain when you test it with an empty list, e....
antun
Votes: 0
Answers: 1
How to properly handle inline error messages while the user is typing (ARIA)?
We have a form on our website containing fields that are validated with JavaScript as the user types (onChange event). The error messages are shown below the field inputs in red text.
We currently use...
Mike
Votes: 0
Answers: 1
Is it okay to put form elements on a page that perform no action?
I am being asked to put checkboxes on a webpage that perform no resolution, in that they simply exist to be checked in the form of a checklist that could be printed. There would be no form submission,...
ivory
Votes: 0
Answers: 2