Re: [csswg-drafts] [css-selectors] Postcede selector

So you mentioned forms and how JS would have to be used to "babysit" the elements. With the introduction of `css-grid` and the general favour towards being able to use `repeat()` in the gaps so that you can have different gaps between different columns and rows. 

With all this you don't need JS to have elements next to each other. Also this came from this talk https://www.youtube.com/watch?v=7kVeCqQCxlk. Here the speaker advocates for removing as much as possible of what he describes as layout tags. He says that it is desirable for the HTML to be as much as possible content orientated.

Lastly, not using JS also allows to have separation between View design and controller which seems to be good design and how the web is set up.

-- 
GitHub Notification of comment by Nokel81
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1705#issuecomment-322546456 using your GitHub account

Received on Tuesday, 15 August 2017 18:20:19 UTC