mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-30 12:25:42 +00:00
bbc2454f36
When there are no list items, the <ol>s are now rendered as <ol></ol>, which means they can be selected in CSS with ol:empty (to e.g. display: none), because :empty only ignores comments inside HTML tags. This will be unnecessary once browsers support the :blank selector, which will build on :empty to also ignore whitespace.