Earlier quoted context omitted.
> I really wish "reading mode" was a prominent feature in desktop browsers. What do you mean here by "prominent"?
I wish I could set reader mode as the default experience. Then, I’d click on something to load the full experience when I know/think it’s needed (and perhaps have my browser remember that choice). Currently, I can only enable reader mode after my browser has loaded all the shit I don’t want loaded.
The easiest way to keep your web apps accessible: Just use text
41–50 of 271 posts
Re: The easiest way to keep your web apps accessible: Just use text
#42Reading 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 gra…
I think this is the number one reason why I prefer mobile dev over front-end web dev.
Re: The easiest way to keep your web apps accessible: Just use text
#43Re: The easiest way to keep your web apps accessible: Just use text
#44Earlier quoted context omitted.
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
#45Posted 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
#46Earlier quoted context omitted.
I wish I could set reader mode as the default experience. Then, I’d click on something to load the full experience when I know/think it’s needed (and perhaps have my browser remember that choice). Currently, I can only enable reader mode after my browser has loaded all the shit I don’t want loaded.
You can enable reader mode by default on Safari. It's in Preferences -> Websites -> Reader.
Edit: Awww, so close. Sadly, I can see Safari still loads all the crap. So I'd still have to disable/enable JS manually, and have other blocking in place for the extraneous requests that don't belong in a reader view. Maybe one day.
Re: The easiest way to keep your web apps accessible: Just use text
#47Reading 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 gra…
Buttons can be styled.
Re: The easiest way to keep your web apps accessible: Just use text
#48Reading 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 gra…
> input button is hidden using CSS tricks because the actual button can't be styled. Buttons can be styled.
Re: The easiest way to keep your web apps accessible: Just use text
#49Earlier quoted context omitted.
> I really wish "reading mode" was a prominent feature in desktop browsers. What do you mean here by "prominent"?
I wish I could set reader mode as the default experience. Then, I’d click on something to load the full experience when I know/think it’s needed (and perhaps have my browser remember that choice). Currently, I can only enable reader mode after my browser has loaded all the shit I don’t want loaded.