Skip to content

Commit d0fba52

Browse files
committed
[css-backgrounds-3] Move <bg-color> to the end of the <final-bg-layer> component. w3c#8496
1 parent 041590f commit d0fba52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-backgrounds-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -973,9 +973,9 @@ Animation type: see individual properties
973973

974974
<p>Where
975975

976-
<pre class=prod><dfn><<bg-layer>></dfn> = <<bg-image>> || <<bg-position>> [ / <<bg-size>> ]? || <<repeat-style>> || <<attachment>> || <<box>> || <<box>></pre>
977-
978-
<pre class=prod><dfn><<final-bg-layer>></dfn> = <<'background-color'>> || <<bg-image>> || <<bg-position>> [ / <<bg-size>> ]? || <<repeat-style>> || <<attachment>> || <<box>> || <<box>></pre>
976+
<pre class=prod>
977+
<dfn>&lt;bg-layer></dfn> = <<bg-image>> || <<bg-position>> [ / <<bg-size>> ]? || <<repeat-style>> || <<attachment>> || <<box>> || <<box>>
978+
<dfn>&lt;final-bg-layer></dfn> = <<bg-image>> || <<bg-position>> [ / <<bg-size>> ]? || <<repeat-style>> || <<attachment>> || <<box>> || <<box>> || <<'background-color'>></pre>
979979

980980
<p class=note>Note that a color is permitted in
981981
<<final-bg-layer>>, but not in <<bg-layer>>.

0 commit comments

Comments
 (0)