- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 May 2011 13:21:15 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/test-spec
In directory hutz:/tmp/cvs-serv25437/test-spec
Added Files:
TAG.html
Log Message:
added support for TAG findings. The code could use massive refactoring but I'll only do that in v2
--- NEW FILE: TAG.html ---
<!DOCTYPE html>
<html>
<head>
<title>Dated-Space Is Evil</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<script src='../js/respec.js' class='remove'></script>
<script class='remove'>
var respecConfig = {
// document info
specStatus: "draft-finding",
shortName: "datedSpaceEvil",
previousPublishDate: "2009-03-15",
extraCSS: ["../css/respec.css"],
inlineCSS: true,
// editors
editors: [
{ name: "Robin Berjon", url: "http://berjon.com/",
company: "Robineko", companyURL: "http://robineko.com/" },
{ name: "Batman", company: "Outsiders" },
],
};
</script>
</head>
<body>
<section id='abstract'>
<p>
This is an example TAG Finding used for the sole purpose of refining ReSpec support for it.
It does however cover web-architectural ground of major importance, which is that dated-space
is truly and fully evil.
</p>
</section>
<section id='sotd'>
<p>
This document has been produced by the <a href="http://www.w3.org/2001/tag/">W3C Technical Architecture Group (TAG)</a>.
The TAG approved this finding at its
<a href="http://www.w3.org/2001/tag/2006/02/14-tagmem-minutes#item04">14 February 2006 teleconference</a>.
</p>
<p>
The text of this finding was adapted from <a href="http://www.w3.org/DesignIssues/Principles.html#PLP">Principle of
Least Power</a>. The TAG may incorporate this and other findings into future versions of the <a href="#AWWW">[AWWW]</a>.
</p>
<p>
Please send comments on this finding to the publicly archived TAG mailing list
<a href="mailto:www-tag@w3.org">www-tag@w3.org</a> (<a href="http://lists.w3.org/Archives/Public/www-tag/">archive</a>).
</p>
</section>
<section>
<h2>Lorem Lorem Lorem</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt
in culpa qui officia deserunt mollit anim id est laborum.
</p>
</section>
</body>
</html>
Received on Monday, 23 May 2011 13:21:19 UTC