angelmoratilla / digressit

Automatically exported from code.google.com/p/digressit
0 stars 0 forks source link

Problems with tables #122

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This code is causing digressit to show error warnings when visiting this link: 
http://writetoreply.org/ukgovurisets/designing-a-uri-set/

<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="155" valign="top"><strong>Concept definition</strong></td>
<td width="536" valign="top">Either by:&nbsp;
<ul>
    <li>an Ontology URI that resolves to a machine-readable definition</li>
    <li>as human-readable metadata</li>
</ul>
</td>
</tr>
<tr>
<td width="155" valign="top"><strong>Relationships to other URI
sets</strong></td>
<td width="536" valign="top">To highlight other associated URI sets</td>
</tr>
<tr>
<td width="155" valign="top"><strong>Provenance</strong></td>
<td width="536" valign="top">To describe the source and purpose of the reference
data</td>
</tr>
<tr>
<td width="155" valign="top"><strong>Official status</strong></td>
<td width="536" valign="top">To describe the range of statuses of the 
identifiers
that that are contained in the set</td>
</tr>
<tr>
<td width="155" valign="top"><strong>Accuracy</strong></td>
<td width="536" valign="top">To describe the closeness to the truth that the set
attempts to achieve</td>
</tr>
<tr>
<td width="155" valign="top"><strong>Completeness</strong></td>
<td width="536" valign="top">To describe the degree to which the Identifier URIs
are a complete set against the definition of the concept</td>
</tr>
<tr>
<td width="155" valign="top"><strong>Timeliness</strong></td>
<td width="536" valign="top">To describe the time-lag between a change to a
real-world 'Thing' being applied to the
URIs in the scheme</td>
</tr>
<tr>
<td width="155" valign="top"><strong>License Terms</strong></td>
<td width="536" valign="top">To describe the terms of use for the URI set</td>
</tr>
<tr>
<td width="155" valign="top"><strong>Intended longevity</strong></td>
<td width="536" valign="top">To provide a guarantee of persistence of the
set</td>
</tr>
<tr>
<td width="155" valign="top"><strong>Intended audience</strong></td>
<td width="536" valign="top">To describe who may confidently use the set. This
provides a means of marking the set as being promoted for re-use</td>
</tr>
<tr>
<td width="155" valign="top"><strong>Representations available</strong></td>
<td width="536" valign="top">To describe the range of file formats of
Representation URIs in the set</td>
</tr>
</tbody>
</table>

If I remove that code above from the post, the page renders fine. However, I 
have run that table code through html tidy and it's valid.

What is digress.it having a problem with? The error messages on the page are 
not very useful as they refer to row numbers that do not match the post code or 
source code.

Original issue reported on code.google.com by jossw...@gmail.com on 19 Apr 2011 at 2:02