Skip to content

Commit 483574b

Browse files
committed
[css-cascade][markup] Fix indentation.
1 parent 9e5272c commit 483574b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css-cascade-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Processing Stylesheet Imports</h3>
297297
return.
298298

299299
4. Let |importedStylesheet| be the result of [=Parse a stylesheet|parsing=] |byteStram|
300-
given |parsedUrl|.
300+
given |parsedUrl|.
301301

302302
5. Set |importedStylesheet|'s <a spec=cssom>origin-clean flag</a> to
303303
|parentStylesheet|'s <a spec=cssom>origin-clean flag</a>.
@@ -1297,7 +1297,7 @@ Changes since the 15 Oct 2021 Working Draft</h3>
12971297
Non-trivial changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-4-20211015/">15 October 2021 Working Draft</a>:
12981298

12991299
* Added [[#value-aliasing]] section.
1300-
(<a href="https://github.com/w3c/csswg-drafts/issues/6193">Issue 6193</a>)
1300+
(<a href="https://github.com/w3c/csswg-drafts/issues/6193">Issue 6193</a>)
13011301

13021302

13031303
<h3 id="changes-2018">

css-cascade-5/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ Non-trivial changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade
19661966
* Added [[#layer-apis]] section.
19671967
(<a href="https://github.com/w3c/csswg-drafts/issues/6576">Issue 6576</a>)
19681968
* Clarified the behavior of ''revert-layer'' keyword when
1969-
used in the style attribute or ''@keframes'' at-rule.
1969+
used in the style attribute or ''@keyframes'' at-rule.
19701970
(<a href="https://github.com/w3c/csswg-drafts/issues/6743">Issue 6743</a>)
19711971
* Clarified the behavior of the ''layer'' keyword and ''layer()'' function
19721972
on ''@import'' rules.

0 commit comments

Comments
 (0)