Skip to content

Commit d7268b6

Browse files
committed
[css2] Background position now allows mixing lengths, percentages and
keywords, as decided at 19 Aug 2002 telcon. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401953
1 parent 45e7f05 commit d7268b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css2/properties/properties.db

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ visual;; 2 2.1
119119
*/
120120
/* background-attachment;; scroll | fixed | inherit;; scroll;; *;; no;; N/A ;;
121121
visual;; 2 2.1 */
122-
/* background-position;; [ [<percentage> | <length> ]{1,2} |
123-
[ [top | center | bottom] || [left | center | right] ] ] | inherit;; 0% 0%;;
122+
/* background-position;; [ [<percentage> | <length> | top | center | bottom] || [<percentage> | <length> | left | center | right] ] | inherit;; 0% 0%;;
124123
block-level and replaced elements;;
125124
no;; refer to the size of the box itself ;; visual;; 2 2.1
126125
*/

0 commit comments

Comments
 (0)