Compare how it parses:
<div class="h-entry"><div class="e-content"><p>Hello</p></div></div>
to how it parses:
<div class="h-entry"><div class="h-card e-content"><p>Hello</p></div></div>
Note that in the second example the "html:" key inside content is lost for no reason.