Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p tag bug?(solved) #27

Closed
washare opened this issue Aug 25, 2022 · 2 comments
Closed

p tag bug?(solved) #27

washare opened this issue Aug 25, 2022 · 2 comments

Comments

@washare
Copy link

washare commented Aug 25, 2022

ErrorSample.zip
I found a strange thing about p tag on use [var.xxx;htmlconv=no].

after replace <p>[var.hello;htmlconv=no;noerr]</p>
p tag appear in error position
<p></p>
<li>hello</li>
<p></p>

if I remove htmlconv=no
it will be correct

if change <p>to <div> ,it will be correct,too.

@roxblnfk
Copy link
Contributor

roxblnfk commented Aug 25, 2022

How did you test it?

If you did it in the chrome debug panel:
img
then there is no bug. Chrome compiles source code to that representation because the li tag can't be wrapped by p tag.

You should watch the source code.
img

@washare
Copy link
Author

washare commented Aug 26, 2022

I got it~Thanks For Your Help 。

@washare washare changed the title p tag bug? p tag bug?(solved) Aug 26, 2022
@washare washare closed this as completed Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants