File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1117,7 +1117,7 @@ <h3 id="the-background">The 'background' shorthand property</h3>
11171117
11181118< pre class =prod > < dfn > < var > <bg-layer></ var > </ dfn > = < var > <bg-image></ var > || < var > <bg-position></ var > || / < var > <bg-size></ var > || < var > <repeat-style></ var > || < var > <attachment></ var > || < var > <bg-origin></ var > </ pre >
11191119
1120- < p > where ''< var > <bg-position></ var > '' must not occur before
1120+ < p > where ''< var > <bg-position></ var > '' must occur before
11211121''/ < var > <bg-size></ var > '' if both are present.
11221122
11231123< pre class =prod > < dfn > < var > <final-bg-layer></ var > </ dfn > = < var > <bg-image></ var > || < var > <bg-position></ var > || / < var > <bg-size></ var > || < var > <repeat-style></ var > || < var > <attachment></ var > || < var > <bg-origin></ var > || < var > <'background-color'></ var > </ pre >
@@ -1265,9 +1265,8 @@ <h3 id="special-backgrounds">The backgrounds of special elements</h3>
12651265value of 'background-image' on the root element is ''none'' and its
12661266'background-color' is ''transparent'', user agents must instead propagate
12671267the computed values of the background properties from that element's first
1268- HTML < code class ="html "> BODY</ code > , respectively, XHTML < code
1269- class ="html "> body</ code > child
1270- element. The used values of that < code class ="html "> BODY</ code > element's
1268+ HTML < code class ="html "> BODY</ code > or XHTML < code class ="html "> body</ code >
1269+ child element. The used values of that < code class ="html "> BODY</ code > element's
12711270background properties are their initial values, and the propagated values
12721271are treated as if they were specified on the root element.
12731272It is recommended that authors of HTML documents specify the canvas background
You can’t perform that action at this time.
0 commit comments