Attempt at Pubrules compliance improvements.
--- a/rdf-concepts/index.html Wed Jul 03 11:29:36 2013 -0700
+++ b/rdf-concepts/index.html Wed Jul 03 22:23:07 2013 -0400
@@ -3,11 +3,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>RDF 1.1 Concepts and Abstract Syntax</title>
+ <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD"/>
+ <!-->
<style type="text/css">
.figure { text-align: center; }
.figure a[href]:hover { background: transparent; }
table td, table th { border: 1px solid #ddd; padding: 0.2em 0.5em; }
</style>
+ -->
<script src="//www.w3.org/Tools/respec/respec-w3c-common" class="remove"></script>
<script class='remove'>
var respecConfig = {
@@ -120,7 +123,10 @@
<body>
+ <div class="head">
+
<section id="abstract">
+
<p>The Resource Description Framework (RDF) is a framework for
representing information in the Web.</p>
<p>RDF 1.1 Concepts and Abstract Syntax defines an abstract syntax
@@ -136,6 +142,7 @@
RDF graphs.</p>
</section>
+</div>
<section id="section-Introduction" class="informative">
<h2>Introduction</h2>