Skip to content

Commit e20deaa

Browse files
committed
[css2] fix issue 91 for Tantek
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402454
1 parent bf49ba6 commit e20deaa

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

css2/colors.src

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: colors.src,v 2.43 2006-04-06 21:32:24 bbos Exp $ -->
3+
<!-- $Id: colors.src,v 2.44 2006-05-09 13:31:15 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Colors and backgrounds</title>
@@ -62,7 +62,11 @@ background will shine through by default because of the initial
6262
class="propinst-background-color">'background-color'</span>.
6363
</p>
6464
<p>
65-
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.
6670
</p>
6771

6872
<p>For HTML documents, however, we recommend that authors specify the
@@ -74,7 +78,8 @@ for <span class="propinst-background-image">'background-image'</span>,
7478
user agents must instead use the computed value of those properties
7579
from that HTML element's first BODY element child when painting
7680
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.
7883
This does not apply to XHTML documents.
7984
</p>
8085
<div class="html-example"><p>

0 commit comments

Comments
 (0)