1
edit
Changes
→Legal Values
<tr><th>Value</th><th>Description</th></tr>
<tr><td>inherit</td><td>Inherit the value from parent element.</td></tr>
<tr><td>read-only</td><td>Allow for viewing, selecting and copying the element contents.'''This has been tested in FF2.0 and doesn't work.'''</td></tr>
<tr><td>read-write</td><td>Allow for viewing, selecting, copying and editing the element contents.</td></tr>
<tr><td>write-only</td><td>Allow for selecting and editing the element contents.</td></tr>