Skip to content

[css-syntax-3][css-values-3][css-cascade-4][css-fonts-4] Formalize fetching and resource timing reporting #6715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 3, 2021
Merged
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
  • Loading branch information
noamr and tabatkins committed Oct 11, 2021
commit ab66419e10e48a3303b4583b44b83f219701100e
6 changes: 3 additions & 3 deletions css-syntax-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2121,8 +2121,8 @@ Parse A Comma-Separated List According To A CSS Grammar</h4>
Parse a stylesheet</h4>

<div algorithm>
To <dfn export>parse a stylesheet</dfn> from an |input| given [=/url=] or Null |location|
(default null):
To <dfn export>parse a stylesheet</dfn> from an |input|
given an optional [=/url=] |location|:

<ol>
<li>
Expand All @@ -2135,7 +2135,7 @@ Parse a stylesheet</h4>
and set |input| to the result.

<li>
Create a new stylesheet, with its <a spec=cssom>location</a> set to |location|.
Create a new stylesheet, with its <a spec=cssom>location</a> set to |location| (or null, if |location| was not passed).

<li>
<a>Consume a list of rules</a> from |input|,
Expand Down