Live data from Hacker News

The easiest way to keep your web apps accessible: Just use text

blog.logrocket.com

31–40 of 271 posts

Re: The easiest way to keep your web apps accessible: Just use text

#31

Posted on Medium with a massive pointless image at the top and page loaded asynchronously using JS.

For some reason, font sizes have shot through the roof in the past few years. Medium is one of the biggest offenders. You get maybe 2-3 paragraphs per page now, when entire articles would fit on a single screen page with normal-sized fonts.

Re: The easiest way to keep your web apps accessible: Just use text

#32

Posted on Medium with a massive pointless image at the top and page loaded asynchronously using JS.

Blog content seems to load with Javascript disabled in Chrome, with the only thing missing being the Clap, bookmark, share icons that follow the side of the article and the account menu drop down.

[deleted]

Re: The easiest way to keep your web apps accessible: Just use text

#33

Posted on Medium with a massive pointless image at the top and page loaded asynchronously using JS.

For some reason, font sizes have shot through the roof in the past few years. Medium is one of the biggest offenders. You get maybe 2-3 paragraphs per page now, when entire articles would fit on a single screen page with normal-sized fonts.

I'm in favor of this. My eyes aren't particularly bad, but I have to use reading glasses in order to read most computer text, and some can get really difficult. Larger fonts are better even for my bad-like-most-other-people-my-age eyes. The tiny text I would have found fine 20 years ago is painful now.

Re: The easiest way to keep your web apps accessible: Just use text

#34

Earlier quoted context omitted.

https://perfectmotherfuckingwebsite.com/

https://bestmotherfucking.website/

I can appreciate hn is mostly humor intolerant but these are all basically right on point. The web experience is now akin to walking the mall; loud, expensive, garbage.

Re: The easiest way to keep your web apps accessible: Just use text

#35

Posted on Medium with a massive pointless image at the top and page loaded asynchronously using JS.

For some reason, font sizes have shot through the roof in the past few years. Medium is one of the biggest offenders. You get maybe 2-3 paragraphs per page now, when entire articles would fit on a single screen page with normal-sized fonts.

People started to listen to typographers. It's a good thing.

Re: The easiest way to keep your web apps accessible: Just use text

#36

Posted on Medium with a massive pointless image at the top and page loaded asynchronously using JS.

For some reason, font sizes have shot through the roof in the past few years. Medium is one of the biggest offenders. You get maybe 2-3 paragraphs per page now, when entire articles would fit on a single screen page with normal-sized fonts.

Not to mention the absurd margins that are nearly the width of the text itself.

Re: The easiest way to keep your web apps accessible: Just use text

#37
Reading this article made me realize what it is that's broken about the concept of semantic markup and why websites even today are div soup.

It's the same reason why divs won in the first place. You can't dictate the shape of a document to people and it be anything other than a kludge.

Take the site I work on, Great Big Story[1]. We have sections and headers, but our content isn't defined by text, it's defined by graphics and videos, with little metadata sections on the video player page that I suppose could be semantic if we had the right descriptive tags. I use semantic markup when it seems to make sense, but we have so many weird little needs to introduce elements just for styling purposes.

Take a recent example, I need four elements to make a styled file input form. Two labels, one to look like a button and can be clicked, taking advantage of the browser behavior of treating clicks on the label to be clicks on the form. The other label is the actual label, could be just a span if I wanted, it doesn't have the htmlFor attribute set. The actual form input button is hidden using CSS tricks because the actual button can't be styled. Finally there's the filename display, which is set to the filename of whatever was uploaded or the existing one if present. This uses Javascript callbacks to get set.

None of these elements are semantic, legacy cruft keeps the markup from being simple and readable. I suppose you could demand our video presentation site to be a motherfucking website[2], but I fail to see how that will actually improve much of anything and would just hurt our brand. I'm getting a little tired of coder hatred for web fashion. It keeps us all employed.

But I think we're at least 10 years out from being able to actually use semantic markup. Web standards and browser vendors still have some maturing to do.

[1] https://www.greatbigstory.com

[2] https://motherfuckingwebsite.com/

Re: The easiest way to keep your web apps accessible: Just use text

#38

Posted on Medium with a massive pointless image at the top and page loaded asynchronously using JS.

Ironically, a great illustration of why pictures are trash for explaining concepts outside of specific scenarios. What exactly is the picture trying to convey? How much time and how many bits did the picture take compared to the text?

Thankfully, my eyesight works. But I’m sick and tired of designers pretending I’m illiterate and replacing text labels with inscruitable icons and graphics. Hey, remember when you could change your preferences by going to “File -> Preferences?” Instead of hunting around the interface looking for an unlabeled gear icon or hamburger icon or whatever some designer thinks conveys the same concept?

Re: The easiest way to keep your web apps accessible: Just use text

#39
post #21

Earlier quoted context omitted.

I didn't know Medium did "white label" blogs on non-medium.com domains, but that's what this is. The irony is that people go to medium because it's kind of .. expected somehow? And looks more authoritative?

You could use a custom domain with Medium to get the UI with your blog

Except sadly not anymore, even if you pay: https://help.medium.com/hc/en-us/articles/115003053487-Custo...

Re: The easiest way to keep your web apps accessible: Just use text

#40

Posted on Medium with a massive pointless image at the top and page loaded asynchronously using JS.

When attempting to open the website I was greeted with:

                     uMatrix has prevented the following page from loading:
    
    https://blog.logrocket.com/the-easiest-way-to-keep-your-web-apps-accessible-c2b57506cc2a
I never blacklisted the website on uMatrix[0] myself so I checked the list of hosts files I'm using. It's apparently part of Peter Lowe’s Ad and Tracking Server List[1]

[0] Obligatory "How do you know someone uses uMatrix? They'll tell you"-joke. I know, I know... mea culpa

[1] https://pgl.yoyo.org/adservers/, https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hos...

Post reply on HN