A tag bug
-
I’m noticing a bug using
a
tags using 3.4.1. Tried on a few sites using 3.4.1.To replicate:
- When editing a post, go in HTML view.
- Add a link with both a HREF and a NAME:
<a href="https://google.com" name="#google">google</a>
- Click on Visual mode
- Go back to HTML mode. code now looks like:
<a href="https://google.com" name="#google"></a>google
Link text is being moved outside the
a
tag.Let me know if you have any questions. I don’t believe this should happen – you should, in theory, be able to put both an HREF and a NAME together, though perhaps this isn’t valid syntax.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘A tag bug’ is closed to new replies.