[Webkit-unassigned] [Bug 13568] New: [CSS21] Make XHTML <body> magic just like HTML <body>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 2 07:41:53 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13568
Summary: [CSS21] Make XHTML <body> magic just like HTML <body>
Product: WebKit
Version: 522+ (nightly)
Platform: All
URL: http://simon.html5.org/test/css/magic-body/
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: zcorpan at hotmail.com
<body> is magic in HTML but not in XHTML, and there are bugs in some edge
cases. (Note that this bug is invalid per the current spec, but the plan is to
change the spec:
http://lists.w3.org/Archives/Public/www-style/2007Apr/0196.html )
Reproducible: Always
Steps to Reproduce:
1. Run the test cases.
2.
3.
Actual Results:
'background-color', 'background-image' and 'overflow' is not handled
equivalently between HTML and XHTML, and there are some bugs in the edge cases
as well.
Expected Results:
'background-color', 'background-image' and 'overflow' should work the same in
both HTML and XHTML when applied to <body>. Edge cases should be handled as
what the current spec says should happen for HTML.
--
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