<?xml version="1.0" encoding="UTF-8"?><property><name>alignment-baseline</name><description><![CDATA[Aligning the alignment point of an element.]]></description><keywords><![CDATA[css property alignment-baseline alignment baseline]]></keywords><longDescription><![CDATA[<p>This property specifies how an inline-level element is aligned with respect to its parent. That is, to which of the parent's baselines the alignment point of this element is aligned. Unlike the <code>dominant-baseline</code> property the <code>alignment-baseline</code> property has no effect on its children dominant-baselines.</p>
<p>Note: The <code>alignment-adjust</code> property specifies how the alignment point is determined and defaults to the baseline with the same name as the computed value of the <code>alignment-baseline</code> property.</p>
<p>Except for <code>use-script</code>, all baseline values refer to the respective baseline-identifier components of the <code>dominant-baseline</code> of the parent, and glyphs within the element are aligned similarly to the element itself. The description for <code>use-script</code> covers these points specifically.</p>
]]></longDescription><syntaxes><syntax><![CDATA[alignment-baseline: baseline | use-script | before-edge | text-before-edge | after-edge | text-after-edge | central | middle | ideographic | alphabetic | hanging | mathematical;]]></syntax></syntaxes><defaultValue><![CDATA[baseline]]></defaultValue><values><value><name><![CDATA[baseline]]></name><description><![CDATA[<p>The alignment-point of the element being aligned is aligned with the dominant baseline of the parent.</p>]]></description></value><value><name><![CDATA[use-script]]></name><description><![CDATA[<p>If the element <code>script</code> property value is <code>auto</code>, the alignment point of each glyph is aligned with the baseline-identifier of the script to which the glyph belongs. If the element <code>script</code> property value is other than <code>auto</code>, the alignment point of each glyph is aligned with the baseline-identifier specified by the <code>script</code> property. The baseline-identifier position is determined by using the relevant information related to the parent element dominant-baseline set. The alignment point of the element itself is aligned as for the <code>baseline</code> value.</p>]]></description></value><value><name><![CDATA[before-edge]]></name><description><![CDATA[<p>The alignment point of the box is aligned with the <code>before-edge</code> baseline of the line box.</p>]]></description></value><value><name><![CDATA[text-before-edge]]></name><description><![CDATA[<p>The alignment-point of the element being aligned is aligned with the <code>text-before-edge</code> baseline of the parent.</p>]]></description></value><value><name><![CDATA[after-edge]]></name><description><![CDATA[<p>The alignment point of the box is aligned with the <code>after-edge</code> baseline of the line box.</p>]]></description></value><value><name><![CDATA[text-after-edge]]></name><description><![CDATA[<p>The alignment-point of the element being aligned is aligned with the <code>text-after-edge</code> baseline of the parent.</p>]]></description></value><value><name><![CDATA[central]]></name><description><![CDATA[<p>The alignment point of the box is aligned with the <code>central</code> baseline of the parent.</p>]]></description></value><value><name><![CDATA[middle]]></name><description><![CDATA[<p>The alignment point of the box is aligned with the <code>middle</code> baseline of the parent.</p>]]></description></value><value><name><![CDATA[ideographic]]></name><description><![CDATA[<p>The alignment-point of the element being aligned is aligned with the <code>ideographic</code> baseline of the parent.</p>]]></description></value><value><name><![CDATA[alphabetic]]></name><description><![CDATA[<p>The alignment-point of the element being aligned is aligned with the lower baseline of the parent.</p>]]></description></value><value><name><![CDATA[hanging]]></name><description><![CDATA[<p>The alignment-point of the element being aligned is aligned with the hanging baseline of the parent.</p>]]></description></value><value><name><![CDATA[mathematical]]></name><description><![CDATA[<p>The alignment-point of the element being aligned is aligned with the mathematical baseline of the parent.</p>]]></description></value></values><versions><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-linebox/#alignment-baseline]]></version></versions></property>