Posted April 21, 2012 by Dave Lauretti.
If you’ve found that your list won’t validate to W3C standards if you’ve added type=”i” as it’s attribute you’re probably using an “Unordered List” (<ul>).
Try making your list an Ordered List (<ol>) and try to validate again. It should pass.
Validate Ordered Or Unordered List With Type = i,