Skip to content

Commit 39dae95

Browse files
committed
[css2-testing] Regenerated
1 parent 79f0efb commit 39dae95

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

css2-testing/changes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,10 +908,10 @@ <H2 id=since-20110607><a name="q1">C.1 Changes since the Recommendation of 7 Jun
908908
'display: none'. On the other hand, if the element is merely
909909
invisible ('visibility: hidden'), its background can still be used
910910
for the canvas. In other words, if the root element has 'display:
911-
none', the background of the canvas is undefined. In the case of
911+
none', the background of the canvas is transparent. In the case of
912912
(X)HTML documents, if the root element has 'background:
913913
transparent' and the &lt;body&gt; element has 'display: none', the
914-
background of the canvas is likewise undefined. Change the text in
914+
background of the canvas is likewise transparent. Change the text in
915915
<a href="colors.html#background" >&ldquo;14.2 The
916916
background&rdquo;</a> as follows:
917917

css2-testing/colors.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ <h2>14.2 <a name="background">The background</a></h2>
122122
for the root element.
123123
</p>
124124

125-
126-
127125
<p>However, if no boxes are generated for the element whose background
128126
would be used for the background of the canvas, then the canvas
129127
background is transparent. (in CSS&nbsp;2.1, that is the case when the
@@ -133,8 +131,6 @@ <h2>14.2 <a name="background">The background</a></h2>
133131
'display: none', boxes <em>are</em> generated for it and its
134132
background <em>is</em> used for the canvas.
135133

136-
137-
138134
<div class="html example"><p>
139135
According to these rules, the canvas underlying the following
140136
HTML document will have a "marble" background:

0 commit comments

Comments
 (0)