File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 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
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 <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
915915 < a href ="colors.html#background " > “14.2 The
916916 background”</ a > as follows:
917917
Original file line number Diff line number Diff line change @@ -122,8 +122,6 @@ <h2>14.2 <a name="background">The background</a></h2>
122122for the root element.
123123</ p >
124124
125-
126-
127125< p > However, if no boxes are generated for the element whose background
128126would be used for the background of the canvas, then the canvas
129127background 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>
133131'display: none', boxes < em > are</ em > generated for it and its
134132background < em > is</ em > used for the canvas.
135133
136-
137-
138134< div class ="html example "> < p >
139135According to these rules, the canvas underlying the following
140136HTML document will have a "marble" background:
You can’t perform that action at this time.
0 commit comments