? Success

User tests: Successful: Unsuccessful:

avatar nternetinspired
nternetinspired
16 Jan 2015

These properties switch the OSX sub-pixel antialiasing algorithm to grayscaling, resulting in sharper appearance of fonts. This is especially noticeable on icon fonts, as can be seen here:

http://people.mozilla.org/~jdaggett/tests/social-waterfall.html

Test

OSX users: Apply patch and check appearance in Chrome, Safari or Firefox.
Other OS users: Apply patch and check appearance in any browser you like.

Bonus credit

OSX users: Open developer tools, select the <body> element and toggle the font-smoothing properties on/off. Marvel at the visual improvement.

Expected result

OSX users: Clean crisp font rendering throughout. Clear text, clear buttons (labels are vastly improved), and cisp icons. Lovely.
Other OS users: No difference at all.

avatar nternetinspired nternetinspired - open - 16 Jan 2015
avatar jissues-bot jissues-bot - change - 16 Jan 2015
Labels Added: ?
avatar infograf768
infograf768 - comment - 16 Jan 2015

What about Hathor and beez3 ?

avatar zero-24 zero-24 - change - 16 Jan 2015
Category Templates (admin) Templates (site) UI/UX
avatar zero-24 zero-24 - change - 16 Jan 2015
Easy No Yes
avatar nternetinspired
nternetinspired - comment - 16 Jan 2015

Good call @infograf768.

Everyone is now invited to the party :)

avatar losedk
losedk - comment - 16 Jan 2015

Awesomeness!

avatar dgt41
dgt41 - comment - 16 Jan 2015

@test success. Thanks Seth!

avatar infograf768
infograf768 - comment - 16 Jan 2015

Works fine here. Merging. Thanks.

avatar infograf768 infograf768 - close - 16 Jan 2015
avatar infograf768 infograf768 - change - 16 Jan 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-01-16 12:46:15
avatar nternetinspired
nternetinspired - comment - 16 Jan 2015

:clap:

Thanks everyone! My fastest ever merged PR!!

:beers: :cake: :beers: :cake: :beers: :cake:

avatar zero-24 zero-24 - alter_testresult - 16 Jan 2015 - losedk: Tested successfully
avatar zero-24 zero-24 - alter_testresult - 16 Jan 2015 - dgt41: Tested successfully
avatar zero-24 zero-24 - alter_testresult - 16 Jan 2015 - infograf768: Tested successfully
avatar JoomliC
JoomliC - comment - 18 Jan 2015

Hi @nternetinspired , just discovered this, after an update of my dev version.

Unfortunately, on a 4 years old macbook (not retina) the result for font is bad (tested on Firefox), as all the admin looks now really insipide (i can't read anymore without my glasses, and i'm not so old!)

My suggestion would be to apply this only for icons (there, the improvement is really great!) but not for all the body, and... only for icons white on dark/colored background... because sub-pixel antialiasing algorithm OS X tends to render light text on dark backgrounds too bold.

I agree that with grayscale, bright font on dark background should be better, but it's not the case (look at new button, the text 'new' is not clean or white text on blue background).

There a before/after your PR screen shot :
grayscale

avatar infograf768
infograf768 - comment - 19 Jan 2015

I do have a non-retina Macbook, but I can still read ok after that PR. Whether on the Mac itself or a secondary monitor.

avatar nternetinspired
nternetinspired - comment - 19 Jan 2015

I agree that with grayscale, bright font on dark background should be better, but it's not the case (look at new button, the text 'new' is not clean or white text on blue background).

Actually, I don't think antialising is an inherited property for button element, so it should not have any effect on the the new button text in your example. I should probably create another PR to add that :)

In the case of the .nav-list :active highlight (white on blue) there is a dark text-shadow applied to that element, which gives the appearance of thinner text.

I'm also on a non-retina screen here :)

avatar JoomliC
JoomliC - comment - 19 Jan 2015

@infograf768 i can read the text too, but all text on white background seems too attenuated...
In fact, the main issue i see is to have black text becoming gray on white background. (and so changes the real rendered color).
The difference for eye is more relevant when screen light is at its maximum.

It's really better for Joomla icon, but i don't see it applied to the body as an improvement in accessibility.
Note that i'm colourblind (so this could be a reason why... I know, amazing for a photographer... lol)

Add a Comment

Login with GitHub to post a comment