[Webkit-unassigned] [Bug 15508] If the style defined for an element has a space between Universal selector(*) and id(#), then Safari doesn't render that element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 14 11:39:04 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15508
mrowe at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrowe at apple.com
------- Comment #2 from mrowe at apple.com 2007-10-14 11:39 PDT -------
The problem would appear to be that "html>body*#search .srchimgs" is parsed as
"html > body #search .srchimgs". The title is highly misleading: the element
is not rendered because the stylesheet has display: none. The problem is the
misparsing of the selector, not that the element is not rendered.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list