File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -908,10 +908,10 @@ <H2 id=since-20110607><a name="q1">C.1 Changes since the Recommendation of 7 Jun
908
908
'display: none'. On the other hand, if the element is merely
909
909
invisible ('visibility: hidden'), its background can still be used
910
910
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
912
912
(X)HTML documents, if the root element has 'background:
913
913
transparent' and the <body> 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
915
915
< a href ="colors.html#background " > “14.2 The
916
916
background”</ a > as follows:
917
917
Original file line number Diff line number Diff line change @@ -122,8 +122,6 @@ <h2>14.2 <a name="background">The background</a></h2>
122
122
for the root element.
123
123
</ p >
124
124
125
-
126
-
127
125
< p > However, if no boxes are generated for the element whose background
128
126
would be used for the background of the canvas, then the canvas
129
127
background is transparent. (in CSS 2.1, that is the case when the
@@ -133,8 +131,6 @@ <h2>14.2 <a name="background">The background</a></h2>
133
131
'display: none', boxes < em > are</ em > generated for it and its
134
132
background < em > is</ em > used for the canvas.
135
133
136
-
137
-
138
134
< div class ="html example "> < p >
139
135
According to these rules, the canvas underlying the following
140
136
HTML document will have a "marble" background:
You can’t perform that action at this time.
0 commit comments