|
101 | 101 | .XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; } |
102 | 102 | .XXX > :first-child { margin-top: 0; } |
103 | 103 | p .XXX { line-height: 3em; } |
| 104 | + .annotation { border: solid thin black; background: #0C479D; color: white; position: relative; margin: 8px 0 20px 0; } |
| 105 | + .annotation:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 6px -6px -6px 6px; background: #333333; z-index: -1; content: ''; } |
| 106 | + .annotation :link, .annotation :visited { color: inherit; } |
| 107 | + .annotation :link:hover, .annotation :visited:hover { background: transparent; } |
| 108 | + .annotation span { border: none ! important; } |
104 | 109 | .note { color: green; background: transparent; font-family: sans-serif; } |
105 | 110 | .warning { color: red; background: transparent; } |
106 | 111 | .note, .warning { font-weight: bolder; font-style: italic; } |
|
201 | 206 | <h2 class="no-num no-toc" id="a-mechanism-for-embedding-rdf-in-html"> |
202 | 207 | A mechanism for embedding RDF in HTML |
203 | 208 | </h2> |
204 | | - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 13 July 2009</h2> |
| 209 | + <h2 class="no-num no-toc" id="editor-s-draft-date-30-August-2009">Editor's Draft 30 August 2009</h2> |
205 | 210 | <!--:ZZZ--> |
206 | 211 | <dl> |
207 | 212 | <!-- ZZZ: update the month/day (twice), (un)comment out |
208 | 213 | <dt>This Version:</dt> |
209 | 214 | <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090423/">http://www.w3.org/TR/2009/WD-html5-20090423/</a></dd> |
210 | 215 | :ZZZ --> |
211 | | - <dt> |
212 | | - Latest Published Version: |
213 | | - </dt> |
214 | | - <dd> |
215 | | - Not published |
216 | | - </dd> |
217 | | - <dt> |
218 | | - Latest Editor's Draft: |
219 | | - </dt> |
220 | | - <dd> |
221 | | - <a href="http://dev.w3.org/html5/rdfa/rdfa-module.html">http://dev.w3.org/html5/rdfa/rdfa-module.html</a> |
222 | | - </dd><!-- ZZZ: add the new version after it has shipped --> |
223 | | - <dt> |
224 | | - Previous Versions: |
225 | | - </dt> |
226 | | - <dd> |
227 | | - None |
228 | | - </dd><!-- :ZZZ --> |
| 216 | + |
| 217 | + <dt>Latest Editor's Draft:</dt> |
| 218 | + <dd><a href="http://html5.digitalbazaar.com/specs/@SPEC_NAME@">http://html5.digitalbazaar.com/specs/@SPEC_NAME@</a></dd> |
229 | 219 | <dt> |
230 | 220 | Contributors (alphabetical order): |
231 | 221 | </dt> |
|
0 commit comments