merged in some of dome's changes. (don't think we need to make html/xhtml distinctions unless really ncessary though, so those were not added)
authorHenry Story <henry.story@bblfish.net>
Wed, 23 Nov 2011 22:47:40 +0100
changeset 212 cea2632126d0
parent 211 5407c4ddc111
child 213 6ede212ba102
merged in some of dome's changes. (don't think we need to make html/xhtml distinctions unless really ncessary though, so those were not added)
spec/index-respec.html
--- a/spec/index-respec.html	Wed Nov 23 22:30:26 2011 +0100
+++ b/spec/index-respec.html	Wed Nov 23 22:47:40 2011 +0100
@@ -477,25 +477,28 @@
 <h1>Namespaces</h1>
 <p>Examples assume the following namespace prefix bindings unless otherwise stated:</p>
 <table style="text-align: left; border-color: rgb(0, 0, 0); border-collapse: collapse;" border="1" cellpadding="5">
- <tbody>
+ <thead>
   <tr>
     <th>Prefix</th>
     <th>IRI</th>
   </tr>
+ </thead>
+ <tbody>
   <tr>
-    <td>cert</td>
+    <td><code>cert</code></td>
     <td>http://www.w3.org/ns/auth/cert#</td>
   </tr>
+
   <tr>
-    <td>xsd</td>
+    <td><code>xsd</code></td>
     <td>http://www.w3.org/2001/XMLSchema#</td>
   </tr>
   <tr>
-    <td>foaf</td>
+    <td><code>foaf</code></td>
     <td>http://xmlns.com/foaf/0.1/</td>
   </tr>
   <tr>
-    <td>ex</td>
+    <td><code>ex</code></td>
     <td>https://bob.example/profile#</td>
   </tr>
   </tbody>
@@ -861,7 +864,8 @@
 PREFIX : &lt;http://www.w3.org/ns/auth/cert#&gt;
 ASK {
    &lt;https://bob.example/webid#public&gt; :key [
-      :modulus "cb24ed85d64d794b69c701c186acc059501e856000f661c93204d8380e07191c5c8b368d2ac32a428acb970398664368dc2a867320220f755e99ca2eecdae62e8d15fb58e1b76ae59cb7ace8838394d59e7250b449176e51a494951a1c366c6217d8768d682dde78dd4d55e613f8839cf275d4c8403743e7862601f3c49a6366e12bb8f498262c3c77de19bce40b32f89ae62c3780f5b6275be337e2b3153ae2ba72a9975ae71ab724649497066b660fcf774b7543d980952d2e8586200eda4158b014e75465d91ecf93efc7ac170c11fc7246fc6ded79c37780000ac4e079f671fd4f207ad770809e0e2d7b0ef5493befe73544d8e1be3dddb52455c61391a1"^^xsd:hexBinary;
+      :modulus "00cb24ed85d64d794b69c701c186acc059501e856000f661c93204d8380e07191c5c8b368d2ac32a428acb970398664368dc2a867320220f755e99ca2eecdae62e8d15fb58e1b76ae59cb7ace8838394d59e7250b449176e51a494951a1c366c6217d8768d682dde78dd4d55e613f8839cf275d4c8403743e7862601f3c49a6366e12bb8f498262c3c77de19bce40b32f89ae62c3780f5b6275be337e2b3153ae2ba72a9975ae71ab724649497066b660fcf774b7543d980952d2e8586200eda4158b014e75465d91ecf93efc7ac170c11fc7246fc6ded79c37780000ac4e079f671fd4f207ad770809e0e2d7b0ef5493befe73544d8e1be3dddb52455c61391a1"^^xsd:hexBinary;
+    "^^xsd:hexBinary;
       :exponent 65537;
    ] .
 }