Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-04-2012, 01:13 PM   PM User | #1
fat
New Coder

 
Join Date: Jun 2009
Posts: 20
Thanks: 1
Thanked 0 Times in 0 Posts
fat is an unknown quantity at this point
HTML5 support in IE8 ?

hello

the HTML5 features here are great (the form ones), but don't seem to work with my IE8:
http://dev.opera.com/articles/view/n...ures-in-html5/

I can't use these features in my websites if IE8 don't support them.
will IE8 ever WILL support these ?
__________________
god damn it, I'm so FAAAT !
fat is offline   Reply With Quote
Old 11-04-2012, 02:28 PM   PM User | #2
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello fat,
IE8 can support some HTML5, with some help. Look here to see how.
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Old 11-04-2012, 02:30 PM   PM User | #3
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,703
Thanks: 5
Thanked 875 Times in 850 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Quote:
Originally Posted by fat View Post
I can't use these features in my websites if IE8 don't support them.
will IE8 ever WILL support these ?
The IE 8 that is supporting HTML 5 is called IE 9.
So, if you’re expecting IE 8 to magically support HTML 5 without upgrading then: no, IE 8 will never support HTML 5 natively.
__________________
Don’t click this link!
VIPStephan is online now   Reply With Quote
Old 11-04-2012, 02:37 PM   PM User | #4
fat
New Coder

 
Join Date: Jun 2009
Posts: 20
Thanks: 1
Thanked 0 Times in 0 Posts
fat is an unknown quantity at this point
Quote:
Originally Posted by Excavator View Post
Hello fat,
IE8 can support some HTML5, with some help. Look here to see how.
I was refferring to the form filling features, not the CSS ones.
__________________
god damn it, I'm so FAAAT !
fat is offline   Reply With Quote
Old 11-04-2012, 02:52 PM   PM User | #5
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Quote:
The IE 8 that is supporting HTML 5 is called IE 9.
That's great ! Thanks VIP , I'm still laughing.
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote
Old 11-05-2012, 07:53 AM   PM User | #6
fat
New Coder

 
Join Date: Jun 2009
Posts: 20
Thanks: 1
Thanked 0 Times in 0 Posts
fat is an unknown quantity at this point
Quote:
Originally Posted by Excavator View Post
That's great ! Thanks VIP , I'm still laughing.
when it comes to my site visitors - there will always be a lot of IE 8 users that will refuse to upgrade their IE 8 to IE 9
maybe if Microsoft release a patch for IE 8 for HTML5 support....isn't that a posibility ?
__________________
god damn it, I'm so FAAAT !
fat is offline   Reply With Quote
Old 11-05-2012, 08:02 AM   PM User | #7
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,530
Thanks: 0
Thanked 503 Times in 494 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Quote:
Originally Posted by fat View Post
when it comes to my site visitors - there will always be a lot of IE 8 users that will refuse to upgrade their IE 8 to IE 9
maybe if Microsoft release a patch for IE 8 for HTML5 support....isn't that a posibility ?
1. If someone is still using XP then they can't upgrade to IE9.

2. No browser supports HTML 5 yet because it is still only a drsaft for people to try out. Browsers are implementing parts of the draft so that people can see if that piece works or not.

3. The last time Microsoft implemented a draft version of something (CSS 2 in IE5) the final version turned out to be significantly different and they had to find a way to distinguish web pages that followed the standard CSs2 from those that followed the earlier draft version used in IE 5 - that'w where quirks mode origiinated. After that you can't blame Microsoft for not wanting to implement the current draft version of HTML 5 - after all most people are still using HTML 3.2 and haven't yet upgraded to use HTML 4 and that became a standard in 1997.

4. Microsoft will drop support for IE8 at the same time they drop support for XP - everyone still using XP after that will be stuck with IE8 or can upgrade to an alternative browser.

5. Given the time it has taken for IE6 to die you can expect the current IE8 to be around almost exactly as currently for at least another eight to ten years. By then a decent fraction of the web might actually be using HTML 4 and the HTML 5 draft might have got rid of all the garbage and be close to becoming a standard.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Users who have thanked felgall for this post:
fat (11-05-2012)
Old 11-05-2012, 08:59 AM   PM User | #8
fat
New Coder

 
Join Date: Jun 2009
Posts: 20
Thanks: 1
Thanked 0 Times in 0 Posts
fat is an unknown quantity at this point
Quote:
Originally Posted by felgall View Post
1. If someone is still using XP then they can't upgrade to IE9.

2. No browser supports HTML 5 yet because it is still only a drsaft for people to try out. Browsers are implementing parts of the draft so that people can see if that piece works or not.

3. The last time Microsoft implemented a draft version of something (CSS 2 in IE5) the final version turned out to be significantly different and they had to find a way to distinguish web pages that followed the standard CSs2 from those that followed the earlier draft version used in IE 5 - that'w where quirks mode origiinated. After that you can't blame Microsoft for not wanting to implement the current draft version of HTML 5 - after all most people are still using HTML 3.2 and haven't yet upgraded to use HTML 4 and that became a standard in 1997.

4. Microsoft will drop support for IE8 at the same time they drop support for XP - everyone still using XP after that will be stuck with IE8 or can upgrade to an alternative browser.

5. Given the time it has taken for IE6 to die you can expect the current IE8 to be around almost exactly as currently for at least another eight to ten years. By then a decent fraction of the web might actually be using HTML 4 and the HTML 5 draft might have got rid of all the garbage and be close to becoming a standard.
good post.
a conclution is that it is to early (and will be to early in the following year too) to use HTML 5 on one's website and expect for every site visitor to view your site correctly.
__________________
god damn it, I'm so FAAAT !
fat is offline   Reply With Quote
Old 11-05-2012, 09:46 AM   PM User | #9
Custard7A
Regular Coder

 
Custard7A's Avatar
 
Join Date: Jul 2010
Location: Australia
Posts: 269
Thanks: 32
Thanked 32 Times in 32 Posts
Custard7A is an unknown quantity at this point
I usually take these kind of lists with a pinch of salt, but it more or less sums up IE on the subject: http://www.findmebyip.com/litmus/
Custard7A is offline   Reply With Quote
Old 11-05-2012, 06:02 PM   PM User | #10
manusaktteva
New to the CF scene

 
Join Date: Nov 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
manusaktteva can only hope to improve
Html5

Hi,

HTML5 is fully compatible with IE8.
manusaktteva is offline   Reply With Quote
Old 11-06-2012, 02:33 AM   PM User | #11
Custard7A
Regular Coder

 
Custard7A's Avatar
 
Join Date: Jul 2010
Location: Australia
Posts: 269
Thanks: 32
Thanked 32 Times in 32 Posts
Custard7A is an unknown quantity at this point
Quote:
Originally Posted by manusaktteva View Post
Hi,

HTML5 is fully compatible with IE8.
Custard7A is offline   Reply With Quote
Old 11-06-2012, 04:42 AM   PM User | #12
DanInMa
Senior Coder

 
DanInMa's Avatar
 
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,335
Thanks: 13
Thanked 207 Times in 207 Posts
DanInMa is on a distinguished road
Quote:
Originally Posted by manusaktteva View Post
Hi,

HTML5 is fully compatible with IE8.
i smell a spam link coming...
__________________
- Firebug is a web developers best friend! - Learn it, Love it, use it!
- Validate your code! - JQ/JS troubleshooting
- Using jQuery with Other Libraries - Jslint for Jquery/other JS library users
DanInMa is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:46 PM.


Advertisement
Log in to turn off these ads.