Stylesheet should allow for better layout
louismerlin opened this issue · 4 comments
louismerlin commented
Right now concrete.css does not render well when using the following HTML layout:
<header>
</header>
<main>
</main>
<footer>
</footer>
This layout should be supported, and even potentially used by https://concrete.style/.
hollisticated-horse commented
whats the benefit of this layout over the other layout ? less nesting ?
louismerlin commented
The inherent problem of the current layout is not nesting, it is that it is not the typical way the header
, main
and footer
elements are arranged in a simple HTML document.
Adding support for this simpler layout will make concrete compatible by default with more pages without the need for any modification of the HTML document.
louismerlin commented
I've worked on this in the no-resizing branch. The code is also available in v3.0.0-next.0.
louismerlin commented
Closed by #13.