[Reset] nav ol
JayPanoz opened this issue · 2 comments
So I’m kinda thinking about modifying the reset and declaring list-style: none
for every nav ol
, and not just TOC.
Per spec, we have this:
In the context of this specification, the default display style of list items within nav elements MUST be equivalent to the list-style: none property [CSSSnapshot]. Reading Systems MUST NOT show list item numbering on these lists when presenting the Navigation Document outside of the spine, regardless of their support for CSS. Authors MAY specify alternative list styling using CSS for rendering of the document in the spine. source
And I guess, albeit opinionated, this is the default most people would also use if their navigation document is visible in the EPUB file. Obviously would be overridable.
A kindle workaround is already doing that in develop so that would remove !important
and make it global – and not scoped to Kindle.
That sounds reasonable to me.