Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:what are you even saying? (Score 1) 302

I haven't said throw away HTML - I've said stop standardizing it. The link tag is still fine. In cases where people want to obliterate even that, the xml-stylesheet processing instruction also lets you specify a stylesheet.

None of this is difficult. It all works in browsers today.

Comment Re:what are you even saying? (Score 1) 302

No, it's not new or novel, but it's exactly what I proposed... you can already mix your own tags into HTML and style and process them.

The article certainly made clear that I didn't expect CSS, JavaScript, the DOM, or a variety of other standards to go away. We just don't need to worry about HTML itself so much any more.

Comment Re:what are you even saying? (Score 1) 302

Most of what actually mattered when HTML first appeared - presentation, behavior, and semantics - has already been refactored into CSS and JavaScript and WAI-ARIA.

The question today is whether you want to live only inside that hollow shell, or whether you'd like to look into extending it to fit your needs. CSS, JS, and WAI-ARIA will work just as well for your own markup as they work for HTML.

You're right that this shouldn't affect back-end technologies much at all. To them it's all just markup.

Comment Re:language (Score 1) 302

Part of the headache is that they're designing during the standardizing process, making their best guesses at what might work.

Part of what I hope might come from this approach is that many people can try a variety things, and then standards can catch up to what actually worked. Browser vendors have sort of done that, but their experiments tend to have much larger consequences.

Slashdot Top Deals

"God is a comedian playing to an audience too afraid to laugh." - Voltaire

Working...