Replies: 1 comment
-
Hi @Daveden2! That's a good point you've raised! Thank you for sharing it! I'll forward this to the team and we will discuss it further! 🙏 💪 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The Editor v4 introduced a neat feature which solves a lot of issues that have been mentioned in the past about "Broken Layouts" due to nested anchor
<a>
tags.However, we can take it a step further to prevent us from adding an anchor tag when either an
<a>
or<button>
tag is detected.Here is a report from HTML validator when I set the parent Div element to an
<a>
and insert a<button>
element into it.Agreement
Beta Was this translation helpful? Give feedback.
All reactions