Forum Moderators: open
1) Will older browser display it OK (assuming I won't use any new tags, which I wont)?
2) Will browsers in Mobile Devices display it OK?
<aside>
<div id="leftnav">
</div>
</aside> <aside>
<div id="rightnav">
</div>
</aside> So basically I can start using HTML 5.0 and older browsers will still see it as valid tag soup?
I will be honest here: the way I've always designed web pages until now, I never really cared about the implicit outline or sectioning of the page. I never used <h2> or higher and the only reason I used <h1> was for SEO purposes.
<aside>
<div id="leftnav">
<ul>
<li></li>
</ul>
</div>
</aside> <aside>
<div id="rightnav">
<ul>
<li></li>
</ul>
</div>
</aside> Only browsers that support the new <input type="email"> element do anything with it.
if a tag does not affect the rendering, then why is it there? I can't think of a single tag like this I've used.
Agreed, but the problem is that the standard does not mandate what should be done with type="email".
I agree that the logical thing would be to check the validity of the email, but I am not sure that as a developer I want to leave this responsibility to the browser.
I understand the idea of semantics and their understanding by machines, but to me, this is work we're doing for G and the other SE, and not for our end user. Anything you don't do for your user is useless.
Except that if you don't do [use HTML5], your site will start dropping in the SERPs.
Does anyone know of any reasons that creating new pages in HTML 5 would be bad if other pages on the site are HTML4.1? Just curious what side effects mixed doc type sites may incur.
Starting a new site, and I was wondering if I should stick to loose HTML 4.1 (my favorite tag soup) or hop on the yet small train and start fresh with HTML 5?
[edited by: gethan at 5:59 am (utc) on Jun 1, 2010]
So I figure us olden day "no frills" users of <h1>, <p>, <b> etc. backed up with a .css file have nothing to be concerned with?
Some people actually write pages of plain vanilla content without any need for frills.
Nes pas?