Zero height vs display: none

External references:

Debug messages will appear here

There now follows a display: none element with a list inside. Inspecting the element in Chrome shows it has 'height: auto'

There now follows a height: 0/overflow: hidden element with a list inside. Inspecting the element in Chrome shows it has a meaningful height in pixels

End of page content