Skip to content

Commit ed8ff9d

Browse files
committed
remove unintended 'not' in background shorthand definition
1 parent 80987f0 commit ed8ff9d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

css3-background/Overview.src.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ <h3 id="the-background">The 'background' shorthand property</h3>
11171117

11181118
<pre class=prod><dfn><var>&lt;bg-layer&gt;</var></dfn> = <var>&lt;bg-image&gt;</var> || <var>&lt;bg-position&gt;</var> || / <var>&lt;bg-size&gt;</var> || <var>&lt;repeat-style&gt;</var> || <var>&lt;attachment&gt;</var> || <var>&lt;bg-origin&gt;</var> </pre>
11191119

1120-
<p>where ''<var>&lt;bg-position&gt;</var>'' must not occur before
1120+
<p>where ''<var>&lt;bg-position&gt;</var>'' must occur before
11211121
''/ <var>&lt;bg-size&gt;</var>'' if both are present.
11221122

11231123
<pre class=prod><dfn><var>&lt;final-bg-layer&gt;</var></dfn> = <var>&lt;bg-image&gt;</var> || <var>&lt;bg-position&gt;</var> || / <var>&lt;bg-size&gt;</var> || <var>&lt;repeat-style&gt;</var> || <var>&lt;attachment&gt;</var> || <var>&lt;bg-origin&gt;</var> || <var>&lt;'background-color'&gt;</var></pre>
@@ -1265,9 +1265,8 @@ <h3 id="special-backgrounds">The backgrounds of special elements</h3>
12651265
value of 'background-image' on the root element is ''none'' and its
12661266
'background-color' is ''transparent'', user agents must instead propagate
12671267
the 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
12711270
background properties are their initial values, and the propagated values
12721271
are treated as if they were specified on the root element.
12731272
It is recommended that authors of HTML documents specify the canvas background

0 commit comments

Comments
 (0)