3

I was validating some HTML and I noticed some new errors that I am unfamiliar with. These list items get populated with JavaScript based on user input.

Element li is missing one or more of the following attributes: aria-checked, aria-expanded, aria-valuemax, aria-valuemin, aria-valuenow, aria-valuetext, role

<ul id="outTag">
    <li id="item1"></li>
    <li id="item2"></li>
    <li id="item3"></li>
    <li id="item4"></li>
</ul>

If someone could please shed some light on this, that would be great.

3
  • 2
    possible duplicate of What is HTML5 ARIA? Commented Apr 20, 2013 at 17:02
  • @MattBall: This is not a duplicate, as this question is about why missing ARIA attributes are reported as error, and not what ARIA is. Commented Apr 20, 2013 at 18:53
  • 1
    Same problem: stackoverflow.com/q/16123276/1591669 Commented Apr 20, 2013 at 18:56

1 Answer 1

2

Don't worry, it's a validator issue as described here. It should be fixed soon.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.