- From: litherum via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Sep 2016 20:44:37 +0000
- To: public-css-archive@w3.org
If the goal is to allow arbitrary properties to apply to elements during a font load, we have to be careful of what happens if these arbitrary properties trigger yet another font load. For example, we need to consider the case where, during a font download, an element is styled with "font-family," thereby causing another download. This could be mitigated by either disallowing properties consulted during font selection, or, by browsers simply detecting the above conditions and not following the chain. (Or the browsers could faithfully honor the chain, but I don't think anybody wants that.) -- GitHub Notification of comment by litherum Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/450#issuecomment-245412653 using your GitHub account
Received on Wednesday, 7 September 2016 20:44:45 UTC