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

<html> tag is superfluous #89

Open
chris-morgan opened this issue Jun 16, 2018 · 0 comments
Open

<html> tag is superfluous #89

chris-morgan opened this issue Jun 16, 2018 · 0 comments

Comments

@chris-morgan
Copy link

The template shown at http://strapdownjs.com/ has superfluous <html> tag wrapping it. If you’re going to omit the <head> and <body>, you might as well omit <html> as well—it’s quite legal.

The template can then be:

<!doctype html>
<title>Hello Strapdown</title>
<xmp theme="united" style="display:none;"></xmp>
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
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

No branches or pull requests

1 participant