Bug 84761
| Summary: | webkit fails IETC column-filling-001.htm | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dave Tharp <dtharp> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | bfulgham, browserbugs2, dminor, syoichi, webkit.org |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://samples.msdn.microsoft.com/ietestcenter/css3/multicolumn/column-filling-001.htm | ||
| Bug Depends on: | 94079 | ||
| Bug Blocks: | 76198 | ||
Dave Tharp
Red letters visible on rendered page.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Gérard Talbot (no longer involved)
<meta name="assert" content="Columns are filled sequentially."/>
Not true. Columns, by default, are filled in a balanced manner.
"
7.1. ‘column-fill’
Name: column-fill
Value: auto | balance
Initial: balance
Applies to: multicol elements
"
http://www.w3.org/TR/css3-multicol/#cf
And this is the case for this test as column-fill is not declared.
Brent Fulgham
The relevant test case has been removed from the website.