html5validator icon indicating copy to clipboard operation
html5validator copied to clipboard

Bad value "doc-endnote" for attribute "role" on element "li".

Open capjamesg opened this issue 5 years ago • 0 comments

This is the first time I'm submitting an issue on this repo. Apologies if I am missing something below.

I am receiving the following validation flag when I run the tool:

Bad value "doc-endnote" for attribute "role" on element "li".

There was a bug in w3/epubcheck that caused this error. This attribute was allowed on child <li> elements of a <ul> but not an <ol>. As far as I can tell, this has been fixed.

Am I misusing the html5validator tool or is this a bug?

capjamesg avatar Sep 04 '20 18:09 capjamesg