<?xml version="1.0" encoding="UTF-8"?><property><name>text-overflow</name><description><![CDATA[This property specifies rendering when inline content overflows its block container element ("the block") in its inline progression direction that has <code>overflow</code> other than <code>visible</code>.]]></description><keywords><![CDATA[css property text-overflow text overflow]]></keywords><longDescription><![CDATA[<p>Text can overflow for example when it is prevented from wrapping (e.g. due to <code>white-space:nowrap</code> or a single word is too long to fit).</p>]]></longDescription><syntaxes><syntax><![CDATA[text-overflow: ( clip | ellipsis | <string> ){1,2};]]></syntax></syntaxes><defaultValue><![CDATA[clip]]></defaultValue><values><value><name><![CDATA[clip]]></name><description><![CDATA[Clip inline content that overflows. Characters may be only partially rendered.]]></description></value><value><name><![CDATA[ellipsis]]></name><description><![CDATA[Render an ellipsis character (U+2026) to represent clipped inline content. Implementations may substitute a more language/script-appropriate ellipsis character, or three dots <code>"..."</code> if the ellipsis character is unavailable.]]></description></value><value><name><![CDATA[<string>]]></name><description><![CDATA[Render the given string to represent clipped inline content. The given string is treated as an independent paragraph for bidi purposes.]]></description></value></values><versions><version key="doc3"><![CDATA[http://dev.w3.org/csswg/css3-ui/#text-overflow]]></version></versions></property>