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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to