<?xml version="1.0" encoding="UTF-8"?><property><name>cursor</name><description><![CDATA[The type of cursor to be displayed for the pointing device]]></description><keywords><![CDATA[css property cursor]]></keywords><longDescription><![CDATA[<p>This property specifies the type of cursor to be displayed for the pointing device.</p>

]]></longDescription><syntaxes><syntax><![CDATA[cursor: [ <uri>, ]* <system>;]]></syntax><syntax><![CDATA[cursor: [ <uri> [ <x> <y> ]? , ]* <system>; ]]></syntax></syntaxes><values><value><name><![CDATA[<uri>]]></name><description><![CDATA[<p>The user agent retrieves the cursor from the resource designated by the URI. If the user agent cannot handle the first cursor of a list of cursors, it must attempt to handle the second, etc. If the user agent cannot handle any user-defined cursor, it must use the cursor keyword at the end of the list. The optional <code>&lt;x&gt;</code> and <code>&lt;y&gt;</code> coordinates identify the exact position within the image which is the pointer position (i.e., the hotspot).</p>]]></description></value><value><name><![CDATA[<x>]]></name><description><![CDATA[<p>The x-coordinate of the position in the cursor's coordinate system (left/top relative) which represents the precise position that is being pointed to.</p>]]></description></value><value><name><![CDATA[<y>]]></name><description><![CDATA[<p>The y-coordinate of the position in the cursor's coordinate system (left/top relative) which represents the precise position that is being pointed to.</p>]]></description></value><value><name><![CDATA[<system>]]></name><description><![CDATA[<p>System cursor.</p>]]></description><values><value><name><![CDATA[alias]]></name><description><![CDATA[Indicates an alias of/shortcut to something is to be created. Often rendered as an arrow with a small curved arrow next to it.]]></description></value><value><name><![CDATA[all-scroll]]></name><description><![CDATA[Indicates that the something can be scrolled in any direction. Often rendered as arrows pointing up, down, left, and right with a dot in the middle.]]></description></value><value><name><![CDATA[auto]]></name><description><![CDATA[The UA determines the cursor to display based on the current context.]]></description></value><value><name><![CDATA[cell]]></name><description><![CDATA[Indicates that a cell or set of cells may be selected. Often rendered as a thick plus-sign with a dot in the middle.]]></description></value><value><name><![CDATA[context-menu]]></name><description><![CDATA[A context menu is available for the object under the cursor. Often rendered as an arrow with a small menu-like graphic next to it.]]></description></value><value><name><![CDATA[copy]]></name><description><![CDATA[Indicates something is to be copied. Often rendered as an arrow with a small plus sign next to it.]]></description></value><value><name><![CDATA[col-resize]]></name><description><![CDATA[Indicates that the item/column can be resized horizontally. Often rendered as arrows pointing left and right with a vertical bar separating them.]]></description></value><value><name><![CDATA[crosshair]]></name><description><![CDATA[A simple crosshair (e.g., short line segments resembling a "+" sign). Often used to indicate a two dimensional bitmap selection mode.]]></description></value><value><name><![CDATA[default]]></name><description><![CDATA[The platform-dependent default cursor. Often rendered as an arrow.]]></description></value><value><name><![CDATA[help]]></name><description><![CDATA[Help is available for the object under the cursor. Often rendered as a question mark or a balloon.]]></description></value><value><name><![CDATA[move]]></name><description><![CDATA[Indicates something is to be moved.]]></description></value><value><name><![CDATA[no-drop]]></name><description><![CDATA[Indicates that the dragged item cannot be dropped at the current cursor location. Often rendered as a hand or pointer with a small circle with a line through it.]]></description></value><value><name><![CDATA[none]]></name><description><![CDATA[No cursor is rendered for the element.]]></description></value><value><name><![CDATA[not-allowed]]></name><description><![CDATA[Indicates that the requested action will not be carried out. Often rendered as a circle with a line through it.]]></description></value><value><name><![CDATA[pointer]]></name><description><![CDATA[The cursor is a pointer that indicates a link.]]></description></value><value><name><![CDATA[progress]]></name><description><![CDATA[A progress indicator. The program is performing some processing, but is different from <code>wait</code> in that the user may still interact with the program. Often rendered as a spinning beach ball, or an arrow with a watch or hourglass.]]></description></value><value><name><![CDATA[row-resize]]></name><description><![CDATA[Indicates that the item/row can be resized vertically. Often rendered as arrows pointing up and down with a horizontal bar separating them.]]></description></value><value><name><![CDATA[text]]></name><description><![CDATA[Indicates text that may be selected. Often rendered as a vertical I-beam. User agents may automatically display a horizontal I-beam/cursor (e.g. same as the <code>vertical-text</code> keyword) for vertical text, or for that matter, any angle of I-beam/cursor for text that is rendered at any particular angle.]]></description></value><value><name><![CDATA[vertical-text]]></name><description><![CDATA[Indicates vertical-text that may be selected. Often rendered as a horizontal I-beam.]]></description></value><value><name><![CDATA[wait]]></name><description><![CDATA[Indicates that the program is busy and the user should wait. Often rendered as a watch or hourglass.]]></description></value><value><name><![CDATA[n-resize]]></name><description><![CDATA[Indicates that the north edge is to be moved.]]></description></value><value><name><![CDATA[w-resize]]></name><description><![CDATA[Indicates that the west edge is to be moved.]]></description></value><value><name><![CDATA[s-resize]]></name><description><![CDATA[Indicates that the south edge is to be moved.]]></description></value><value><name><![CDATA[e-resize]]></name><description><![CDATA[Indicates that the east edge is to be moved.]]></description></value><value><name><![CDATA[nw-resize]]></name><description><![CDATA[Indicates that the north-west corner is to be moved.]]></description></value><value><name><![CDATA[ne-resize]]></name><description><![CDATA[Indicates that the north-east corner is to be moved.]]></description></value><value><name><![CDATA[sw-resize]]></name><description><![CDATA[Indicates that the south-west corner is to be moved.]]></description></value><value><name><![CDATA[se-resize]]></name><description><![CDATA[Indicates that the south-east corner is to be moved.]]></description></value><value><name><![CDATA[ew-resize]]></name><description><![CDATA[Indicates a bidirectional resize cursor.]]></description></value><value><name><![CDATA[ns-resize]]></name><description><![CDATA[Indicates a bidirectional resize cursor.]]></description></value><value><name><![CDATA[nesw-resize]]></name><description><![CDATA[Indicates a bidirectional resize cursor.]]></description></value><value><name><![CDATA[nwse-resize]]></name><description><![CDATA[Indicates a bidirectional resize cursor.]]></description></value></values></value></values><versions><version key="doc2"><![CDATA[http://www.w3.org/TR/CSS2/ui.html#propdef-cursor]]></version><version key="doc21"><![CDATA[http://www.w3.org/TR/CSS21/ui.html#propdef-cursor]]></version><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-ui/#cursor]]></version></versions></property>