Formalize fetching and resource timing reporting · w3c/csswg-drafts@64becb5 (original) (raw)

Commit

Permalink

Formalize fetching and resource timing reporting

Browse files

Browse the repository at this point in the history

Add a generic method to fetch style resources, and make use of it in fonts & imports.

[css-syntax-3]: Make sure we have a location when parsing a stylesheet. [css-values-3]: Add a reusable method to fetch a style-originated resource. [css-cascade-4]: Formalize the import algorithm to use the new fetch method. [css=fonts-4]: Formalize font loading to use the new fetch method.