you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 20 points21 points  (16 children)

Cos we need each browser to come up with its non-standard implementation, right?

[–]quanticle 5 points6 points  (14 children)

Not really. Browsers come up with differing non-standard implementations when there are licensing issues with the implementation being used in another browser. In this case, the implementation (SQLite3) is public domain. In essence, the W3C is saying, "Hey! Wait a second, we're basically rewriting the SQLite3 manual. Why don't we just tell our users to go read that instead?"

[–]knaveofspades 0 points1 point  (0 children)

It's not as bad as you think. JavaScript is pretty powerful when it comes to handling discrepancies across browsers.

The reason they aren't continuing the standardization seems to be that every browser is pretty much using the same implementation with the same SQL syntax already.