Earlier quoted context omitted.
You can ask someone to stop doing something legal. I'd hate to live in the sort of world where you can't. HN moderators would send the police after you to seize your laptop if you make bad comments. The only way to get your roommate to stop eating your plums would be to charge them with larceny. Every relationship would end with a restraining order, or it wouldn't be over. Failing to turn in a homework assignment on…
Sure but they are using the copyright to insist on attribution, which undermines the argument that they are simply against using the law. If they really didn't care they'd use CC0. And in the quoted statement they are not saying the W3C should improve their process for forking WHATWG's work. They are saying the W3C shouldn't fork their work at all. So despite their specifically chosen license (with easy to understand…
HTML 5.2 Recommendation
81–90 of 188 posts
Re: HTML 5.2 Recommendation
#82nope, html needs to stop. it's a document markup language and shouldn't be used for apps.
What about XAML and all the other XML based UI markups? I find HTML refreshingly easy to use compared to the alternatives.
Re: HTML 5.2 Recommendation
#83Earlier quoted context omitted.
Unless "conditional includes" are some new feature of HTML5 that my Google-fu isn't turning up, that kind of negates the whole "static HTML" thing. Bootstrapping a web page through JavaScript polyfills is like autoconf all over again.
The problem with autoconf is that it detects every conceivable Unix featuring going all the way back to the 1980s, not that feature detection is itself that problematic.
(That the W3C is apparently incompetent at associating feature sets with names is a separate issue.)
Re: HTML 5.2 Recommendation
#84Re: HTML 5.2 Recommendation
#85Re: HTML 5.2 Recommendation
#86Earlier quoted context omitted.
But that's the point - web authors are supposed to use feature detection instead of writing to a particular standard version. It turns out to be a better model for large interfaces. Yes, in theory, you can ask "Is this OS POSIX.1-2008-compliant or not." In practice, it takes a while to e fully POSIX.1-2008-compliant, and so you get autoconf, with its individual feature detections of specific function. Less clean, but…
How does one perform feature detection in a static HTML page? As far as I can tell the only way to author a compatible web page these days is by checking every damn feature of HTML you use against some humongous table like Can I Use? before assuming your audiences' browsers support it. Compare to versioned specs, where I need simply determine the minimum spec version supported by my target audience (and any exception…
Going to a third-party website to check to see if something is supported is disgusting.
Re: HTML 5.2 Recommendation
#87Earlier quoted context omitted.
The problem with autoconf is that it detects every conceivable Unix featuring going all the way back to the 1980s, not that feature detection is itself that problematic.
Right, hence my assertion that well-known names of feature sets are useful. "HTML 5.2" is useful in the same way that "C99" was, because eventually there is a day I can just assume everything in "HTML 5.2" is present in all my targets. If I don't have such a name, if I'm forever at "HTML 5", I'm forced into the "autoconf" scenario of using feature detection forever for everything not in the base specification. (That…
Re: HTML 5.2 Recommendation
#88Earlier quoted context omitted.
don't make them
Where would you draw the line between a "website" and a "web app", would you like to see JS die entirely? Would you like the web to be non-interactive. Genuinely interested.
there should be a new platform that uses a new engine that's isn't backwards compatible.
It might be possible to do this soon with wasm+canvas, but then you have unused rendering engines (html/css) and it's recreated from the ground up.
Re: HTML 5.2 Recommendation
#89What's the point of removing features such as "menu" from HTML standard? If there are browsers supporting it and webpages using it, would Mozilla (or Google or Microsoft) actually remove those features just because newest standard said so? I mean: marquee was deprecated long ago, yet browsers still render it correctly.
Re: HTML 5.2 Recommendation
#90Earlier quoted context omitted.
For those who have not been paying attention for a decade, what's the relationship between this revision and WHATWG?
The W3C version is a sporadically updated, bad-faith fork of the WHATWG version, created to maintain the fiction that it "owns" HTML, which it deems necessary to maintain the organisation's standing (and funding) in the eyes of other organisations and governments.