summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrysn <chrysn@fsfe.org>2024-01-29 14:01:29 +0100
committerchrysn <chrysn@fsfe.org>2024-01-29 14:37:20 +0100
commit07549001fc6ea3c53e36cead9001a2921d44285d (patch)
treeeb1907030c2141982274bce2f52b7d2f84883cb1
parent70fcd5ca8cac8e8667ebd96047d8c1d0ca812af8 (diff)
thumbnail: Fix docbook table format by removing colspans
The document is using an ancient docbook version, and can not be trivially updated by just incrementing the version number to 5.0. Duplicating this text as a workoarund.
-rw-r--r--thumbnail/thumbnail-spec.sgml22
1 files changed, 18 insertions, 4 deletions
diff --git a/thumbnail/thumbnail-spec.sgml b/thumbnail/thumbnail-spec.sgml
index 1ef9e55..fecc379 100644
--- a/thumbnail/thumbnail-spec.sgml
+++ b/thumbnail/thumbnail-spec.sgml
@@ -291,10 +291,12 @@ $XDG_CACHE_HOME/thumbnails/fail/
<table>
<title>Used attributes.</title>
<tgroup cols="4" align="left">
+ <!--
<colspec colname="key"/>
<colspec colname="description"/>
<colspec colname="global"/>
<colspec colname="shared"/>
+ -->
<thead>
<row>
<entry>Key</entry><entry>Description</entry>
@@ -319,23 +321,35 @@ $XDG_CACHE_HOME/thumbnails/fail/
<row>
<entry>Thumb::Size</entry><entry>File size in bytes of the original
file.</entry>
- <entry namest="global" nameend="shared">Should verify if present</entry>
+ <!-- once the underlying docbook version is updated, the rest of this row should be changed to: -->
+ <!-- <entry namest="global" nameend="shared">Should verify if present</entry> -->
+ <entry>Should verify if present</entry>
+ <entry>Should verify if present</entry>
</row>
<row>
<entry>Thumb::Mimetype</entry><entry>The file mimetype. </entry>
- <entry namest="global" nameend="shared">Optional</entry>
+ <!-- once the underlying docbook version is updated, the rest of this row should be changed to: -->
+ <!-- <entry namest="global" nameend="shared">Optional</entry> -->
+ <entry>Optional</entry>
+ <entry>Optional</entry>
</row>
<row>
<entry>Description</entry><entry>This key is predefined by the PNG
standard. It provides a general description about the thumbnail
content and can be used eg. for accessability needs.</entry>
- <entry namest="global" nameend="shared">Optional</entry>
+ <!-- once the underlying docbook version is updated, the rest of this row should be changed to: -->
+ <!-- <entry namest="global" nameend="shared">Optional</entry> -->
+ <entry>Optional</entry>
+ <entry>Optional</entry>
</row>
<row>
<entry>Software</entry><entry>This key is predefined by the PNG
standard. It stores the name of the program which generated
the thumbnail.</entry>
- <entry namest="global" nameend="shared">Optional</entry>
+ <!-- once the underlying docbook version is updated, the rest of this row should be changed to: -->
+ <!-- <entry namest="global" nameend="shared">Optional</entry> -->
+ <entry>Optional</entry>
+ <entry>Optional</entry>
</row>
</tbody>
</tgroup>