Re: WD-css3-background-20020802 comments

I (Etan Wexler) wrote to <www-style@w3.org> on 27 September 2002
in "WD-css3-background-20020802 comments"
(<mid:comments-WD-css3-background-20020802@d20020927.etan.wexler>):

> I suggest subsuming the 'background-quantity'
> functionality into 'background-repeat':
>
> Name: background-repeat
> Value: [ repeat | repeat-x | repeat-y ] <integer>?
>        | no-repeat | inherit

Better still would be as follows.

Name: background-repeat
Value: repeat | repeat-x | repeat-y | no-repeat
       | <repetition> <repetition>? | inherit

<repetition> is either an <integer> or the keyword 'infinite'.

If one <repetition> is given, it specifies the maximum number of
horizontal repetitions and the maximum number of vertical
repetitions.  If two <repetition>s are given, the first
specifies the maximum number of horizontal repetitions and the
second specifies the maximum number of vertical repetitions.

-- 
Etan Wexler <mailto:ewexler@stickdog.com>

Received on Monday, 7 October 2002 17:10:02 UTC