Symbolset - symbol font using clever opentype ligature hack
1–10 of 63 posts
Re: Symbolset - symbol font using clever opentype ligature hack
#2Side note: I found the fast moving image carousels to be extremely distracting while trying to read the copy.
Re: Symbolset - symbol font using clever opentype ligature hack
#3Very clever. Looks like a nice symbol set too. Side note: I found the fast moving image carousels to be extremely distracting while trying to read the copy.
Re: Symbolset - symbol font using clever opentype ligature hack
#4Does anybody know exactly what browsers and operating systems? IE6 on XP, for example? There's no chart, which makes me hesitant.
Re: Symbolset - symbol font using clever opentype ligature hack
#5> On the web, Symbolsets are supported in all major browsers. ...They work in modern browsers..." Does anybody know exactly what browsers and operating systems? IE6 on XP, for example? There's no chart, which makes me hesitant.
http://caniuse.com/font-feature
It includes a shim for older versions of IE. The shim seems to be able to work for Opera, but it's not loaded. It shouldn't be too difficult to add a Modernizr test for font-feature to fix support for Opera and older versions of modern browsers.
Re: Symbolset - symbol font using clever opentype ligature hack
#6> On the web, Symbolsets are supported in all major browsers. ...They work in modern browsers..." Does anybody know exactly what browsers and operating systems? IE6 on XP, for example? There's no chart, which makes me hesitant.
Seems to work where font-feature works (late versions of Chrome, Firefox and Safari, IE10). http://caniuse.com/font-feature It includes a shim for older versions of IE. The shim seems to be able to work for Opera, but it's not loaded. It shouldn't be too difficult to add a Modernizr test for font-feature to fix support for Opera and older versions of modern browsers.
Re: Symbolset - symbol font using clever opentype ligature hack
#7Earlier quoted context omitted.
Seems to work where font-feature works (late versions of Chrome, Firefox and Safari, IE10). http://caniuse.com/font-feature It includes a shim for older versions of IE. The shim seems to be able to work for Opera, but it's not loaded. It shouldn't be too difficult to add a Modernizr test for font-feature to fix support for Opera and older versions of modern browsers.
It only works for me in IE10 when Compatibility Mode is enabled.
Re: Symbolset - symbol font using clever opentype ligature hack
#8glue abusers suck at checkers
Re: Symbolset - symbol font using clever opentype ligature hack
#9So say you have social icons...
◈ Facebook
◈ Twitter
You are supposed to write Facebook
Twitter
As to cue screen readers to not read out loud filename or the alt attribute.In this case Symbolset works as the alt property of images, so you would do something like...
Facebook Facebook
Twitter Twitter
Which wouldn't be right.Re: Symbolset - symbol font using clever opentype ligature hack
#10Perhaps it should also include a non-ligature way of displaying icons. In current accessibility practices, when you place a description after its image you are supposed to include an empty alt attribute. So say you have social icons... ◈ Facebook ◈ Twitter You are supposed to write Facebook Twitter As to cue screen readers to not read out loud filename or the alt attribute. In this case Symbolset works as the alt pro…