As I reach the second chapter of my new HTML 5 book, I now realize, I can convert a number of sites to be fully functional with the HTML5 syntax by simply applying a small snippet of javascript in my head.
<script>
document.createElement('nav');
...
</script>
The above will ensure that my HTML5 renders correctly in IE 6,7 and 8 (already tested and works ok).
I'm using just a small minority of new tags: header,aside,nav to name just a few.
Questions:
Is this to much of a risk if the majority of my sites user base is 60% IE 6+?
Or, everybody has javascript turned on nowadays this is nothing to worry about?
Am I jumping the gun or should I start embracing these new standards?
--------------
I'm very keen to start using HTML 5 and have a lot of clients and new job specs demanding HTML 5.
What are you thoughts on the above?
Any information/feedback much appreciated.
Barry









Sometimes, there is more than one of these things going on at a time. Unfortunately, I have neurological/perceptual problems as the result of a virus, have a little difficulty reading at the best of time, more so on screen, and I can't do it at all if parts of the screen are moving. I can watch a slide-show if I choose to, but it does really weird things to my brain if I try to concentrate on one part of the screen while another is moving.



Bookmarks