Skip to content

Instantly share code, notes, and snippets.

@npdoty
Created August 20, 2012 01:45
Show Gist options
  • Save npdoty/c17a6b1615d52d7a6bcc to your computer and use it in GitHub Desktop.
Save npdoty/c17a6b1615d52d7a6bcc to your computer and use it in GitHub Desktop.
A test spec for ReSpec and previousURI
<!DOCTYPE html>
<html>
<head>
<title>ReSpec Previous Version URI Test Page</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js"
class="remove"></script>
<script class="remove">
var respecConfig = {
specStatus: "ED",
shortName: "tracking-compliance",
copyrightStart: "2011",
previousURI: "http://www.w3.org/2011/tracking-protection/drafts/tracking-compliance-20120523.html",
previousPublishDate: "2012-05-23",
previousMaturity: "ED",
edDraftURI:
"http://www.w3.org/2011/tracking-protection/drafts/tracking-compliance.html",
extraCSS:
["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
editors: [
{ name: "Nick Doty", url: "http://npdoty.name/",
company: "Nick Co.", companyURL:
"http://npdoty.name/" }
],
wg: "Tracking Protection Working Group",
wgURI: "http://www.w3.org/2011/tracking-protection/",
wgPublicList: "public-tracking",
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/49311/status",
}
</script>
</head>
<body>
<section id="abstract">
<p>This specification just tests an ReSpec feature.</p>
</section>
<section id="sotd">
<p>This is just a ReSpec test document.</p>
</section>
<section id="introduction">
<h2>Introduction</h2>
<p>This is just a ReSpec test document.</p>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment