Bug 84761 - webkit fails IETC column-filling-001.htm
Summary: webkit fails IETC column-filling-001.htm
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://samples.msdn.microsoft.com/iet...
Keywords:
Depends on: 94079
Blocks: 76198
  Show dependency treegraph
 
Reported: 2012-04-24 14:04 PDT by Dave Tharp
Modified: 2022-07-12 17:06 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Tharp 2012-04-24 14:04:49 PDT
Red letters visible on rendered page.
Comment 1 Gérard Talbot 2013-08-04 22:41:06 PDT
<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.
Comment 2 Brent Fulgham 2022-07-12 17:06:04 PDT
The relevant test case has been removed from the website.