Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: follow html specs with regards to end tags #314

Merged
merged 2 commits into from
Jan 28, 2019

Conversation

pimlie
Copy link
Collaborator

@pimlie pimlie commented Jan 28, 2019

While I was looking at the changes done by the html-minifier when generating my (Nuxt) project, I noticed that vue-meta doesnt strictly follow the html specifications. Both base, link as meta tags dont need to have an endtag. See: https://www.w3.org/TR/html52/document-metadata.html

Fixes: #270

@codecov-io
Copy link

Codecov Report

Merging #314 into master will decrease coverage by 0.15%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #314      +/-   ##
==========================================
- Coverage   41.04%   40.89%   -0.16%     
==========================================
  Files          19       19              
  Lines         268      269       +1     
==========================================
  Hits          110      110              
- Misses        158      159       +1
Impacted Files Coverage Δ
src/server/generators/tagGenerator.js 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f79f5b3...901fd2f. Read the comment docs.

@manniL
Copy link
Member

manniL commented Jan 28, 2019

Thank you ☺️

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.

3 participants