Skip to content

<html> tag is superfluous #89

@chris-morgan

Description

@chris-morgan

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions