On my site, in which the text field is used for sending, I have a code that can appear in the following lines:
<textarea><p>text</p></textarea>
When checking (XHTML 1.0 Transitional) this error occurs,
line 88 column 50 - Error: document type does not allow element "p" here
If this is an invalid method, then what is expected? I could do a workaround with the JavaScript onload event, but that seems unnecessary. Regardless of the fact that this does not affect the output, I would prefer my site to confirm.
source
share