- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Wed, 14 Jul 2010 11:52:50 -0700
- To: John Daggett <jdaggett@mozilla.com>
- Cc: Yuzo Fujishima <yuzo@google.com>, www-style@w3.org
On Wed, Jul 14, 2010 at 5:55 AM, John Daggett <jdaggett@mozilla.com> wrote: > Yuzo Fujishima wrote: > >> /* Second */ >> @font-face { >> font-family:myfont; >> src: url(DownloadErrorNumber.ttf); /* Assume this causes a download error */ >> unicode-range: U+30-39; >> } >> >> What should happen if DownloadErrorNumber.ttf is unavailable and causes >> a download error for the second rule? Should we: >> (A) Ignore only the second rule, i.e., the first and the third rules >> remain in effect , or >> (B) Ignore all the rules for the same font family, i.e., ignore all the three? > > It looks like the definition of the @font-face 'src' descriptor needs to > be clearer about this, the intent is that if all the values in the src > list fail for whatever reason that face is ignored, the effect is > equivalent to the omitting the @font-face rule definition (option (A) in > your list. Agreed that (A) is definitely what's desired, and that the prose needs some clarity on the matter. ~TJ
Received on Wednesday, 14 July 2010 18:53:45 UTC