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 HTML meta tag to be HTML5 compliant by removing the closing slash… #166

Merged
merged 1 commit into from
Nov 28, 2017

Conversation

jbampton
Copy link
Contributor

@chriddyp
Copy link
Member

wow, i've been doing it wrong all along. Here's a helpful link from the w3 spec itself: https://www.w3.org/TR/html5/syntax.html#void-elements. These are apparently "void elements", meaning they don't need a closing tag. Others include area, base, br, col, embed, hr, img, input, keygen, link, meta, param, source, track, wbr
image

@chriddyp
Copy link
Member

thanks again @jbampton !

@chriddyp chriddyp merged commit 45a165b into plotly:master Nov 28, 2017
byronz pushed a commit that referenced this pull request Apr 23, 2019
provide valid setProps for all components, even if they don't have an ID

construct paths on-the-fly while recursing through the tree.
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.

None yet

2 participants