You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The background of the root element becomes the background of the canvas and covers the entire <a href="intro.html#canvas">canvas</a>, anchored at the same point as it would be if it was painted only for the root element itself. The root element does not paint this background again.
65
+
The background of the root element becomes the background of the canvas and
66
+
covers the entire <a href="intro.html#canvas">canvas</a>, anchored (for
67
+
<span class="propinst-background-position">'background-position'</span>) at
68
+
the same point as it would be if it was painted only for the root element
69
+
itself. The root element does not paint this background again.
66
70
</p>
67
71
68
72
<p>For HTML documents, however, we recommend that authors specify the
@@ -74,7 +78,8 @@ for <span class="propinst-background-image">'background-image'</span>,
74
78
user agents must instead use the computed value of those properties
75
79
from that HTML element's first BODY element child when painting
76
80
backgrounds for the canvas, and must not paint a background for that
77
-
BODY element.
81
+
BODY element. Such backgrounds must also be anchored at the same point
82
+
as they would be if they were painted only for the root element.
0 commit comments