<?xml version="1.0" encoding="UTF-8"?><property><name>border</name><description><![CDATA[Shorthand property for setting the same width, color, and style for all four borders of a box.]]></description><keywords><![CDATA[css property border]]></keywords><longDescription><![CDATA[<p>See <code>border-top</code>, <code>border-right</code>, <code>border-bottom</code> et <code>border-left</code>.</p>
]]></longDescription><syntaxes><syntax><![CDATA[border: <width> || <style> || <color>;]]></syntax></syntaxes><values><value><name><![CDATA[<width>]]></name><description><![CDATA[<p>The border width. The lengths corresponding to <code>thin</code>, <code>medium</code> and <code>thick</code> are not specified, but the values are constant throughout a document and <code>thin</code> ≤ <code>medium</code> ≤ <code>thick</code>.</p>]]></description><values><value><name><![CDATA[<length>]]></name><description><![CDATA[It may not be negative.]]></description></value><value><name><![CDATA[thin]]></name><description><![CDATA[]]></description></value><value><name><![CDATA[medium]]></name><description><![CDATA[]]></description></value><value><name><![CDATA[thick]]></name><description><![CDATA[]]></description></value></values></value><value><name><![CDATA[<style>]]></name><description><![CDATA[<p>The border style.</p>]]></description><values><value><name><![CDATA[none]]></name><description><![CDATA[No border. Color and width are ignored (i.e., the border has width 0, unless the border is an image, see <code>background-image</code>).]]></description></value><value><name><![CDATA[hidden]]></name><description><![CDATA[Same as <code>none</code>, but has different behavior in the border conflict resolution rules for border-collapsed tables.]]></description></value><value><name><![CDATA[dotted]]></name><description><![CDATA[A series of round dots.]]></description></value><value><name><![CDATA[dashed]]></name><description><![CDATA[A series of square-ended dashes.]]></description></value><value><name><![CDATA[solid]]></name><description><![CDATA[A single line segment.]]></description></value><value><name><![CDATA[double]]></name><description><![CDATA[Two parallel solid lines with some space between them. The thickness of the lines is not specified, but the sum of the lines and the space must equal <code>border-width</code>.]]></description></value><value><name><![CDATA[groove]]></name><description><![CDATA[Looks as if it were carved in the canvas. This is typically achieved by creating a “shadow” from two colors that are slightly lighter and darker than the <code>border-color</code>.]]></description></value><value><name><![CDATA[ridge]]></name><description><![CDATA[Looks as if it were coming out of the canvas.]]></description></value><value><name><![CDATA[inset]]></name><description><![CDATA[Looks as if the content on the inside of the border is sunken into the canvas. Treated as <code>ridge</code> in border-collapsed tables.]]></description></value><value><name><![CDATA[outset]]></name><description><![CDATA[Looks as if the content on the inside of the border is coming out of the canvas. Treated as <code>groove</code> in border-collapsed tables.]]></description></value></values></value><value><name><![CDATA[<color>]]></name><description><![CDATA[<p>The border color.</p>]]></description></value></values><versions><version key="doc1"><![CDATA[http://www.w3.org/TR/CSS1/#border]]></version><version key="doc2"><![CDATA[http://www.w3.org/TR/CSS2/box.html#propdef-border]]></version><version key="doc21"><![CDATA[http://www.w3.org/TR/CSS21/box.html#propdef-border]]></version><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-background/#the-border-shorthands]]></version></versions></property>