Quote:
Originally Posted by elibrarian
And then one small gripe: When I regenerate a TOC, Sigil will preserve the header and the "<nav epub:type='toc' id='toc'>", but removes "role='doc-toc'". It is of course a small thing to re-insert (I always run ACE as one of the last things before publishing my books, and it will tell me if I forget).
|
This was easy enough to do immediately so aria role for both the toc and any page-list in the nav are now set on creation and recreation. I do not think there is an equivalent aria role for the epub:type="landmarks" so I did not add one there.
Are you aware of an equivalent for that part of the nav?
This change will be in the next release.
Thanks!