Opened 11 years ago
Closed 11 years ago
#12198 closed Bug (invalid)
Table inside Paragraph
| Reported by: | Subash | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Dear Team,
May i know the reason why the Paragraph is not allowing Table inside it. (e.g) <p>
<table>...</table>
</p>
instead of above it works as below,
<p> ... </p> <table> ... </table>
Please do the needful.
Regards, Subash Ramadoss
Change History (1)
comment:1 Changed 11 years ago by
| Keywords: | Table removed |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
| Version: | 4.3.1 |

Paragraph allows only text and inline/pharasing content inside it (http://www.w3.org/TR/html-markup/p.html#p).
You can't use other block/flow elements inside paragraph. This is invalid HTML.