WPIntell

Source evidence

Unexpected HTML Tag Change

Lazy Loader · review · 2019-12-12T01:11:00+00:00

mixedsentiment
mediumseverity
0.86relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 3 stars
Takuya Matsuda unresolved
Image lazy load is worked. But in WordPress 4.9.7, <h3><p>example</p><h3> is automatically changed to <h3></h3><p>example</p>. Hi @takuya108817 , thanks for opening the issue. I guess the problem is that p is not allowed inside a heading element, and that the parser I use in the plugin »corrects« that. I will take a closer look at it, but it could be the case that I cannot do something to fix it. Best, Florian Hi @takuya108817 , just noticed now that this is a review. If you have issues with the plugin, it would be great if you could open a thread in the support forum before writing a review 🙂 To your problem: Your code needs to look like this: <h3><p>example</p></h3> Then it should work. The problem is the missing / in the closing </h3> . Because of that, it was changed. Best, Florian Hi @florlanbrinkmann thanks reply. So now, the newest version plugin, is it work in the blow code? <h3><p>example</p></h3> and not work like below, right? <h3><p>example</p><h3> Hi @takuya108817 , yes, because <h3><p>example</p><h3> is invalid HTML. Best, Florian

Comments

4 shown
Florian Brinkmann 2019-12-12T14:41:00+00:00

Hi @takuya108817 , thanks for opening the issue. I guess the problem is that p is not allowed inside a heading element, and that the parser I use in the plugin »corrects« that. I will take a closer look at it, but it could be the case that I cannot do something to fix it. Best, Florian

Florian Brinkmann 2020-01-02T10:05:00+00:00

Hi @takuya108817 , just noticed now that this is a review. If you have issues with the plugin, it would be great if you could open a thread in the support forum before writing a review 🙂 To your problem: Your code needs to look like this: <h3><p>example</p></h3> Then it should work. The problem is the missing / in the closing </h3> . Because of that, it was changed. Best, Florian

Takuya Matsuda 2020-01-03T22:04:00+00:00

Hi @florlanbrinkmann thanks reply. So now, the newest version plugin, is it work in the blow code? <h3><p>example</p></h3> and not work like below, right? <h3><p>example</p><h3>

Florian Brinkmann 2020-01-04T10:59:00+00:00

Hi @takuya108817 , yes, because <h3><p>example</p><h3> is invalid HTML. Best, Florian