It'd be interesting to discuss markup discoverability #109
Open
Description
In order to properly download incremental fonts, the browser needs to know a few things:
- Is this font large enough to justify the performance tradeoffs, especially if we're to fall back to range requests?
- What would be the characters used in the document that should be requested? Ideally that would be something the browser knows before the entire HTML is parsed.
- How large is the font table for this particular font file? (if we're using range requests)
There may be more questions. It'd be good to think of ways we can provide the browser with answers, either in markup, based on heuristics or otherwise.
Metadata
Assignees
Labels
No labels