Pixels and Accessibility
joshwcomeau.com
Pixels and Accessibility
1–10 of 21 posts
Re: Pixels and Accessibility
#2Even in theory, this has never been true AFAIK. Pixels (px) are relative to the properties of the viewing device, the user's OS and browser settings, etc. The author appears to be confusing "physical pixel" with "logical pixel".
Re: Pixels and Accessibility
#3(Or, ideally, "make small text and fiddly diagrams bigger, but leave most images alone", but let's walk before we try to run.)
So maybe "rems for body text, px for headings" is the way to go.
Re: Pixels and Accessibility
#4Re: Pixels and Accessibility
#5Far from always!
“For screen displays, it traditionally represents one device pixel (dot). However, for printers and high-resolution screens, one CSS pixel implies multiple device pixels. 1px = 1/96th of 1in.”
Re: Pixels and Accessibility
#6Re: Pixels and Accessibility
#7> In theory, 1px is equal to a single dot in a computer monitor or phone screen. Even in theory, this has never been true AFAIK. Pixels (px) are relative to the properties of the viewing device, the user's OS and browser settings, etc. The author appears to be confusing "physical pixel" with "logical pixel".
Re: Pixels and Accessibility
#8As someone with poor vision, I don't want "make everything bigger", and I don't want "make all the text bigger", I want "make the small text bigger". (Or, ideally, "make small text and fiddly diagrams bigger, but leave most images alone", but let's walk before we try to run.) So maybe "rems for body text, px for headings" is the way to go.
Re: Pixels and Accessibility
#9> In theory, 1px is equal to a single dot in a computer monitor or phone screen. Even in theory, this has never been true AFAIK. Pixels (px) are relative to the properties of the viewing device, the user's OS and browser settings, etc. The author appears to be confusing "physical pixel" with "logical pixel".
Try reading more. He’s not confusing anything, he specifically calls out how resolution changes and such effect things.
Re: Pixels and Accessibility
#10> In theory, 1px is equal to a single dot in a computer monitor or phone screen. Even in theory, this has never been true AFAIK. Pixels (px) are relative to the properties of the viewing device, the user's OS and browser settings, etc. The author appears to be confusing "physical pixel" with "logical pixel".