[Webkit-unassigned] [Bug 17601] Individual shorthand properties are not editable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 17:37:52 PDT 2009


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





--- Comment #1 from Dave Land <land at aol.com>  2009-10-26 17:37:52 PDT ---
Created an attachment (id=41920)
 --> (https://bugs.webkit.org/attachment.cgi?id=41920)
Demonstrates that background shorthand property is missing
background-position-x and background-position-y sub-properties.

In addition, the shorthand does not show the background-position-x or
background-position-y sub-properties, per the attached HTML demo.

Inspect the green div with ID "InspectMe", then double-click the background
shorthand property. It will read:

background:
url(http://a3.twimg.com/profile_background_images/3703201/d-a-v-e-bg.png)
no-repeat scroll green;

Instead of:

background:
url(http://a3.twimg.com/profile_background_images/3703201/d-a-v-e-bg.png)
no-repeat scroll green top right;

-- 
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