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.

W3C Beta Website

101 pointsby TangerineDreamabout 2 years ago

19 comments

azemetreabout 2 years ago
Back in the day there use to be a joke website called &quot;every fucking bootstrap site&quot; [1] where it would lambast the popular design zeitgeist of the time.<p>I really wish websites would opt for more distinctive looks rather than the massive homogenization we see across the web. Everything looks the same when it doesn&#x27;t have to. Things can be stylized while accounting for accessibility and usability.<p>I don&#x27;t know what to call this &quot;feeling&quot; but man is it depressing. We went from replicating magazines to making unique (and often clashing) home pages to trying to appeal to the most average of sensibilities where it all becomes counter intuitive.<p>Probably not fair to pin this on w3c because this can easily apply to several hundred other sites.<p>It really does make you question why bother having a time of designers, frontend developers, project managers, etc, etc to just come up with the exact same thing as everyone else.<p>[1] <a href="https:&#x2F;&#x2F;www.dagusa.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.dagusa.com&#x2F;</a>
评论 #34962224 未加载
评论 #34962302 未加载
评论 #34962556 未加载
评论 #34963790 未加载
评论 #34962327 未加载
评论 #34962357 未加载
评论 #34962429 未加载
评论 #34962188 未加载
评论 #34999540 未加载
评论 #34962278 未加载
评论 #34962669 未加载
评论 #34962365 未加载
评论 #34962456 未加载
pentagramaabout 2 years ago
Nice readability and blazing fast to me. That&#x27;s awesome.<p>It reminded me of how good is the performance and design of the UK design system <a href="https:&#x2F;&#x2F;design-system.service.gov.uk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;design-system.service.gov.uk&#x2F;</a><p>Hope that at some point they can hire an illustrator to make some custom illustrations with more personality.
评论 #34964402 未加载
评论 #34964176 未加载
mhitzaabout 2 years ago
If the designer is reading this thread. My fellow human, please swap out the corporate memphis landing page image with something that&#x27;s less overused in web design today.
评论 #34962533 未加载
评论 #34965182 未加载
评论 #34962550 未加载
评论 #34999570 未加载
评论 #34966388 未加载
评论 #34962217 未加载
tiffanyhabout 2 years ago
Information density.<p>One thing I really dislike over the last 10+ years the web has brought is a huge reduction in information density.<p>W3C old site was great at being dense on content&#x2F;info. This site is not.
评论 #34966082 未加载
评论 #34999607 未加载
评论 #34965742 未加载
评论 #34965750 未加载
Gualdrapoabout 2 years ago
Not sure why previous comments are so harsh towards its design.<p>The very header copy says the W3C strives to help people build web based on several principles, and accessibility is listed first. And this design resembles that - a strong focus on accessibility and feeling familiar and usable for most people. I don&#x27;t think doing a &quot;less overused&quot; design in there would keep that goal in focus.
评论 #34962376 未加载
VPenkovabout 2 years ago
I like it. It&#x27;s easy to be against change and difficult to get behind it.<p>Maybe in attracting developers who criticize it, some will end up finding something educational. The homepage could be more useful, especially around the ways to contribute. But the main categories are right there in the first sentence of the first section, and the data structures makes sense.<p>Good job!
评论 #34963056 未加载
ElijahLynnabout 2 years ago
Related: &quot;W3C welcomes feedback on the beta of its new website&quot; - <a href="https:&#x2F;&#x2F;beta.w3.org&#x2F;news&#x2F;2023&#x2F;w3c-welcomes-feedback-on-the-beta-of-its-new-website&#x2F;" rel="nofollow">https:&#x2F;&#x2F;beta.w3.org&#x2F;news&#x2F;2023&#x2F;w3c-welcomes-feedback-on-the-b...</a>
jjdeveloperabout 2 years ago
Looking at the code on their site a saw this &#x27;class=&quot;not-sidebar&quot;&#x27; ... why describe what something is when you can describe what it isn&#x27;t! :D
taericabout 2 years ago
The menu is odd. I think I could grow to like it, but it has very harsh transitions for when I pick an option. And, since it is a bit of a navigation menu, odd that it gives no indication of &quot;where I&#x27;m at.&quot;<p>Similarly, before the site navigation, there is a language navigation. However, since it hides the currently selected language (that is, &quot;where I&#x27;m at&quot;), I did not actually know for sure that that would be the same page, just in another language, for those links.<p>I&#x27;m also a little disappointed at how bloody nested all of the markup is. Though, I suppose that is my not being current on modern standards? The &quot;nav&quot;, in particular, feels excessive at 500 lines of code. I get not wanting CSS wizardry, but I feel like a lot of the items that are in that code should be done with CSS. (Or, have we moved so far that it is accepted to have presentation in the main document nowadays?)
tannhaeuserabout 2 years ago
So that&#x27;s what W3C, Inc. is onto these days? I thought they were into standardizing HTML etc., meaning they follow a process to take HTML review drafts from the whatwg github repo ultimately to recommendation status these days? At least that&#x27;s what their HTML WG charter says they do in Februars, but they didn&#x27;t, when last year their review resulted in Steve Faulkner&#x27;s major edit of the HTML spec to get rid of novel heading level interpretation and the so-called &quot;outlining algorithm&quot; - one of the original innovations that came with Ian Hickson&#x27;s HTML5.
synergy20about 2 years ago
What is used to build this site? some SSG, or SSR, or SPA, or a CMS like wordpress? check its html source showed jquery 3.5.1 and bootstrap 4.<p>Also liked this newly updated page: <a href="https:&#x2F;&#x2F;www.raspberrypi.com&#x2F;documentation&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.raspberrypi.com&#x2F;documentation&#x2F;</a> and it&#x27;s using jquery1.x still.<p>now I start to wonder all those new SSG|SSR trend along with SPA, maybe bootstrap + jquery combination is good enough?
评论 #34964229 未加载
评论 #34963860 未加载
Berniekabout 2 years ago
Well i am somewhat interested (cynical?) of W3C itself and this website does not at all detract from my opinion. I find the layout almost childish and &quot;waffle centric &quot;, the type of website you have when how it looks is more important than the message. (or you want to gloss over any deep consideration of the message?)<p>I guess W3C is so broad in concept that it is very hard to be specific without turning users off at first visit.
andrewguy9about 2 years ago
I clicked hoping it was Warcraft 3 beta.<p>Blizzard please give us Warcraft 4.
评论 #34963411 未加载
Waterluvianabout 2 years ago
The responsiveness of this website is what I thought things were going to be like for all of the internet.
评论 #34962582 未加载
jacooperabout 2 years ago
Unlike most comments here, I think this is very well made!, its much better than the original site, easy to read, easy to understand and invitijg to learn more about W3C, rather than an old website telling to stay away.<p>I think Debian should do the same, its much better now, but its no fedora website.
评论 #34965606 未加载
tiffanyhabout 2 years ago
41 warnings.<p>It’s ironic this landing page doesn’t pass W3C’s own HTML validator.<p><a href="https:&#x2F;&#x2F;validator.w3.org&#x2F;nu&#x2F;?doc=https%3A%2F%2Fbeta.w3.org%2F" rel="nofollow">https:&#x2F;&#x2F;validator.w3.org&#x2F;nu&#x2F;?doc=https%3A%2F%2Fbeta.w3.org%2...</a><p>Edit: corrected to stated “warnings”, not errors.
评论 #34965096 未加载
hendryabout 2 years ago
Zooms in when I click menu on IOS Safari <a href="https:&#x2F;&#x2F;s.natalian.org&#x2F;2023-02-28&#x2F;menu.png" rel="nofollow">https:&#x2F;&#x2F;s.natalian.org&#x2F;2023-02-28&#x2F;menu.png</a>
评论 #34968886 未加载
ravagatabout 2 years ago
I just remembered the recent change of hands regarding the director(s?). Makes sense why this is now for publishing
raziel31about 2 years ago
I liked the hover effect on the navbar buttons. It&#x27;s simple, but it gives a kind of cartoonish effect.