[mochikit] Re: Ticket #325 follow-up

2008-10-31 Thread Per Cederberg
Ok, thanks! I was a bit sloppy in my first implementation, but in r1453 I added all the display styles below. Some of them might break in IE6 and so, but it is still better than being broken all the time (as you pointed out). Thanks for reviewing the code! Cheers, /Per On Fri, Oct 31, 2008 at

[mochikit] Re: Ticket #325 follow-up

2008-10-31 Thread Yoann Aubineau
Oups, sorry. What I meant is that W3C provides a sample HTML4 stylesheet that, even though not autoritative, may be a useful guideline to complete the _defaultDisplay dictionary introduced in changeset 1449. 2008/10/31 Yoann Aubineau <[EMAIL PROTECTED]>: > http://www.w3.org/TR/CSS21/sample.html

[mochikit] Re: Ticket #325 follow-up

2008-10-31 Thread Yoann Aubineau
http://www.w3.org/TR/CSS21/sample.html head { display: none } dir, hr, menu, pre { display: block } li { display: list-item } table { display: table } tr { display: table-row } td, th { display: table-cell } thead

[mochikit] Re: Suggested API:s for MochiKit 1.5

2008-10-31 Thread Per Cederberg
On Fri, Oct 31, 2008 at 1:15 AM, Arnar Birgisson <[EMAIL PROTECTED]> wrote: > To draw from Python again, both could be implemented with one function > called "bool". This would convert any object to a boolean. Nice idea! > How about a generic "first" function in Iter? Would be > > first(someChec