[Programs/WebView]: Broken rendering of <p> tag #107
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rendering of tag
<p>
in WebView has very strange behavior:<p>
is the first element on the page, it is rendered as inline, not as block.<p>
one by one are still not rendered properly.Maybe it is somehow related to #100, at least case 1.
Here is one more example of problems with rendering
<p>
tag - there are no margins between paragraphs on the page, but are some margins inside paragraphs:http://scp-ukrainian.wikidot.com/scp-682
Maybe in this case, it is somehow related to #110.
Mostly fixed in 1df7b2fd4c.
More deeper fix is not possible now. Closed.