Lots and lots of very bad ideas here -- backwards-incompatibility with previous versions of HTML is always a good litmus test that a proposal hasn't been thought through, as is "hey let's restructure everything around this one currently-fashionable design pattern". (I kind of love how he just casually embeds a SQL interpreter in the browser, too, that's a nice finishing touch.) But the main thing is that this doesn't…
HTML6 proposal for single-page apps without JavaScript
111–120 of 177 posts
Re: HTML6 proposal for single-page apps without JavaScript
#112Has anyone looked at the source of his site? www.futureclaw.com
Or are all the double and triple scrollbars intentional? And the code, the "Editor-In-Chief" seem to be stuck the 1990s, with all CAPS HTML tags and HTML 2 style code.
Re: HTML6 proposal for single-page apps without JavaScript
#113This proposal is trying to take a common web design pattern, MVC, and make it part of the official spec. HTML is a _markup language_, it's ridiculous to use it as anything but a semantic language. Here's my HTML6 proposal: There’s a standard design pattern emerging via cascading style sheets, where content is styled directly via CSS. Everyone’s into it because the layout looks so much nicer. Since this is so common n…
> HTML is a _markup language_, it's ridiculous to use it as anything but a semantic language. So which is it? A semantic language or a markup (syntax) language? Why does it have to stay that way? (Even if the proposal is a bad one.)
Making a web standard for single page apps doesn't really seem necessary. Applications are by their nature different than web sites. A web site is a collection of content displayed largely as pages that are designated by a URI. An application is an abstraction over the page model that minimizes the transparent page/resource model with an opaque process flow model. HTML, as it stands, can be the V in MVC in either. Making it take on the M or C gains us little and stands to lose us much.
Re: HTML6 proposal for single-page apps without JavaScript
#114Earlier quoted context omitted.
There's an "upvote" button, just to the left of the comment above.
You shouldn't use the upvote button for agreement. On the other hand "+1" and "I agree" and "Well said!" clutter the forum. How do we solve this?
It makes sense, then, that the upvote button be used for agreement.
Re: HTML6 proposal for single-page apps without JavaScript
#115Earlier quoted context omitted.
what's wrong with upvoting with agreement?
Upvoting based on "this comment brings up good points and arguments" rather than "this comment says things that I think are true" helps fight against the community becoming an echo chamber.
The community is in many ways already an echo-chamber; that battle was lost a few years ago. Don't let it bug you.
Re: HTML6 proposal for single-page apps without JavaScript
#116https://www.polymer-project.org/0.5/docs/elements/core-ajax....
Re: HTML6 proposal for single-page apps without JavaScript
#117This proposal is trying to take a common web design pattern, MVC, and make it part of the official spec. HTML is a _markup language_, it's ridiculous to use it as anything but a semantic language. Here's my HTML6 proposal: There’s a standard design pattern emerging via cascading style sheets, where content is styled directly via CSS. Everyone’s into it because the layout looks so much nicer. Since this is so common n…
It might have been designed as a language for web based documents. Though this is not what the web is used for today, consumers want applications not documents. And we are already hacking away on top of those documents to give them that (despite the web not being intended as such).
Re: HTML6 proposal for single-page apps without JavaScript
#118Re: HTML6 proposal for single-page apps without JavaScript
#119Single page apps seem like a hack to make browser apps feel like they are closer to native apps. Because most SPAs have a set flow, it seems like we should be able to use prefetching to tell the browser what is most likely to happen next. For example, if you are on a list, then you can tell the browser to prefetch the details. What I feel like is missing from this equation is a nice transition between pages. How nice…
And today you can use that markup and shim the transition you want with js - and still gracefully downgrade.
Re: HTML6 proposal for single-page apps without JavaScript
#120This proposal is trying to take a common web design pattern, MVC, and make it part of the official spec. HTML is a _markup language_, it's ridiculous to use it as anything but a semantic language. Here's my HTML6 proposal: There’s a standard design pattern emerging via cascading style sheets, where content is styled directly via CSS. Everyone’s into it because the layout looks so much nicer. Since this is so common n…
> HTML is a _markup language_ It might have been designed as a language for web based documents. Though this is not what the web is used for today, consumers want applications not documents. And we are already hacking away on top of those documents to give them that (despite the web not being intended as such).
They want applications and documents, or I do anyway. I spend more of my time online reading stuff than using GMail or whatever.