You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add an attribute that allows each bookmark in an EPUB 3 table of contents to be individually set to either expanded or collapsed by default #2766
As the creator of the EPUB3 ebook format, I've included a navigation structure with approximately two thousand <li> elements and several hundred <ol> elements. It would significantly enhance the reader's experience if a property could be introduced that allows EPUB readers to understand my intention as the format producer—for instance, to default certain sections to be collapsed and others to be expanded. This would make it much easier for readers to quickly locate desired chapters.
Describe the fix or new feature you propose
Maybe like this: <ol default-state="collapsed">...</ol> <ol default-state="expanded">...</ol> <ol default-state="none">...</ol>