Fossil SCM

Removed table border overrides in the delta format doc, and replaced misuse of tables as layout tools with pre and verbatim. This is part of the branch only insofar as tables now have visual style, and these things interfere with the new style.

wyoung 2024-01-27 15:20 inskinerator-modern-backport
Commit 76f6e9e1b71d807c8757f35fd7a6571667c0fbdf3d3d0070e37de98ae2cbdd9f
1 file changed +6 -7
--- www/delta_format.wiki
+++ www/delta_format.wiki
@@ -205,11 +205,11 @@
205205
206206
<h1 id="examples">4.0 Examples</h1>
207207
208208
<h2 id="examplesint">4.1 Integer encoding</h2>
209209
210
-<table border=1>
210
+<table>
211211
<tr>
212212
<th>Value</th>
213213
<th>Encoding</th>
214214
</tr>
215215
<tr>
@@ -228,18 +228,18 @@
228228
229229
<h2 id="examplesdelta">4.2 Delta encoding</h2>
230230
231231
An example of a delta using the specified encoding is:
232232
233
-<table border=1><tr><td><pre>
233
+<pre>
234234
1Xb
235235
4E@0,2:thFN@4C,6:scenda1B@Jd,6:scenda5x@Kt,6:pieces79@Qt,F: Example: eskil~E@Y0,2zMM3E;</pre>
236
-</td></tr></table>
236
+</pre>
237237
238238
This can be taken apart into the following parts:
239239
240
-<table border=1>
240
+<table>
241241
<tr><th>What </th> <th>Encoding </th><th>Meaning </th><th>Details</th></tr>
242242
<tr><td>Header</td> <td>1Xb </td><td>Size </td><td> 6246 </td></tr>
243243
<tr><td>S-List</td> <td>4E@0, </td><td>Copy </td><td> 270 @ 0 </td></tr>
244244
<tr><td>&nbsp;</td> <td>2:th </td><td>Literal </td><td> 2 'th' </td></tr>
245245
<tr><td>&nbsp;</td> <td>FN@4C, </td><td>Copy </td><td> 983 @ 268 </td></tr>
@@ -254,11 +254,11 @@
254254
<tr><td>Trailer</td><td>2zMM3E </td><td>Checksum</td><td> -1101438770 </td></tr>
255255
</table>
256256
257257
The unified diff behind the above delta is
258258
259
-<table border=1><tr><td><pre>
259
+<verbatim>
260260
bluepeak:(761) ~/Projects/Tcl/Fossil/Devel/devel > diff -u ../DELTA/old ../DELTA/new
261261
--- ../DELTA/old 2007-08-23 21:14:40.000000000 -0700
262262
+++ ../DELTA/new 2007-08-23 21:14:33.000000000 -0700
263263
@@ -5,7 +5,7 @@
264264
@@ -295,12 +295,11 @@
295295
configuration options to replace tkdiff with some other
296296
- visual differ of the users choice.
297297
+ visual differ of the users choice. Example: eskil.
298298
299299
* Ticketing interface (expand this bullet)
300
-
301
-</pre></td></tr></table>
300
+</verbatim>
302301
303302
304303
305304
<h1 id="notes">Notes</h1>
306305
307306
--- www/delta_format.wiki
+++ www/delta_format.wiki
@@ -205,11 +205,11 @@
205
206 <h1 id="examples">4.0 Examples</h1>
207
208 <h2 id="examplesint">4.1 Integer encoding</h2>
209
210 <table border=1>
211 <tr>
212 <th>Value</th>
213 <th>Encoding</th>
214 </tr>
215 <tr>
@@ -228,18 +228,18 @@
228
229 <h2 id="examplesdelta">4.2 Delta encoding</h2>
230
231 An example of a delta using the specified encoding is:
232
233 <table border=1><tr><td><pre>
234 1Xb
235 4E@0,2:thFN@4C,6:scenda1B@Jd,6:scenda5x@Kt,6:pieces79@Qt,F: Example: eskil~E@Y0,2zMM3E;</pre>
236 </td></tr></table>
237
238 This can be taken apart into the following parts:
239
240 <table border=1>
241 <tr><th>What </th> <th>Encoding </th><th>Meaning </th><th>Details</th></tr>
242 <tr><td>Header</td> <td>1Xb </td><td>Size </td><td> 6246 </td></tr>
243 <tr><td>S-List</td> <td>4E@0, </td><td>Copy </td><td> 270 @ 0 </td></tr>
244 <tr><td>&nbsp;</td> <td>2:th </td><td>Literal </td><td> 2 'th' </td></tr>
245 <tr><td>&nbsp;</td> <td>FN@4C, </td><td>Copy </td><td> 983 @ 268 </td></tr>
@@ -254,11 +254,11 @@
254 <tr><td>Trailer</td><td>2zMM3E </td><td>Checksum</td><td> -1101438770 </td></tr>
255 </table>
256
257 The unified diff behind the above delta is
258
259 <table border=1><tr><td><pre>
260 bluepeak:(761) ~/Projects/Tcl/Fossil/Devel/devel > diff -u ../DELTA/old ../DELTA/new
261 --- ../DELTA/old 2007-08-23 21:14:40.000000000 -0700
262 +++ ../DELTA/new 2007-08-23 21:14:33.000000000 -0700
263 @@ -5,7 +5,7 @@
264
@@ -295,12 +295,11 @@
295 configuration options to replace tkdiff with some other
296 - visual differ of the users choice.
297 + visual differ of the users choice. Example: eskil.
298
299 * Ticketing interface (expand this bullet)
300
301 </pre></td></tr></table>
302
303
304
305 <h1 id="notes">Notes</h1>
306
307
--- www/delta_format.wiki
+++ www/delta_format.wiki
@@ -205,11 +205,11 @@
205
206 <h1 id="examples">4.0 Examples</h1>
207
208 <h2 id="examplesint">4.1 Integer encoding</h2>
209
210 <table>
211 <tr>
212 <th>Value</th>
213 <th>Encoding</th>
214 </tr>
215 <tr>
@@ -228,18 +228,18 @@
228
229 <h2 id="examplesdelta">4.2 Delta encoding</h2>
230
231 An example of a delta using the specified encoding is:
232
233 <pre>
234 1Xb
235 4E@0,2:thFN@4C,6:scenda1B@Jd,6:scenda5x@Kt,6:pieces79@Qt,F: Example: eskil~E@Y0,2zMM3E;</pre>
236 </pre>
237
238 This can be taken apart into the following parts:
239
240 <table>
241 <tr><th>What </th> <th>Encoding </th><th>Meaning </th><th>Details</th></tr>
242 <tr><td>Header</td> <td>1Xb </td><td>Size </td><td> 6246 </td></tr>
243 <tr><td>S-List</td> <td>4E@0, </td><td>Copy </td><td> 270 @ 0 </td></tr>
244 <tr><td>&nbsp;</td> <td>2:th </td><td>Literal </td><td> 2 'th' </td></tr>
245 <tr><td>&nbsp;</td> <td>FN@4C, </td><td>Copy </td><td> 983 @ 268 </td></tr>
@@ -254,11 +254,11 @@
254 <tr><td>Trailer</td><td>2zMM3E </td><td>Checksum</td><td> -1101438770 </td></tr>
255 </table>
256
257 The unified diff behind the above delta is
258
259 <verbatim>
260 bluepeak:(761) ~/Projects/Tcl/Fossil/Devel/devel > diff -u ../DELTA/old ../DELTA/new
261 --- ../DELTA/old 2007-08-23 21:14:40.000000000 -0700
262 +++ ../DELTA/new 2007-08-23 21:14:33.000000000 -0700
263 @@ -5,7 +5,7 @@
264
@@ -295,12 +295,11 @@
295 configuration options to replace tkdiff with some other
296 - visual differ of the users choice.
297 + visual differ of the users choice. Example: eskil.
298
299 * Ticketing interface (expand this bullet)
300 </verbatim>
 
301
302
303
304 <h1 id="notes">Notes</h1>
305
306

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button