Skip to content

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

Open
adamlacombe wants to merge 3 commits into
stencil-community:mainfrom
adamlacombe:fix-meta-itemprop
Open

fix(render/meta): include itemprop and httpequiv in existing element check#16
adamlacombe wants to merge 3 commits into
stencil-community:mainfrom
adamlacombe:fix-meta-itemprop

Conversation

@adamlacombe

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant