caxy/php-htmldiff

Add placeholder for the HTML5 <picture> element.

LukeLeber opened this issue · 0 comments

The <picture> element needs some special treatment, much like the <img> element.

I think we might be able to just wrap a <del> and <ins> around the entire element if anything inside has changed? We can't really inject any new markup into the <picture> due to HTML rules.