It's Official: HTML5 Is a W3C Standard 125
rjmarvin (3001897) writes The Worldwide Web Consortium today has elevated the HTML5 specification to 'recommendation' status , giving it the group's highest level of endorsement, which is akin to becoming a standard. The W3C also introduced Application Foundations with the announcement of the HTML5 recommendation to aid developers in writing Web applications, and said the organization is working with patents holders of the H.264 codec to agree on a baseline royalty-free interoperability level commitment.
Well, that's cool I guess (Score:5, Insightful)
But it's already a de facto standard. I think W3C's clout in this area is diminished because the market already decided it was a standard long before they did.
Re:Well, that's cool I guess (Score:5, Interesting)
Turning de facto standards that have been implemented in actual browsers into a formal specification is how standards work best.
Coming up with a specification first and hoping someone will be able to implement it is how we wound up with Perl 6.
Re: (Score:3)
Turning de facto standards that have been implemented in actual browsers into a formal specification is how standards work best.
It's funny, back in the day all everyone did on /. was bitch and moan every time MS implemented anything in IE that wasn't W3C standard. Now that it's not THE EVIL MICROSOFT doing it, suddenly everyone is all "FUCK W3C!!!"
Re:Well, that's cool I guess (Score:4, Insightful)
Lets not forget where XmlHttpRequest came from...
Re: (Score:1)
Re:Well, that's cool I guess (Score:4, Insightful)
Well, to put that into perspective ... Microsoft used to sit on standards boards, and before the standard was finalized they'd file submarine patents, and do their own implementation which was already not compliant and had proprietary extensions.
So, when Microsoft was doing it, it really was evil ... ha ha ha, thanks for telling us how to implement this, now we've patented it, and we're already extending it for our own purposes.
There were a bunch of years where Microsoft never found a standard they couldn't completely fsck up for their own interests.
Microsoft used to do it to shit on the standards process and give themselves something which didn't work with anything else -- because Microsoft didn't want standards to succeed. If it wasn't theirs, it needed to be destroyed.
Re:Well, that's cool I guess (Score:5, Interesting)
Please show an example where Microsoft sat on a standards body and then patented something regarding that spec, because as much as you'd like to believe this is true, it simply isn't. You have this backwards. Microsoft often had patents relating to things they sat on a standards body for (much like everyone else on that committee), and in most cases had already implemented a version of it before the committee was formed, let alone ratified anything. In some cases, they implemented something that was being discussed prior to ratification (which takes years), and then the standards body changed their minds and made changes to the standard before ratifying it. And in other cases, Microsoft implemented functionality that was already prevalent in the marketplace (another companies work -- usually netscape), and the standards body came up with a different, incompatible solution to the same thing.
If you have an example (any example) of what you say, I'd like to hear it, because I've never found any evidence of it, yet.
Re: Well, that's cool I guess (Score:2)
Asking for some example is considered a shill? I guess we don't need things like facts any more. Let's just make stuff up and call it undeniable truth.
Re: (Score:2)
Shill for Microsoft much?
Can't you just answer the question?
Re: (Score:3)
On the other hand, the W3C Patent Policy makes it impossible for MS to do that --- they must either disclose their patents and notify the group that they are withholding them from the royalty-free grant within 180 days of certain points of the spec's development or they grant all members of the group an irrevocable RF grant (the intention of the policy is you give a list of all patents you have covering the spec and whether you're withholding them; in practice most people don't even look at patent portfolio
Re: (Score:1)
Re: (Score:2)
Oops, 43px. (Score:2)
Re: (Score:3)
{ box-sizing:border-box; width:21px; padding:5px; margin:5px; border:1px solid black; }
Doesn't include the margins (none of the options do), but your bordered box will be 21 pixels wide (inclusive of borders). box-sizing:padding-box; makes it 21 pixels excluding borders.
Re: (Score:2)
Re: (Score:3)
What happens if the total width you declare is less than the combined width of paddings, margins and borders? Which seems likely, if addition is such a "pain in the ass" for you, especially when CSS inheritance rules come to play.
Also, a
Re: (Score:2)
The difference is, when Apple and Google and Mozilla do something, they are seldom working in a vaccum. They work together for the most part on emerging web technologies and push them forward. There are a few outliers like HTML5 video where there is a lot of vested interest, but if you look at it objectively, this is nowhere near the EEE mantra of Microsoft.
Re: (Score:3)
Paper standards are worthless 9 times out of 10; typically they are full of ambiguity or have stipulations that are grossly inefficient to implement. There is a necessary research phase to writing airtight, or even usable specs. I call this 'implementation.' So yes, de-facto specifications are the best. You could do the research phase and just throw away the resulting code and test results, but why do that? So the only use I have for a standards body is to perform quality-control on the existing docume
Re: (Score:3, Insightful)
Well, there's a steaming pile of ignorance there.
1. Almost all serious websites are xhtml compliant. That's because being compliant is good for any bots crawling the site.
2. Do you imagine that all the HTML5 support that already exists came from nowhere? It was browser devs implementing the pre-reccomendations for HTML5 as a good idea. If the no one "gives a damn" about w3c, you'd find Chrome and Firefox behaving very differently with how they implemented next-gen UI elements.
3. Just use jquery or som
Re: (Score:1, Informative)
1. Really? Because I see a lot of <br> and NOT <br/> tags in source these days.
Re:Well, that's cool I guess (Score:4, Funny)
I'm not sure slashdot counts as serious.
Re:Well, that's cool I guess (Score:4, Insightful)
> Just use jquery or something, sheesh. No one needs to manually fiddle with DOM anymore.
Don't get me wrong. I'm not agains jQuery. It serves a useful purpose. HOWEVER, yeah, like I have better things to do then debug that unholy-mess called jQuery.
There is a time to manipulate DOM with small, simple, fast Javascript. And a time to use a more heavyweight solution.
Re: (Score:1)
It sounds like a good idea, but reality seems to say otherwise.
Going native means breaking interoperability. Which is the main streght of the web. So no chance in hell.
You can do that using an ActiveX control; you can create an entire web with one. It would be fully native, that's for sure. Not that I recommend it.
If you don't want to go so far, you can use some kind of virtual machine, It has been done for at least 20 years. We call it Java applets. Some people tried to create entire web pages with them. N
Re:Well, that's cool I guess (Score:5, Informative)
Sorry, but the steaming pile of ignorance is yours.
> 1. Almost all serious websites are xhtml compliant.
Um, bullshit? Want to try backing that up with something? A random sampling of cnn.com, google news, apple.com, Facebook, Youtube, and LinkedIn shows they all use HTML5 doctype. And here's a graph showing XHTML's continuous decline [powermapper.com] as it dies a well deserved death.
> 2. Do you imagine that all the HTML5 support that already exists came from nowhere? It was browser devs implementing the pre-reccomendations for HTML5
No, it was browser devs (WHATWG, as the GP correctly pointed out) ignoring the W3C's strict XHTML idiocy and opting for a saner route.
- Source: http://en.wikipedia.org/wiki/W... [wikipedia.org]
We got HTML5 despite the W3C, not thanks to them.
Re: (Score:1)
Re: (Score:1)
Re: (Score:2)
Re: (Score:1)
Don't blame the W3C for the fact that "the market" took so long to implement HTML5 support. This news is about the W3C standard being upgraded to "recommendation" status, which happens only after web browsers finally adopt it.
W3C's clout: they can keep DRM outside (Score:4, Insightful)
W3C still has an important role: they're the standards body.
We've been telling governments for years to use open standards and HTML is often held up as a shining example. A lot of governments have even made commitments to using open standards but if W3C announces that DRM is part of HTML, then governments will accept DRM and they'll think/claim they're doing what we asked with regard to open standards.
So we need to keep telling W3C that we don't want DRM in HTML. And when W3C says "Oh, but Netflix really wants DRM", we just reply that this doesn't require blessing from W3C.
FSF is almost the only organisation campaigning on this: https://www.defectivebydesign.... [defectivebydesign.org]
Video rental (Score:2)
Re: (Score:2)
SIP can handle any key negotiation that could be performed by a client app.
For which platform would this client app be developed? Not everybody who wants to offer a video for rental has the resources to develop 15 different client apps and negotiate with Google, Apple, Amazon, Microsoft, Nintendo, and Sony for inclusion in their respective app stores.
Re: (Score:2)
Re: (Score:2)
Re: (Score:3)
Let me fix that for you: why is movie rental supposed to work? Just because a business model made sense at one point for a particular medium does that mean that it will continue to do so moving forward, nor that artificial restrictions should be placed on innovation to force existing business models to soldier on.
Re: (Score:2)
Re: (Score:1)
A message for the media companies: just let me pay for the damn file! I'm probably going to only watch it once, but if I do not, you s
Re: (Score:2)
Therefore there is no longer a need to distinguish the two, and anything else is just crippling the product
Copyright has always been about crippling what the non-copyright-holder can do with a product. That's its entire purpose, and has been that way for hundreds of years. It's not new compared to digital media.
Re: (Score:2)
If this is true, then there's no real reason to worry about someone cluttering their hard drive with video files they're never going to watch again, now is there?
Re: (Score:2)
Re: (Score:2)
Which, according to yourself [slashdot.org], are the exact same product as far as the consumer is concerned. Either those gosh darn pirates keep defenseless widdle DRM-free rentals forever so they don't have to shell out for a "durable copy" or it's extremely important that rentals exist because people don't want to watch movies more than once (altough it's still unclear why video rentals sho
DRM (unfortunately) can exist without W3C blessing (Score:1)
> Without some form of digital restrictions management,
> how is movie rental supposed to work?
DRM can exist without W3C's blessing. The big players can even agree on a common interface without W3C's blessing.
My previous comment wasn't about whether DRM should exist (in my opinion, it shouldn't), it was about W3C not needing to bless DRM and call it part of an "open standard".
There's no contradiction in DRM-accepters supporting the campaign to get DRM removed from W3C's specifications of open standard
Re: (Score:2)
Without some form of digital restrictions management, how is movie rental supposed to work?
DRM currently works without being part of the HTML standard. (See, e.g., Netflix.) Why would not including it in a newer version of the HTML standard suddenly make it stop working?
Barrier to entry (Score:2)
Why would not including it in a newer version of the HTML standard suddenly make it stop working?
It wouldn't stop working, but needing to develop new apps for multiple platforms currently acts as a barrier to entry to new video providers. Right now each video provider needs a separate app for each client platform, and each client platform needs a separate app for each video provider. This is a Cartesian product situation, which grows at O(n^2). If you have 15 platforms and 15 providers, you need 225 apps. Standardizing digital restrictions management for video would allow the use of one app on each pla
Re: (Score:2)
It wouldn't stop working, but needing to develop new apps for multiple platforms currently acts as a barrier to entry to new video providers.
That's a reasonable argument for standardizing encryption/DRM, but not a reasonable argument for making it part of the HTML standard. Rolling your own encryption is indeed a crappy idea, but the solution is to create an encryption/drm standard, rather than hijacking some only-vaguely-related standard and trying to cram it in there. Especially since encryption/drm needs to work with more than just html.
Re: (Score:2)
IIRC, HTML5 had problems getting motion in the first place because the major vendors were having trouble playing nice. W3C made a decision to step back and let them work it out, in the understanding that they'd step back in when a standard emerged.
Re: (Score:2)
This is more or less how technology standards work. Would you say the IEEE has no clout because manufacturers ship hardware while the standard is still in draft?
Re: (Score:2)
But there is not an official standard to point to when your least favorite browser isn't rendering properly.
The neat thing about following a standard, is you get standard results.
Re: (Score:1)
Updating (Score:1)
Especially when there are two free and better alternatives...
A customer of my company now want's us to make an app we made working for IE 9
Windows Vista (Score:2)
Everything that can run IE 9 should be able to run IE 11/12, whatever the current versions is, I think.
To upgrade past IE 9 on Windows Vista, you have to either buy a newer version of Windows or switch to Firefox or Chrome.
Re: (Score:2)
LOL ... strictly speaking, that's not "past IE 9 on Windows Vista".
That's "past Vista".
Re: Updating (Score:2)
I think it also had to do with export restrictions, so they implemented encryption using activex before said restrictions were loosened.
Into the 90s (late even I think) useful encryption couldn't be exported much from the US.
Re: (Score:1)
Java's demise (Score:3)
One can only hope more appliance producers will ditch Java for HTML5 web interfaces... configuring SAN switches has become a freaking pain in the butt.
Re: (Score:2)
Re: (Score:2)
Yeah totally, imagine: having to fire up a 10 year old VirtualPC to run the outdated OS that runs the outdated browser that uses the outdated Javascript engine to configure your switch. What an improvement over Java that will be :-)
WHY THE LINK ISN'T WORKING (Score:5, Informative)
Re:WHY THE LINK ISN'T WORKING (Score:5, Funny)
If they're actually specifying the embargo time in Eastern or Pacific Standard Time, even though most of the US remains on Daylight Saving Time until Sunday Nov 2, the confusion may last a bit longer than they expect.
I love the way the link leads to a "sorry we can't find it, here are some suggestions..." page, with the first suggestion being the very same link, which produces the very same result. Okay, maybe I was looking for an error page.
The old and the new. (H.265/HEVC) (Score:2)
Clocks ticking MPEG LA. What are you going to do in 2016?
The 50" 4K UHD TV [walmart.com] is at Walmart, starting at $1300. MPEG LA has moved on.
Re: (Score:2)
at 30" I'm going to need a much bigger desk.
I can't wait for those ridiculously high DPI panels to scale up. I want a 21" 4k display at 120 Hz.
I also want a pony.
It's Official: HTML5 Is a W3C Standard (Score:4, Funny)
Not found. (Score:3)
The article is 404'd and I'm not seeing any other news of this. Did someone jump the gun? The w3c page [w3.org] still says "proposed recommendation".
Who cares about the W3C (Score:2)
Re: (Score:1)
Wrong. The File API is not attached to the HTML5 standard which is what this announcement would be about.
Re: (Score:2)
HTML5 isn't an operating system, it's a markup language.
File API is a different specification: http://www.w3.org/TR/FileAPI/ [w3.org]
You're welcome.
Re: (Score:1)
Uh. No standard written by the W3C is final until there are at least two complete implementations in browsers. In addition, the W3C is composed of all the browser vendors who also write those standards.
Re: (Score:2)
May whatever god you believe in... (Score:2)
have mercy on your soul.
Where's the schema (DTD/XML Schema/Relax NG)? (Score:3, Insightful)
Where's the schema (DTD/XML Schema/Relax NG)?
Answer: there is no schema. Validating documents seems to have gone out of fashion. Writing a parser for HTML5 is extremely difficult. Basically the broken parsing behavior of old browsers is now standardized in a crazy arcane description of how to parse HTML5 documents.
http://www.w3.org/TR/html5/syn... [w3.org]
Who benefits from such crazy parsing rules? The current browsers. This raises the bar for entry.
Re: (Score:3)
Actually the current browsers have a lot to lose with crazy parsing rules. Lots of edge cases, writing lots of nasty hacks to get around various markup bugs...
Even it does mean higher bar of entry, the bar's pretty high anyway because even if we did have schema parsing, the render piece really is the hard part.
Who does this benefit? Lazy crappy godawful web developers.
Re: (Score:3)
Who benefits from such crazy parsing rules?
But so do end users who want to view existing pages and anyone with existing pages but perhaps not terribly well designed and implemented web pages / applications.
There is so much tag soup out there, its hard to image some new schema validating strict rendering browser being very useful out side of the leading ecom sites. The fact is lots of really valuable information is still sitting around on home pages at universities and elsewhere on personal blogs etc that is a mess of barely parse-able tags; yet tod
Re: (Score:2)
But it's easier to parse HTML5 than it was any previous version of HTML, as there is now an actual specification which details the process exactly rather than relying on each browser's interpretation. It can't be that difficult given the number of working parsers and validators out there for HTML5.
Plus, HTML5 can already be written using XML syntax, aka XHTML5 [w3.org]. And searching for xhtml5.xsd [grepcode.com] or xhtml5.rng [github.com] gave me plenty of links to schemas for validating XML-syntax HTML5.
If you need to store validated docume
Re: (Score:3)
any move in favour of the open web is a great one (Score:1)
Clean browser (Score:1)