The ﹤main﹥ element
html5doctor.com
The ﹤main﹥ element
1–10 of 93 posts
Re: The ﹤main﹥ element
#2Re: The ﹤main﹥ element
#3Down?
Re: The ﹤main﹥ element
#4There seem to be lots of situations, even in just mildly complicated web pages, where you need to write HTML code solely for graphics / layout reasons that completely breaks the idea of having a purely semantic document.
In the end it just seemed much faster and cleaner to be more flexible with those various structures and to give up on the whole "semantic" document ideal and smash divs around.
I'm ready to fully accept that this is the tables->css revolution all over again and I'm just crap, though, if that's the case.
Re: The ﹤main﹥ element
#5The bad thing is if the robot is a search engine spider, people will use try to serve different 'main'.
Re: The ﹤main﹥ element
#6Re: The ﹤main﹥ element
#7Has anyone used all of the HTML5 tags in anger? I've tried a couple of times to build something fully "semantic". I struggle to create something that looks good semantically (ie just reading the HTML) and is also laid out on the page in the way I wanted it to be. There seem to be lots of situations, even in just mildly complicated web pages, where you need to write HTML code solely for graphics / layout reasons that…
If you're just making a basic page that's not too designy, you can produce some beautiful looking html. It looks even better in haml. Write some sass for it and you will reach a higher state of markup consciousness.
Re: The ﹤main﹥ element
#8Sounds convenient for one major use: letting web-scraping and readability-like tools know that everything outside of is alright to throw away.
Re: The ﹤main﹥ element
#9Plus with the direction that the Web Components stuff is going, I think they should probably scrap all the semantic elements, just stick to a smaller set of HTML elements that are "functionally" different. Then tell everyone to create their own tag-semantics by extending the basic elements for their use-case and use the standard roles taxonomy to describe the intent of the user-created tags.
It feel a bit like parts of the groups are not talking enough :)
Re: The ﹤main﹥ element
#10
...
...
...