<?xml version="1.0" encoding="UTF-8"?><property><name>word-wrap</name><description><![CDATA[Specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit within the line box]]></description><keywords><![CDATA[css property word-wrap word wrap]]></keywords><longDescription><![CDATA[<p>This property specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit within the line box. It only has an effect when <a href="text-wrap">text-wrap</a> is either <code>normal</code> or <code>suppress</code>.</p>

<h2>Syntax</h2>
<p><code>word-wrap: normal | break-word;</code></p>

]]></longDescription><syntaxes></syntaxes><versions><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-text/#word-wrap]]></version></versions></property>