stencil-helmet icon indicating copy to clipboard operation
stencil-helmet copied to clipboard

fix(render/meta): include itemprop and httpequiv in existing element check

Open adamlacombe opened this issue 4 years ago • 0 comments

meta tags such as <meta itemprop="description" content="test value" /> or <meta http-equiv="Status" content="410 Gone"/> were not updating the content attribute when changed.

We would instead see duplicate meta tags (same itemprop/http-equiv value) but with different content attribute values.

adamlacombe avatar Feb 04 '21 16:02 adamlacombe