[Webkit-unassigned] [Bug 60574] Text is unreadable at pwh.district70.org, looks fine in IE in compatibility mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 21:37:51 PDT 2011


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


Hyungwook Lee <withlhw at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |withlhw at gmail.com




--- Comment #2 from Hyungwook Lee <withlhw at gmail.com>  2011-08-08 21:37:51 PST ---
It is site specific isuse which only IE supports nested background.

I think to support nested background is out of CSS specification.

According to the layout.css in isused page, we can see two backgrounds are defined in body and #container selector as below.

/* Rule 4 of layout.css */ 

BODY {
BACKGROUND: url(http://pwh.district70.org/media/picts/back2.gif) repeat-y center 50%
}

#container {
BACKGROUND: url(http://pwh.district70.org/media/picts/bg2.gif) repeat-y;
}

Hence it is site specific isuse which uses nested background.
(only IE supported nested background)

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