markup

Here's what I've done, with the documents Karen produced (see dropbox for now).


* Dealt with some relative links: 
Replaced <a href="/2005/
with
<a href="http://www.w3.org/2005/

* _Started_ to apply the abbreviation style:
http://www.w3.org/2001/06/manual/#Misc
e.g. 
<abbr title="Library of Congress Subject Headings">LCSH</abbr>
This needs to be checked; I used find and replace, and the first occurrences don't need the abbr, and this may have caused other problems.

Applied to these:
LCSH
URIs
HTTP
FOAF
AAT
VIAF

* Checked that we don't have any ampersands.
* Replaced the textual uses of -- with emdash; 
* Marked up the tables as required [Accessibility]. Here's an example:

<table 
summary = "This table provides an overview of individual use cases, with a short description and links to a complete summary and wiki page">
<tr>
<th id ="casename">Case name</th>
<th id ="shortdescription">Short description</th>
<th id ="completesummary">Complete summary</th>
<th id ="wikipage">Wiki page</th>
</tr>

<tr>
<td id ="casename">Bibliographic Network</td>
<td id ="shortdescription">Linked data techniques would allow bibliographic records to be described as an information graph using web standards to facilitate the user's discovery requirements.</td>
<td id ="completesummary"><a href="http://www.w3.org/2005/Incubator/lld/wiki/UseCaseReport#Use_Case_Bibliographic_Network" class="external autonumber" title="http://www.w3.org/2005/Incubator/lld/wiki/UseCaseReport#Use_Case_Bibliographic_Network">[1]</a></td>
<td id ="wikipage"><a href="http://www.w3.org/2005/Incubator/lld/wiki/Use_Case_Bibliographic_Network" class="external autonumber" title="http://www.w3.org/2005/Incubator/lld/wiki/Use_Case_Bibliographic_Network">[2]</a></td>
</tr>

Received on Thursday, 6 October 2011 08:40:56 UTC