<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-margin-bottom-collapse</name><description><![CDATA[Specifies the behavior of an element’s bottom margin if it is adjacent to an element with a margin. Elements can maintain their respective margins or share a single margin between them.]]></description><keywords><![CDATA[css property -webkit-margin-bottom-collapse webkit margin bottom collapse]]></keywords><longDescription><![CDATA[<p>This property allows you to emulate the behavior of some browsers in quirks mode where table cell margins are collapsed into the borders of vertically adjacent cells.</p>
]]></longDescription><syntaxes><syntax><![CDATA[-webkit-margin-bottom-collapse: collapse | discard | separate;]]></syntax></syntaxes><values><value><name><![CDATA[collapse]]></name><description><![CDATA[<p>Two adjacent margins are collapsed into a single margin.</p>]]></description></value><value><name><![CDATA[discard]]></name><description><![CDATA[<p>The element’s margin is discarded if it is adjacent to another element with a margin.</p>]]></description></value><value><name><![CDATA[separate]]></name><description><![CDATA[<p>Two adjacent margins remain separate.</p>]]></description></value></values><versions><version key="safari.3.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-margin-bottom-collapse]]></version><version key="ios.1.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-margin-bottom-collapse]]></version></versions></property>