<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-box-align</name><description><![CDATA[Specifies the alignment of nested elements within an outer flexible box element.]]></description><keywords><![CDATA[css property -webkit-box-align webkit box align]]></keywords><longDescription><![CDATA[<p>This property specifies the horizontal alignment if the box direction is vertical, and vice versa. This property applies only to flexible box layouts. For more information about flexible boxes, see <a href="http://www.w3.org/TR/css3-layout/">http://www.w3.org/TR/css3-layout/</a>.</p>

]]></longDescription><syntaxes><syntax><![CDATA[-webkit-box-align: baseline | center | end | start | stretch;]]></syntax></syntaxes><values><value><name><![CDATA[baseline]]></name><description><![CDATA[<p>Elements are aligned with the baseline of the box.</p>]]></description></value><value><name><![CDATA[center]]></name><description><![CDATA[<p>Elements are aligned with the center of the box.</p>]]></description></value><value><name><![CDATA[end]]></name><description><![CDATA[<p>Elements are aligned with the end of the box.</p>]]></description></value><value><name><![CDATA[start]]></name><description><![CDATA[<p>Elements are aligned with the start of the box.</p>]]></description></value><value><name><![CDATA[stretch]]></name><description><![CDATA[<p>Elements are stretched to fill the box.</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-box-align]]></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-box-align]]></version></versions></property>