KenjiBaheux / css-font-rendering

A proposal for CSS to let web developers control the behavior of font rendering
Apache License 2.0
96 stars 10 forks source link

Allow 'infinite' for timing #7

Closed jakearchibald closed 9 years ago

jakearchibald commented 9 years ago

infinite is a keyword used by (at least) transition & animations. It's useful as a timeout here.

font-rendering: mandatory infinite; is the equivalent of what Safari does today.

KenjiBaheux commented 9 years ago

Sounds good.

See https://github.com/KenjiBaheux/css-font-rendering/issues/6#issuecomment-62844281 for a shorthand proposal (in short making a no timeout mandatory, truly mandatory).

KenjiBaheux commented 9 years ago

Related: https://github.com/KenjiBaheux/css-font-rendering/issues/11