Re: .webfont Proposal

> - The <allow> element would list domains that are licensed to use the
> font. A meta URL, "any", would signify that the font could be used on
> all domains.

This is a root string proposal in another form and suffers all the same
problems, a complete pain to manage, need URL's for every staging and
cached version, including every possible local version (i.e. the
complete set of possible file://<drive>/<path> permutations possible for
those working as site devs).  All web-caching solutions (e.g. Akamai)
would need to generate new versions of fonts per server, since the base URL 
is going to be different.  Change your site around?  Regenerate all your
fonts.  Generally sucky.

Same-site origin restrictions are simple, font linking is allowed only
when the origin is the same.  CORS is only involved for *exceptions*,
such as a font library wanting to provide general access to everyone, so
99% of the time authors don't need to worry about CORS at all.

John

Received on Wednesday, 8 July 2009 21:44:12 UTC