[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

 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  { display: table-header-group }
 tbody  { display: table-row-group }
 tfoot  { display: table-footer-group }
 colgroup   { display: table-column-group }
 col{ display: table-column }

 caption{ display: table-caption }
 input, select  { display: inline-block }


 2008/10/25 Yoann Aubineau [EMAIL PROTECTED]:
 And the associated test coverage.

 Note that the test doesn't fail when display:none is applied inline,
 at least in Safari 3.1. But it does when the property is set from a
 style block.

 PS: Thanks for who attached those files to the ticket in Trac.

 2008/10/25 Yoann Aubineau [EMAIL PROTECTED]:
 As Mochikit's Trac doesn't allow new registration for the moment, I
 can't attach new files or add comments to the ticket I've just opened.
 Here they are :
 - test.html : an HTML showing the problem in action
 - patch : a proposed patch

 Test coverage is coming up.




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[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 7:15 PM, Yoann Aubineau
[EMAIL PROTECTED] wrote:

 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

 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  { display: table-header-group }
 tbody  { display: table-row-group }
 tfoot  { display: table-footer-group }
 colgroup   { display: table-column-group }
 col{ display: table-column }

 caption{ display: table-caption }
 input, select  { display: inline-block }


 2008/10/25 Yoann Aubineau [EMAIL PROTECTED]:
 And the associated test coverage.

 Note that the test doesn't fail when display:none is applied inline,
 at least in Safari 3.1. But it does when the property is set from a
 style block.

 PS: Thanks for who attached those files to the ticket in Trac.

 2008/10/25 Yoann Aubineau [EMAIL PROTECTED]:
 As Mochikit's Trac doesn't allow new registration for the moment, I
 can't attach new files or add comments to the ticket I've just opened.
 Here they are :
 - test.html : an HTML showing the problem in action
 - patch : a proposed patch

 Test coverage is coming up.




 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



[mochikit] Re: Ticket #325 follow-up

2008-10-25 Thread Yoann Aubineau
And the associated test coverage.

Note that the test doesn't fail when display:none is applied inline,
at least in Safari 3.1. But it does when the property is set from a
style block.

PS: Thanks for who attached those files to the ticket in Trac.

2008/10/25 Yoann Aubineau [EMAIL PROTECTED]:
 As Mochikit's Trac doesn't allow new registration for the moment, I
 can't attach new files or add comments to the ticket I've just opened.
 Here they are :
 - test.html : an HTML showing the problem in action
 - patch : a proposed patch

 Test coverage is coming up.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
MochiKit group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~--~~~~--~~--~--~---



test.patch
Description: Binary data