How To Use HTML5 Today 155
snydeq writes "InfoWorld's Dori Smith offers developers a hands-on guide to using HTML5 today. 'Many of the media reports about HTML5 have focused on the politics, the "not until 2022" sound bite, or on HTML5's prospects as a "Flash killer." The reality of HTML5 is simply that it's the long-needed and long-overdue update to HTML4 — and you can start to implement it today,' Smith writes. Video, semantic tags, smart form input validation — Smith steps through several HTML5 features that can already be implemented, while noting several other presentation features that will soon be on their way. Smith also discusses IE work-arounds, such as HTML 5 Shiv and Google Chrome Frame."
heh (Score:5, Funny)
Smith also discusses IE work-arounds, such as HTML 5 Shiv
Shanks a lot for the info ::fft fft::
Re:heh (Score:5, Informative)
Pardon the interruption, and sorry I'm a little late to the party, but I wish they would link the quick loading single page version [infoworld.com] of TFA rather than five ad-laden three paragraph apiece pages.
I avoid infoworld and many other such sites because of this cluelessness. Annoying your readers is a grat way to keep them from coming back. This is the first infoworld article I've read in quite some time; now I remember why I quit going there.
Re: (Score:2)
i thought it was pretty clear that html5 isn't even going to get off the ground...
It's pretty clear to me that html5 is already well and truly off the ground. Youtube serves up html5 for a start - and there's not many sites that are bigger than youtube.
Re: (Score:2)
That is not a list of reasons for the video tag not taking up. That is a TODO list from somebody that is helping that tag to take up. You should be able to know the difference. Most problems will be sorted out in no time, content protection (AKA DRM) won't and neither will camera and microphone access. Ok, the later may be solved by JavaScript someday, but it is out of the HTML domain.
Meanwhile, back at the ranch ... (Score:3, Insightful)
We wait around while the W3C tries to pull it's thumb out of it's ass.
How hard is it to decide on a new standard? Do the members not check their email more than once a year?
Re:Meanwhile, back at the ranch ... (Score:5, Interesting)
Re: (Score:3, Insightful)
Maybe for Internet Explorer, but that's Microsoft's responsibility to update.
And it's web developers' responsibility to make sure that their shit works for its target audience, even if that means holding back because the clueless masses that comprise said audience insist on using Microsoft's cripple-ware.
Re: (Score:2)
Re: (Score:3, Insightful)
Re: (Score:2)
Re: (Score:2)
I wasn't blaming them. I thought that referring to IE as "cripple-ware" would make it clear where I place the blame.
I was just offering another POV on what seemed to me to be a rather cavalier attitude towards supporting what is, for better or for worse (mostly worse), still the majority browser.
Re: (Score:2)
Re: (Score:3, Informative)
You can include a tiny bit of javascript and have IE7+ (and 6 as well), "understand" all of the new elements. Google it.
Re: (Score:2)
Re: (Score:2)
For example: <div class="article"><article>...
Re: (Score:2)
Have you tried the shiv technique mentioned in TFS?
Re: (Score:2)
Re: (Score:3, Insightful)
Re: (Score:2)
YouTube doesn't work with IE6 anymore.
Re: (Score:2)
Maybe for Internet Explorer, but that's Microsoft's responsibility to update.
And it's web developers' responsibility to make sure that their shit works for its target audience, even if that means holding back because the clueless masses that comprise said audience insist on using Microsoft's cripple-ware.
Those with mod points... you may not like his message, you may not like the way he worded it... but if you've ever been a web developer for any company that needs a web presence everyone can use, then you know what geminidomino says is true. So... why is it modded flamebait?
Re: (Score:2)
BRILLIANT!?
No. Not brilliant.
There is a proper way for an element to fail over to alternate content when the src fails for any reason.
That is to display the content of the tag instead.
Nesting the video tags would have been a simpler, safer, more logical and precedented way of handling graceful failover.
Don't even get me started on how ridiculously retarded the poster attribute is. Its like an img alt attribute, except that it too can fail.
Re: (Score:2)
There is a proper way for an element to fail over to alternate content when the src fails for any reason. That is to display the content of the tag instead.
Wrong. You only need to fail over into nested content when the browser doesn't know how to parse the tag.
Video tag does that. Browsers that don't know how to parse Video tag ignore it and display the contents instead.
Browsers that DO know how to parse the HTML of a video tag might not understand this or that mime type, so they just go through the source tags until they get the one that they like. How does that not work for you? Why on God's green earth would they have to nest?
As for the poster frame, meh. W
Re: (Score:2)
Why wait? I use HTML5 today. I start documents with <!DOCTYPE html> and code away. The W3C validator even validates HTML5 documents. What are you waiting for? Maybe for Internet Explorer, but that's Microsoft's responsibility to update.
By writing that you don't use "HTML5", you only use the HTML5 recommended doctype. As you know, it largely does nothing, except kick in "standards" mode in all browsers, and yes, including Microsoft browsers as well, so you've proactively blamed them for nothing.
That doctype working doesn't mean all in the HTML5 recommendations will work, including even in browsers like Safari, Opera and Firefox, given HTML5 is still a spec in progress, and it's highly modular, meaning we may not see the entirety of it for
Re: (Score:2)
they have their own technologies and agendas to promote, just like Apple has is pushing its tech and agenda with iOS ...
You mean just like Apple is pushing HTML 5?
Re: (Score:2)
Re:Meanwhile, back at the ranch ... (Score:5, Insightful)
They could pump out purely theoretical standards, either with no real implementations, or an alpha implementation stashed on somebody's git repo somewhere, all they like, as fast as their merry little legs could carry them; but that would be basically meaningless.
The delay comes out of the fact that, unless enough parties from the various browser makers can be convinced to care, the standard is dead on arrival. Politicking is slow.
Re: (Score:2)
Re: (Score:2)
What are you talking about?
He's responding to a post. Did you care to check?
Re: (Score:3, Insightful)
Politics is never easy.
Especially when the various members have a way to profit from making things proprietary at the expense of everyone else.
The recent wrangle on a standard video codec is a prime example with everyone pushing their own pet patented algorithm.
Re: (Score:2)
We wait around while the W3C tries to pull it's thumb out of it's ass.
How hard is it to decide on a new standard? Do the members not check their email more than once a year?
The standard is basically decided upon. Most of the important parts look about the same now as they did two years ago. What we're waiting for is implementation. It's all very well to write a spec, but implementing it efficiently and correctly takes far more time. This is why every new browser release touts all the new parts of the HTML5 standard they implemented: the spec is mostly stable, and browsers are in the process of implementing it.
I do think you're underestimating the difficulty and complexit
Re: (Score:3, Informative)
> How hard is it to decide on a new standard?
Generally, not much harder than writing any piece of technical writing of the same length which has multiple authors with different (and generally conflicting) agendas. The time will also depend on the desired quality of the standard, of course. Writing a standard that says "do something here" or "behavior is not defined" takes less effort than one that carefully describes what a conforming implementation is supposed to do.
The length in this case is order of
Is HTML 5 still structured as XML? (Score:5, Interesting)
Is HTML 5 still structured like XHTML? I hope that it is, because one of the biggest pains in the HTML standard was the inconsistent syntax. I think a strength of strict XHTML was that it could be easily parsed by an XML parser, and if we are going back to the syntax of HTML 4 I think that's a step backwards.
Re:Is HTML 5 still structured as XML? (Score:5, Informative)
There is an XML syntax for HTML5 that you can optionally use.
Re: (Score:2)
So, if a developer opts to not use it, what does he use? Are we back to the days of un-balanced paragraph and table cell tags, with each web browser making its own assumptions regarding conflicting layout possibilities?
-dZ.
Re: (Score:2)
Re: (Score:2)
HTML5's text/html syntax is not defined in terms of SGML, it is a separate syntax specific to HTML, defined at http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html [whatwg.org].
Re: (Score:2)
Re: (Score:3, Insightful)
I don't think that it helps in a sense GP implies. If HTML5 was XML-only, that means that any automated tools (such as web scrapers) can just use XML parsers to process content. If it's up to the author, that means we'll have to keep dealing with special parsers for tag soup for decades to come.
Re: (Score:2)
Re: (Score:3, Insightful)
Yet realistically if HTML5 was purely XML, how would it help with all the existing content on the web? What would be the roadmap for transitioning to XML from HTML? XHTML 1.0 became a REC over ten years ago now, and we're not much closer to a pure XML web now than we were then.
The main reason why XHTML didn't help was because it didn't add anything on top of HTML4 except for XML syntax. Consequently, most browsers didn't even bother properly supporting it back then - they simply added a few more kludges to their existing HTML parsers to handle XHTML as a kind of "broken HTML" that they realistically had to deal with, anyway.
HTML5 is different in that it adds a lot of new features. If it also mandated that anyone using them (and, in general, "DOCTYPE html") must serve well-formed
Re: (Score:2)
Re: (Score:2)
Gah, I always expect paragraphs to be added automatically in CMSes; to repost with paragraphs (albeit probably still with too few):
What major browser just added a few kludges? Gecko and Presto always used an XML parser. KHTML is the only UA I'm aware of that used their HTML parser for XHTML, but that never had much marketshare (WebKit has always used an XML parser, once it came into existence).
I'm not convinced uptake would be much quicker: most content nowadays comes through a CMS of some sort, almost
Re: (Score:2)
Gah, I always expect paragraphs to be added automatically in CMSes
"Options -> Comment Post Mode -> Plain Old Text" will make every blank line count as paragraph.
What major browser just added a few kludges? Gecko and Presto always used an XML parser. KHTML is the only UA I'm aware of that used their HTML parser for XHTML, but that never had much marketshare (WebKit has always used an XML parser, once it came into existence).
IE, as usual...
Anyway, I consider "use XML parser first, fall back to HTML one if XML is not well-formed" a hack as well, since the end result is the same.
Overall, I guess you're right, anyway. Still, a geek isn't a geek without bitching about the missed opportunity for making something more elegant every now and then... ~
Re: (Score:2)
...one of the biggest pains in the HTML standard was the inconsistent syntax.
Can you elaborate, or give examples?
Re: (Score:3, Insightful)
HTML had far too many ways to do things relative to XHTML
* Uppercase or lower case tags, who cares, they're case insensitive
* Single quote or double quote attributes values, take your pick or mix them, who cares
* Do attributes even have a value? Sometimes...
* Close your tags, don't close your tags... It varies, who cares?
* Etc...
All of these made parsing HTML a pain cause you couldn't make any assumptions about the syntax. Often you would find inconsistencies with the above within one document. XHTML was fa
Re:Is HTML 5 still structured as XML? (Score:4, Interesting)
Unfortunately, No. HTML5 was designed by the guys that thought that XML was to hard, So they wrote a 5000 page spec that codified all the ways that browsers tried to handle broken syntax and made that the standard...
You think I am joking. I am not.
My hat of html05 know no limit. (ok, so thats a joke, but few here will get it.)
Dive into HTML5 (Score:5, Informative)
Is also a great resource. With less ads, things broken up by chapter, examples, how to detect if something is enabled, etc.
http://diveintohtml5.org/ [diveintohtml5.org]
a single year (Score:2)
I predict that in a single year from now, the vast majority of browsers being run will be html5 ready; it's only been in the past few years that the browsers began self-updating; everyone wants html5, and so developers will be firmly able to count on it existing very soon.
Standards (Score:2, Interesting)
Minor improvements (Score:5, Interesting)
(Read the "print" version [infoworld.com] of the article, instead of the "tiny blocks of text spread over many pages of ads" version.)
I have misgivings about HTML5. It gives the page more control, and the user less. That's been a trend in HTML for years, and it's getting worse.
I'm dreading "canvas". Ad blockers need to get smarter. Noticed that popups are winning over Firefox's popup blocking? We're also going to see pages that use 100% of the CPU just for display. We're going to need a browser option for "don't run canvas code for windows that aren't on top.
The "input type" [w3.org] mechanism for forms is lame. There are a number of standard types like "tel", but it's just text with no line breaks. They should have provided for either regular expressions or syntax like the COBOL Picture clause ("CREDIT_CARD_NUMBER PIC 9999-9999-9999-9999").
Dynamically-loaded fonts have been working for some time now in all the mainstream browsers. (IE6 and Firefox 3.5 were the last mainstream browsers not to have it.) We've been playing with that for our steampunk site [aetherltd.com]. Downloadable fonts without anti-aliasing turn out to look ugly for small font sizes, because most of the display-type fonts have too much detail and not enough hinting for small font sizes. (In an annoying piece of Apple incompatibility, the iPad requires fonts in SVG, of all things. Everybody else, including Microsoft, is going to Web Open Font Format.) I'd recommend against using this feature much unless you have a good sense of typography. (Bad example: our steampunk search engine. [sitetruth.com])
Re: (Score:2)
The iPad does not require fonts in svg. Like other modern browsers it supports @font-face using standard OTF fonts. iPhone does the same with ios 4.
Not sure if web open font is required personally, but if catches on I'm sure weblog will support it.
Re: (Score:2)
Meant to say I'm sure weblog will support it, not weblog!
Re: (Score:3, Funny)
I'm sure weblog will support it.
Meant to say I'm sure weblog will support it, not weblog!
Yeah - that really clears it up...
Re: (Score:2)
The iPad does not require fonts in svg. Like other modern browsers it supports @font-face using standard OTF fonts.
Typophile [typophile.com], TypeKit [typekit.com] and Fast Company [fastcompany.com] all say the iPhone/iPad don't support TTF or WOFF downloadable fonts, just SVG. Also, selection doesn't work right for SVG fonts on the iPad, and loading multiple weights of the same font is said to crash the browser.
Please disable Jobs Reality Distortion Field before using.
Re: (Score:2)
I just tried it on this font-face demonstration site [craigmod.com] and it didn't work. Do you have an example of a url that I can load in mobile safari that will show me font-face working?
Re:Minor improvements (Score:5, Informative)
I have misgivings about HTML5. It gives the page more control, and the user less. That's been a trend in HTML for years, and it's getting worse.
I disagree. HTML5 gives the user more control. Right now we're hampered by proprietary plug-ins to provide functionality, like Silverlight and Flash. With HTML5 taking over those functions, the browser codes it, so you can choose which browser you want based upon how well it lets you control the elements on the page. It's basically moving parts of Web pages from single vendor closed implementations to open implementations that compete to serve you best.
Well, that and a lot more nice tags to break up pages into sections, add support for custom fonts, etc. But that doesn't mean the user loses control. These are markup languages meant to be interpreted. If you don't like custom fonts, noting stops a browser from offering an option of rendering the all as a font of your choosing in the color of your choosing, etc.
We're going to need a browser option for "don't run canvas code for windows that aren't on top.
And we can add it. Moreover, we can add a lot more finely grained controls than that, since it is now specified in the canvas element instead of a Flash movie. It's no longer just "run" or "don't run". It can be "run but never let the sound get above this volume, confine it to the page, and modify the way it runs so it never overlaps any text". Hell, we could add the option of making canvas elements that overlap other elements 90% transparent by default and always having a close and display button.
They should have provided for either regular expressions...
They did. It's even demonstrated in the article.
Re: (Score:2)
HTML5 gives the user more control. Right now we're hampered by proprietary plug-ins to provide functionality, like Silverlight and Flash
The grandparent's point, I think, is that Flash is not integrated into the main content of the page, so it's easy to turn off. With canvas, the JavaScript used for the animated ads is run in the same context as the JavaScript used for essential page functionality. It's much harder to disable the intrusive ads without disabling the rest of the page.
Re: (Score:2)
The grandparent's point, I think, is that Flash is not integrated into the main content of the page, so it's easy to turn off.
I guess that depends upon the page, doesn't it? On some pages Flash is added for ads and is not related to the main content. In others, like Hulu, Flash IS the main content of the page. For still others, (like Homestarrunner) the whole page including navigation is built in Flash.
If you only use Flash on sites that only use it for ads, then I agree this will make it more complex to block those ads. On the other hand, for those that rely upon content currently in Flash and other closed plug-in formats, this i
Re: (Score:2)
The grandparent's point, I think, is that Flash is not integrated into the main content of the page, so it's easy to turn off. With canvas, the JavaScript used for the animated ads is run in the same context as the JavaScript used for essential page functionality. It's much harder to disable the intrusive ads without disabling the rest of the page.
No, it would be trivial. Just display all canvases as blank, and don't display their contents until the user lets them. You can treat canvas operations as no-ops, or have them execute but not draw the results to the screen until the user requests it.
This won't stop pages from using 100% CPU, but they can do that anyway. They usually don't, and I don't expect canvas to change that.
Re: (Score:2)
Font issues. (Score:2)
Actually, that page [aetherltd.com] is an excellent example of why you shouldn't use a display font for normal text.
With a system that does anti-aliasing of text (Windows 7, Vista(?), newer MacOS, newer Linux, etc.) it's not too bad. If your system doesn't, it looks awful. It looks terrible in Windows XP and earlier, even if you have a current browser. It's definitely not something ready for wide scale deployment given the current state of client platforms. I'm trying it for the amusement of the steampunk community.
Re: (Score:2)
Looks terrible on windows 7 64bit, in chrome, FF and opera here. :)
I'm not being a troll, I'm just telling you how it is
Re: (Score:3, Informative)
The "input type" [w3.org] mechanism for forms is lame. There are a number of standard types like "tel", but it's just text with no line breaks. They should have provided for either regular expressions or syntax like the COBOL Picture clause ("CREDIT_CARD_NUMBER PIC 9999-9999-9999-9999").
If you had RTFA you would have seen that one of the new validation types IS regex in the HTML 5 draft.
<input type="text" pattern="REGEX HERE">
Thanks, no (Score:4, Insightful)
Smith steps through several HTML5 features that can already be implemented, while noting several other presentation features that will soon be on their way.
So - I'm supposed to start implementing cutting edge changes for my production sites, when the browsers that support those changes are "soon to be released"?
Smith also discusses IE work-arounds, such as HTML 5 Shiv and Google Chrome Frame."
Soo... now I'm already having to code workarounds before the standard is even official? Again - thanks, no. I'll wait until it's ratified as a standard, and the first revision of major browsers offers compliance.
Re: (Score:2)
Smith steps through several HTML5 features that can already be implemented, while noting several other presentation features that will soon be on their way.
So - I'm supposed to start implementing cutting edge changes for my production sites, when the browsers that support those changes are "soon to be released"?
This is something of a straw man. No one recommends you implement the features that aren't readily available in all major browsers. It just goes through a list of features that seem likely to soon be available in all browsers. You're the only one saying you should implement those particular items.
Smith also discusses IE work-arounds, such as HTML 5 Shiv and Google Chrome Frame."
Soo... now I'm already having to code workarounds before the standard is even official?
Yes, since everyone in their right mind can see IE does not now and is unlikely to soon implement standards compliance. You implement work arounds for IE now in all your pages don't you, just like all the rest of t
Re: (Score:2)
HTML 5 is being developed incrementally. Some parts of the standard are final, some are considered early drafts (you can see which by checking the spec - it's annotated with this information). For something to be final, it must have feedback from two independent implementations.
Things like HTML 5 Shiv are part of the design of HTML 5. It is intentionally designed in such a way that it can be implemented in legacy browsers using a combination of plugins and JavaScript. This is not a workaround, it's a m
Re: (Score:2)
Things like HTML 5 Shiv are part of the design of HTML 5. It is intentionally designed in such a way that it can be implemented in legacy browsers using a combination of plugins and JavaScript. This is not a workaround, it's a migration path
I have read about that -- but it still reads like a workaround. You're still doing twice the work to implement the same feature for different platforms; there's no way around that.
Re: (Score:2)
I've learned long ago that developing against standards that are not yet official is the road to pain. This is demonstrated even in the summary itself. So - I'm supposed to start implementing cutting edge changes for my production sites, when the browsers that support those changes are "soon to be released"? Soo... now I'm already having to code workarounds before the standard is even official? Again - thanks, no. I'll wait until it's ratified as a standard, and the first revision of major browsers offers compliance.
Well then you can enjoy the wait until 2022 [whatwg.org], because that's when it will reach W3C Recommendation, which is the current status of HTML4.
Of course, by that time the rest of us will all be enjoying HTML9.
The real standard is "what do 80% of browsers support?" Browser support for HTML5 [deepbluesky.com] will be added piecemeal, just like they did with HTML4.
Re: (Score:2)
I'm ok with using things that are already implemented... but trying to use features that are not implemented completely across all platforms is a major step backwards.
Multi-column! Multi-column!! (Score:3, Insightful)
Multi-column (even with basic support), and full support of font-face, is going to go finally enable real layout.
Can you imagine inDesign, or Quark (or Pagemaker, etc..) without multi-column support?
Are there ANY newspapers that don't support multi-column layout?
Meanwhile, I'd like to see varying width/varying shape columns, with reflows, and proper column break hints.
The current support in Firefox/Safari/Chrome is much appreciated, though. (IE doesn't have it at all!)
Example multi-column layout with font-faces: http://www.futureclaw.com/articles/visionary-futurist-syd-mead.html [futureclaw.com]
Re:Multi-column! Multi-column!! (Score:4, Insightful)
Huh? That would be a scrolling nightmare.
Sure enough, looking at the link provided, it's totally unreadable. The information on the page is out of context with the rest of the information on the page, the text providing context is off screen below. Instead of being able to quickly read or skim any of it, I gave up and closed the tab, returned here to report.
You might only have a hammer in your toolbox, and believe everything you see is a nail, but it's not. Newspapers needed the crutch of multiple columns because their format was hopelessly wide. Web pages have the opposite problem, they are infinitely tall. (One of the wonderful attributes of the Readability tool is to increase a web pages width to fill the screen.)
Worse, more web access is being done on mobile devices, thankfully that site was one column in Opera mini, I suppose we'll have to spoof to make it readable on other browsers?
It's not a mistake to think that print properties do not apply to the web, it's a mistake to misapply properties designed to overcome one liability, to media that has the opposite liability!
PS: Below you claim, "Multi-column can actually prevent scrolling entirely, by using the horizontal space instead of forcing you to scroll vertically." Seemingly to overlook the obvious extra white space required between multiple columns that isn't normally wasted--multiple columns add length.
Re:Multi-column! Multi-column!! (Score:5, Insightful)
It's because page-width is variable that multi-columns are needed. There is a visual usability limit to column sizes, about 5-10 words or so.
It is a mistake to think that print properties do not apply to web. The same visual rules apply to web, or anywhere.
Re: (Score:3, Informative)
Have you actually tried reading multi-column pages on the web? It is a pain in the ass. Instead of just scrolling down as you read, you scroll down to the bottom of the first column, then scroll back up to the top, then scroll down again to read the next column, etc. It is pointless, and offers zero advantages to the reader. The only people clamoring for it seem to be layout artists raised on print layout; I can't think of a single case as a reader where I would prefer multi-column over single-column layout
Re: (Score:2)
Multi-column can actually prevent scrolling entirely, by using the horizontal space instead of forcing you to scroll vertically.
Re: (Score:2)
Well ain't that a big fuck you to the user. No web design should ever disable features the user finds useful.
Re: (Score:2)
Indeed.
Users are the least capable of determining the quality of their own experience.
Re: (Score:2)
Please go work on Gnome or something. The rest of us will be enjoying features we like.
Re: (Score:2)
It's because page-width is variable that multi-columns are needed. There is a visual usability limit to column sizes, about 5-10 words or so.
That does not follow. Yes, a 60 character column is optimal, but that doesn't mean you have to shove a bunch of columns right next to each other. One article should be one long column. Scrolling is easy, and it doesn't force us to keep moving our eyes from top to bottom like multi-column does. A single column would leave lots of whitespace, but so what? I'm not l
Re: (Score:2)
If what you said is true, newspapers would all end up being one long scroll.
It is easier to scan across several short columns, than to go down one long column.
Re: (Score:3, Insightful)
Newspapers have physical limitations that web pages do not. Ideally a newspaper would be several long scrolls, one per article. We have the freedom to do that on the web and we should.
How To Use HTML5 Today (The Idiots Guide) (Score:2)
<!doctype html>
<html
Re: (Score:2)
It is quite simple and always error free! Ideal for blogs and flash pages where content is not paramount.
Yeah, for most blogs I've seen, "content is not paramount" is an understatement...
Video gallery (Score:2)
Are there any good photo / video web albums that use HTML5 to good effect yet?
I'm kinda hooked on http://marginalhacks.com/Hacks/album/ [marginalhacks.com] , which has the simplest, most straightforward interface of all the other things I've tried. And it makes a good attempt at handling video. I have a simple shell script that imports pics from my Canon camera, converts the mjpegs to .mp4, and tosses it into my ~/public_html/pictures directory indexed by Album.
http://gallery.menalto.com/ [menalto.com] is also one of my favorites, but it
Re:All well and good... (Score:5, Insightful)
But why do I have a sinking feeling that adoption of this new standard will be held back by Internet Explorer's atrocious handling of it?
I think between Google Chrome Frame and HTML 5 Shiv, MS will have a lot less power to hold back Web standards than they usually wield.
Re: (Score:2, Informative)
I have to ask what you mean by "minority". I hate IE as much as anyone, but the fact is, it is used by more people than all other browsers put together. I don't tailor my view of reality based on what I like, and you should get out of the habit.
Whoa - I went looking for a link to give my claims some weight - and I found this:
http://www.w3schools.com/browsers/browsers_stats.asp [w3schools.com]
I guess if you are only measuring home users and technical users, you might get figures like that! But, when you include ALL COMPU
Re: (Score:2)
But globally, you're right. Unfortunately. I guess most of us want t
Re: (Score:2)
You have to wonder what's going on when having a broken out of date IE6 is considered a feature in corporate environments on account of how badly it breaks facebook and youtube.
Re: (Score:2)
Who mods this crap up? IE is still over 50% and by far the most popular browser. Mainstream web developers need to test in IE or have a workaround for IE. IE's dominance is still a huge influence on Web development. The difference is, there are now practical ways to rewrite code on the fly for IE, or install a plug-in in IE that makes it behave as though it were standards compliant for a site.
Re: (Score:2)
At this point IE is a minority browser. I haven't tested any web site I've developed in the last 5 years in IE. It's just not worth the time to develop for a broken and ancient browser like IE.
Just because you're not testing ofr it doesn't mean that people aren't using it. It looks like it largely depends on the type of site -- more technically-oriented sites will typically have it as a minority; while mainstream and ecommerce sites will more often show it at the majority (in the US) or close to majority.
Re: (Score:2)
At this point IE is a minority browser.
You have a curious definition of "minority" if it matches "65% of the market".
Sure, it may well be a minority browser for your audience, it it's an overly technical one, or if you live in Eastern Europe. But most people aren't so lucky.
Re:All well and good... (Score:4, Informative)
IE8 is a lot further along than IE7; and IE9, which should hit beta later this year, supports all HTML5 elements.
Re: (Score:3, Insightful)
...and IE9, which should hit beta later this year, supports all HTML5 elements.
Citation?
Re: (Score:3, Informative)
Re:All well and good... (Score:5, Insightful)
No, IE9 passes all of Microsoft's HTML5 tests.
Which is very different than supporting all HTML5 elements. (And even more different than meaningfully supporting all HTML5 elements.)
Re: (Score:2)
IE9, which should hit beta later this year, supports all HTML5 elements.
Not even close. No browser is even close. Large swathes of the HTML5 spec are totally unimplemented. If you restrict yourself solely to new elements and not other new features (I don't know why you would), no browser implements <progress> [whatwg.org], <meter> [whatwg.org], <details> [whatwg.org], <menu> [whatwg.org], and several others. Some elements are implemented by at least one browser but not by IE9, like <keygen>, <datalist>, <output>, maybe a couple others.
Overall, IE9 is a huge step forward from IE8 an
Re:All well and good... (Score:4, Informative)
Re: (Score:2)
Ever thought about sending a report to the owners of the pages that crash your browser? Tell 'em Flash sucks, and tell 'em why.
Re: (Score:2)
Don't! (Score:5, Funny)
Don't blink. Blink and you're dead. They are fast, faster than you could believe, don't turn your back, don't look away, and don't blink. Good luck.
Re: (Score:2)
Don't blink. Blink and you're dead. They are fast, faster than you could believe, don't turn your back, don't look away, and don't..............
LET ME EAT PEARS [youtube.com] 8I