- From: Manu Sporny via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 03 May 2010 00:42:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/rdfa
In directory hutz:/tmp/cvs-serv31575
Modified Files:
Overview-src.html
Added Files:
html-rdfa.css
Log Message:
Cleaned the text for the HTML+RDFa spec, added CSS file for spec, added
HTML401-rdfa11-1.dtd.
--- NEW FILE: html-rdfa.css ---
code { font-family: monospace; }
span.hilite { color: red; /* font-weight: bold */ }
li p { margin-top: 0.3em;
margin-bottom: 0.3em; }
div.explanation { background-color: #ADD8E6;
width: 80%;
margin: 12px; padding: 8px; }
div.explanation li { margin-top: 8px; }
div.explanation dd { margin: 4px; }
.adef {
font-family: monospace;
font-weight: bold;
color: #ff4500;
}
.aref {
font-family: monospace;
font-weight: bold;
color: #ff4500;
}
a.tref {
font-family: monospace;
font-weight: bold;
color: #4500ff;
}
span.entity { color: red; }
span.element { color: green; }
Index: Overview-src.html
===================================================================
RCS file: /sources/public/html5/rdfa/Overview-src.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Overview-src.html 2 May 2010 02:29:37 -0000 1.1
+++ Overview-src.html 3 May 2010 00:42:55 -0000 1.2
@@ -8,39 +8,6 @@
For the three scripts below, if your spec resides on dev.w3 you can check them
out in the same tree and use relative links so that they'll work offline,
-->
- <style type='text/css'>
-code { font-family: monospace; }
-
-span.hilite { color: red; /* font-weight: bold */ }
-
-li p { margin-top: 0.3em;
- margin-bottom: 0.3em; }
-
[...1014 lines suppressed...]
+extract RDFa attributes via Infoset, how to extract RDFa attributes via DOM2.
+<p>2010-05-02: Inheritance of basic processing rules from RDFa 1.1 [[!RDFA-CORE]],
+instead of XHTML+RDFa 1.0 [[RDFA-SYNTAX]], inclusion of the HTML Default
+Vocabulary Terms, inclusion of a HTML 4.01 + RDFa 1.1 DTD for validation purposes.</p>
</section>
<section class='informative'>
-<h1 id="a_acks">Acknowledgments</h1>
+<h1>Acknowledgments</h1>
<p>At the time of publication, the members of the
RDFa Working Group were:</p>
@@ -1145,5 +1071,7 @@
<li>Robert Weir, IBM Corporation</li>
</ul>
</section>
+</section>
+
</body>
</html>
Received on Monday, 3 May 2010 00:42:59 UTC