Opened 13 years ago
Closed 13 years ago
#8442 closed New Feature (duplicate)
Block (i.e. not inline) <a> tags
Reported by: | MarkS | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
With HTML5 anchor tags are now valid block elements
e.g. The following is perfectly valid
<a href=""> <img src="" alt="" /> <h1>Some Text</h1> </a>
However, with CKEditor, the cleanup converts it to
<a href=""><img src="" alt="" /></a> <a href=""><h1>Some Text</h1></a>
I'm requesting that the requirement for <a> tags to be inline elements is removed
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
It seems that it's a duplicate of #7961