I've completely lost faith in the W3C. (You know, the guys who do all the standards for the World Wide Web.) Actually, it began a little over a year ago, when I first read the XHTML spec and discovered that the U tag wasn't supported anymore. What gives? EVERY rich text editor (be it Word, OpenOffice, or Xanga) supports B for bold, I for italics, and U for underline. And now W3C is just gonna pull that out from right under us? It gets worse. There is no standard for JavaScript. (Well, there is, but it's called ECMAScript, and it's blatantly incomplete.) Recently, I learned JavaScript to further my own development as a developer, only to discover that it was ridiculously hard to get JavaScript to do what I wanted it to do in all browsers. And this was because for anything sufficiently interesting, there's no JavaScript standard. Even something as simple as getting the mouse coordinates from a mouse click event is totally non-standardized. You know what I think? To hell with standards. Apparently, the W3C is living in the past, working on the internet of the previous millennium. Pretty much everybody that does anything interesting with the World Wide Web no longer follows the standards. Google uses plenty of stuff that isn't in the standard ('cause you know, they use JavaScript and AJAX and all those buzzwords). Firefox implements plenty of stuff that isn't in the standard ('cause you know, they implement JavaScript and AJAX and all those buzzwords). Anybody who actually cares about the standards should wake up, 'cause they're living in a dream world. For all intents and purposes, there are no standards. Not in today's World Wide Web, anyway. To recap: I've completely lost faith in the W3C. Writing JavaScript will do that to you. |