[Webkit-unassigned] [Bug 21620] New: red border missing in webkit because of non-standard style declaration
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 15 14:42:27 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21620
Summary: red border missing in webkit because of non-standard
style declaration
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: PC
URL: http://sports.sina.com.cn/f1/2007csbk/index.shtml
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jasneet at chromium.org
CC: jasneet at chromium.org
I Steps:
Go to http://sports.sina.com.cn/f1/2007csbk/index.shtml
Scroll down
Observe the title "成绩公告
II Issue:
There is a bright red border around title "成绩公告" in
IE, however it is not displayed in webkit/FF3.
III Conclusion:
This issue is caused by non-standard style declaration: style="border=1px solid
#F23100; " in tag <table>, if change it to style="border: 1px solid #F23100; "
then it works fine in any browser.
IV Other Browsers:
IE7: ok
FF3: not ok
V Nightly tested: 37604
--
Configure bugmail: https://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