[Webkit-unassigned] [Bug 27577] [CSS3 Backgrounds and Borders] Add background-size to the background shorthand

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 13:17:34 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=27577





--- Comment #6 from Eric Seidel <eric at webkit.org>  2012-05-01 13:17:33 PST ---
(From update of attachment 139659)
View in context: https://bugs.webkit.org/attachment.cgi?id=139659&action=review

> LayoutTests/fast/backgrounds/size/backgroundSize-in-background-shorthand.html:36
> +The background property is a shorthand property for setting most background properties at the same place in the style sheet. 
> +The number of comma-separated items defines the number of background layers.
> +Given a valid declaraion, for each layer the shorthand first sets the corresponding layer of each of background-image,
> +background-position, background-size, background-repeat, background-origin, background-clip and background-attachment
> +to that propertys initial value, then assigns any explicit values specified for this layer in the declaration. 
> +Finally background-color is set to the specified color, if any, else set to its initial value.
> +If one <box> value is present then it sets both background-origin and background-clip to that value. 
> +If two values are present, then the first sets background-origin and the second background-clip. 

Could we have just used manually sized divs instead of this wall of text?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list