2
votes
1answer
35 views

<b> within <pre> not visible on mobile and windows; although fonts are present

Within <pre>, the tag <b> is visually ignored on the mobile version and on some Window-versions. For reproduction read this answer. It contains many annotated programs (failure-slice). ...
1
vote
1answer
126 views

Display error when nesting <pre/> in <code/> elements

I have found an issue in this question: How to get list of values in GROUP_BY clause? Check this out. I enter the following piece of HTML: <code><pre>hello</pre></code> It ...