File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,20 @@ background for that child element. Such backgrounds must also be
80
80
anchored at the same point as they would be if they were painted only
81
81
for the root element.
82
82
</p>
83
+
84
+ <!-- ToDo: ask the WG to validate the following text for erratum
85
+ http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.14.2 -->
86
+
87
+ <p>However, if the element whose backgound would be used for the
88
+ background of the canvas has 'display: none', or is a descendant of an
89
+ element with 'display: none', then the canvas background is
90
+ undefined.
91
+
92
+ <p>Note that, if the element has 'visibility: hidden' but not
93
+ 'display: none', its background <em>is</em> used for the canvas.
94
+
95
+ <!-- end of erratum -->
96
+
83
97
<div class="html-example"><p>
84
98
According to these rules, the canvas underlying the following
85
99
HTML document will have a "marble" background:
You can’t perform that action at this time.
0 commit comments