TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

State of HTML 2023 now open

140 pointsby MzHNover 1 year ago

17 comments

madacolover 1 year ago
- Survey link: <a href="https:&#x2F;&#x2F;survey.devographics.com&#x2F;en-US&#x2F;survey&#x2F;state-of-html&#x2F;2023" rel="nofollow noreferrer">https:&#x2F;&#x2F;survey.devographics.com&#x2F;en-US&#x2F;survey&#x2F;state-of-html&#x2F;2...</a><p>- State of HTML: <a href="https:&#x2F;&#x2F;stateofhtml.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;stateofhtml.com&#x2F;</a><p>It&#x27;s the same organization (<a href="https:&#x2F;&#x2F;www.devographics.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.devographics.com&#x2F;</a>) behind &quot;State of Js&quot; (<a href="https:&#x2F;&#x2F;stateofjs.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;stateofjs.com</a>)<p>Took me a couple minutes to verify that
评论 #37625142 未加载
miiiiiikeover 1 year ago
I learn from books and for front-end development I learned from O&#x27;Reilly&#x27;s &quot;The Definitive Guide&quot; series. There&#x27;s a recent edition for both CSS and JavaScript but not for HTML. Just look at the survey, HTML is huge and touches or at least rubs against everything.<p>Whenever I pick up a book to brush up on HTML it always a 98 chapter, 10,000 page tome book called &quot;XYZ &amp; HTML: The Complete Guide For Real&quot;. Chapter 1: HTML (pages 1-2). Chapters 2-98: CSS (pages 3-10,000).<p>I&#x27;d really like to see an &quot;HTML: The Definitive Guide&quot; that treats HTML as the nexus of web technologies that it is.
评论 #37623967 未加载
danielvaughnover 1 year ago
Towards the end of the survey, they asked us to choose 3 html features we&#x27;d like to see supported in the future. Infinite scroll was one of the options, but I really wish they threw in pagination as well. If I never had to code a pagination widget again, I&#x27;d be a happy man.
评论 #37624104 未加载
评论 #37624134 未加载
pcurveover 1 year ago
Hats off to whoever created the landing page. It is crystal clear in explaining its intent and benefits for the audience. It’s like the author is reading my mind as I’m scrolling down.
评论 #37623363 未加载
tgvover 1 year ago
I&#x27;ve done a few pages, but it just asks &quot;do you know this feature?&quot;. Do you know document.getElementThatWasClicked2SecondsAgo()? Do you know document.getElementThatWasClicked3SecondsAgo()? And document.getElementThatWasClicked4SecondsAgo()? Etc.<p>I didn&#x27;t get to the point where I could say: stop adding lock-in features to Chrome, or remove the privacy invading stuff from it.
评论 #37624730 未加载
评论 #37624187 未加载
butzover 1 year ago
Will be interesting to see results, as HTML did not evolve too much during last year, or last 5 years even. Also, what are JS APIs doing in this survey?
评论 #37622852 未加载
AtlasBarfedover 1 year ago
Was there ever anything added to HTML that would make &lt;script&gt; tags defined inside a div or other container tag essentially lexically scoped to tags and elements only within that div?<p>One of the values of frames was that it did that. Most &quot;portal&quot; frameworks I&#x27;ve seen are nightmares of spaghetti code trying to route around this, and it prevents any true fragment-consumption without the iframe.<p>It also would allow likely a lot more &quot;rich widgets&quot; where a mess of javascript was contained only in the section of the HTML document needed by that widget, so a library&#x2F;zoo&#x2F;collection of widgets could be safely put together.
评论 #37627765 未加载
hombre_fatalover 1 year ago
Oof, this should be pretty humbling to most web developers.<p>I don&#x27;t even want to reveal my &quot;feature score&quot; from the end of the survey.
评论 #37623657 未加载
评论 #37624142 未加载
评论 #37623446 未加载
peferronover 1 year ago
The &quot;add to your reading list&quot; feature is excellent, and a nice carrot&#x2F;reward for completing the survey.
Buttons840over 1 year ago
I see a lot of pent up frustration towards JavaScript and the large companies that control our browsers and the internet (perhaps because I see a lot of myself :).<p>I wonder if a new browser that doesn&#x27;t treat JavaScript as a special language will ever succeed? How long until the DOM is usable in languages other than JavaScript? Yesterday I read about someone writing their own browser, which they didn&#x27;t expect to succeed, but I think a lot of people might jump at the first chance they get to leave big tech companies and JavaScript behind. I lump JavaScript and big tech companies together, but their problems are very different; it would be a breath of fresh air to leave either though.<p>The W3C says: &quot;As a W3C specification, one important objective for the Document Object Model is to provide a standard programming interface that can be used in a wide variety of environments and applications. The Document Object Model can be used with any programming language.&quot;[0] How long until this is true in a practical way? Has there ever been a more widely used and important API that is constrained to only one language?<p>[0]: <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;WD-DOM&#x2F;introduction.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;WD-DOM&#x2F;introduction.html</a>
评论 #37622126 未加载
评论 #37623365 未加载
评论 #37622802 未加载
zagrebianover 1 year ago
Is the survey only available in dark mode?
评论 #37640618 未加载
grncdrover 1 year ago
Why are none of the links in the &quot;reading list&quot; to MDN?
MzHNover 1 year ago
Since there are a few comments on JS, I recommend reading this section in the article: &quot;Why are there JS questions in an HTML survey?&quot;<p>An excerpt:<p>&gt; If you don’t write any JS, we absolutely still want to hear from you! In fact, I would encourage you to fill out the survey <i>even more</i>: we need to hear from folks who don’t write JS, as they are often underrepresented. Please feel free to skip any JS-related questions (all questions are optional anyway) or select that you have never heard these features. There is a question at the end, where you can select that you only write HTML&#x2F;CSS
评论 #37624477 未加载
评论 #37622801 未加载
promiseofbeansover 1 year ago
Kinda ironic that when you disable JS, the form about HTML doesn&#x27;t work, despite HTML having built-in forms that work without JS.
评论 #37622731 未加载
评论 #37622792 未加载
throwaway167over 1 year ago
For a HTML survey, there was a heck of a lot about JS in there so I quit it. Not for me.<p>I quit JS for HTMX because time in JS, fully loaded time with framework knowledge and maintenance, is just not very important for my use case which is CRUD apps. The change to HTMX saves me time, it saves users&#x27; time, it gives a consistent experience for both.<p>That&#x27;s not to say JS is bad. I&#x27;m not dying on that hill as it&#x27;s not true - pick the tool for the job. But a HTML survey this is not, it&#x27;s a <i>HTML for JSers</i> survey.
评论 #37623292 未加载
评论 #37622800 未加载
评论 #37623060 未加载
sylwareover 1 year ago
I cannot take the survey with my noscript&#x2F;basic (x)html browsers.<p>Expected? Or I missed the link?
评论 #37621947 未加载
评论 #37622127 未加载
评论 #37640669 未加载
评论 #37622805 未加载
评论 #37621903 未加载
capablewebover 1 year ago
I hope 100% of the respondents answer that they&#x27;ve used &quot;Content-Security Policy (CSP)&quot; as it&#x27;s there by default and by answering anything else, they probably out themselves as basically not knowing their own space where they work.
评论 #37621894 未加载
评论 #37622466 未加载
评论 #37621902 未加载
评论 #37621977 未加载