Skip to content

Commit 86b4eb6

Browse files
committed
[css2] Tantek's edits to background-position
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402078
1 parent ec1c809 commit 86b4eb6

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.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: colors.src,v 2.30 2003-01-24 19:41:57 bbos Exp $ -->
3+
<!-- $Id: colors.src,v 2.31 2003-04-14 15:26:19 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Colors and backgrounds</title>
@@ -286,8 +286,13 @@ padding area.
286286
horizontal position only, and the vertical position will be 50%. If two
287287
values are given, the horizontal position comes first. Combinations of
288288
length and percentage values are allowed, (e.g., '50% 2cm'). Negative
289-
positions are allowed. Keywords cannot be combined with percentage
290-
values or length values (all possible combinations are given above).
289+
positions are allowed.
290+
</p>
291+
<p>
292+
The computed value of background-position for the purpose of inheritance is
293+
undefined, since the allowed values on this property may have different
294+
effects in a child element due to differences in size and position of their
295+
respective boxes.
291296
</p>
292297
<div class="example">
293298

0 commit comments

Comments
 (0)