<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-user-modify</name><description><![CDATA[Determines whether a user can edit the content of an element.]]></description><keywords><![CDATA[css property -webkit-user-modify webkit user modify]]></keywords><longDescription><![CDATA[<p>This is closely related to the <code>contentEditable</code> attribute.</p>
]]></longDescription><syntaxes><syntax><![CDATA[-webkit-user-modify: read-only | read-write | read-write-plaintext-only;]]></syntax></syntaxes><values><value><name><![CDATA[read-only]]></name><description><![CDATA[<p>The content is read-only.</p>]]></description></value><value><name><![CDATA[read-write]]></name><description><![CDATA[<p>The content can be read and written.</p>]]></description></value><value><name><![CDATA[read-write-plaintext-only]]></name><description><![CDATA[<p>The content can be read and written, but any rich formatting of pasted text is lost.</p>]]></description></value></values><versions><version key="safari.3.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-user-modify]]></version></versions></property>