38
votes
25answers
4k views
HTML 5 <video> tag vs Flash video. What are the pros and cons?
Seems like the new <video> tag is all the hype these days, especially since Firefox now supports it. News of this are popping up in blogs all over the place, and everyone seems to be excited. …
24
votes
9answers
3k views
Any reason not to start using the HTML 5 doctype?
<!DOCTYPE html>
It is supposed to be backwards compatible with HTML4 and XHTML. John Resig posted about some of the benefits.
As long as we don't use any of the new and not supported yet …
20
votes
8answers
2k views
Is it time to start using HTML5?
Is it time to start using HTML5? Someone has to start sometime but is now the time?
Is it possible to to use the new HTML5 tags and code in such a way as to degrade gracefully?
18
votes
8answers
2k views
How does the live, real-time typing work in Google Wave?
I'm sure Wave doesn't poll the server every millisecond to find out if the other user has typed something... so how can I see what the other person is typing as they type? And without hogging the …
15
votes
9answers
624 views
Google homepage not valid html
I was looking at the www.google.com in Firebug and noticed something odd...the Google logo is centered using a center tag.
So I went and checked the page with the W3C validator and it found 48 …
10
votes
6answers
801 views
Semantic html5. Back to the 90s ?
I am taking a peek at diveintohtml5. It seems nice and interesting, but I am puzzled.
In the nineties, at the time when Netscape was the browser and html was HTML2 or HTML3, there were a lot of tags: …
10
votes
10answers
512 views
Is it time to start developing with HTML5?
From searching SO, this question was already asked, almost a year ago now.
So now with the new FF, Opera, IE, is it finally time to start developing sites with HTML5 or is it still a little premature …
9
votes
7answers
503 views
HTML 5 - Early Adoption Where Possible - Good or Bad?
This question was inspired a bit by this question, in which the most upvoted answer recommended using a feature from HTML 5. It certainly seemed to be a good method to me, but it made me curious …
8
votes
2answers
362 views
Authoring HTML5 in Emacs?
What's the best solution for authoring HTML5 in Emacs? Is there a mode that will do conformance checking?
8
votes
3answers
830 views
Why are (X)HTML 5 and XHTML 2 separate standards?
Is there a reason why these two standards are being developed separately? They seem to be solving the same problem but what are the differences and, if they are to remain separate, what roles are they …
8
votes
5answers
1k views
What’s the key difference between HTML 4 and HTML 5?
What are the key differences between HTML4 and HTML5 draft?
Please keep the answers related to changed syntax and added/removed html elements.
7
votes
7answers
158 views
Is there a limit to the length of HTML attributes?
How long is too long for an attribute value in HTML?
I'm using HTML5 style data attributes (data-foo="bar") in a new application, and in one place it would be really handy to store a fair whack of …
7
votes
14answers
870 views
Which is the future of web development: HTML5 or Silverlight(or other RIA framework)?
My colleagues have a heated debate on what is the future of web development. One side is supporting HTML5 and the other is supporting Silverlight. There is no conclusion of the debate yet.
In my …
7
votes
8answers
2k views
Which browsers support the html 5 <audio> tag on Windows today?
Which browsers support the html 5 <audio> tag on Windows today?
Edit: Trying http://moztw.org/demo/audioplayer/ as a test. Chrome 2, and Safari 4 not working for me.
6
votes
2answers
504 views
Is there a good jQuery Drag-and-drop file upload plugin?
Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this:
$j('#MyForm').enableDragDropUploads('.upload-area')
…
