Skip to content

Commit

Permalink
[css-cascade][editorial] Correctly reference cascade origin #6670
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Oct 18, 2021
1 parent b9ec4cb commit 42e99b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css-cascade-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Processing Stylesheet Imports</h3>
it is perfectly appropriate for a UA to fetch a style sheet only once,
even though it's linked or imported multiple times.

The URL [=url/origin=] of an imported style sheet is the URL [=url/origin=] of the style sheet that imported it.
The [=cascade origin=] of an imported style sheet is the [=cascade origin=] of the style sheet that imported it.

The <a>environment encoding</a> of an imported style sheet is the encoding of the style sheet that imported it. [[css-syntax-3]]

Expand Down
2 changes: 1 addition & 1 deletion css-cascade-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Processing Stylesheet Imports</h3>
it is perfectly appropriate for a UA to fetch a style sheet only once,
even though it's linked or imported multiple times.

The URL [=url/origin=] of an imported style sheet is the URL [=url/origin=] of the style sheet that imported it.
The [=cascade origin=] of an imported style sheet is the [=cascade origin=] of the style sheet that imported it.

The <a>environment encoding</a> of an imported style sheet is the encoding of the style sheet that imported it. [[css-syntax-3]]

Expand Down
2 changes: 1 addition & 1 deletion css-cascade-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Processing Stylesheet Imports</h3>
it is perfectly appropriate for a UA to fetch a style sheet only once,
even though it's linked or imported multiple times.

The URL [=url/origin=] of an imported style sheet is the URL [=url/origin=] of the style sheet that imported it.
The [=cascade origin=] of an imported style sheet is the [=cascade origin=] of the style sheet that imported it.

The <a>environment encoding</a> of an imported style sheet is the encoding of the style sheet that imported it. [[css-syntax-3]]

Expand Down

0 comments on commit 42e99b8

Please sign in to comment.