Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Disabling the "auto paragraph" feature in the wiki renderer when styling
an HTML "table" element. Without this, the first cell's contents gets
wrapped in "p" tags, unnecessarily. (None of the other cells are treated thus.) With the trunk default skin, this extra tag was invisible,
but with this branch's skin, it shows up as a double-height first row in
every table. For tables with a header row, this may appear to be an
intentional esthetic choice, but it's not; it's a rendering bug.
Credit for this goes to Stephan Beal (the eminent repo archaeologist) plus whichever "anonymous" posted this ticket, way back in 2010! |
|---|---|
| Downloads: | See separate download page |
| Timelines: | family | ancestors | descendants | both | inskinerator-modern-backport |
| Files: | files | file ages | folders |
| SHA3-256: |
6f94da9b6b2b049cbc4e0061cee659b3 |
| User & Date: | wyoung 2024-02-03 23:03:18.585 |
| Original Comment: | Disabling the "auto paragraph" feature in the wiki renderer when styling
an HTML "table" element. Without this, the first cell's contents gets
wrapped in "p" tags, unnecessarily. (None of the other cells get this
effect.) With thie trunk default skin, this extra tag was invisible,
but with this branch's skin, it shows up as a double-height first row in
every table. For tables with a header row, this may appear to be an
intentional feature, but it's not; it's a rendering bug.
Credit for this goes to Stephan Beal (the eminemnt repo archaeologist) plus whichever "anonymous" posted this ticket, way back in 2010! |
References
|
2024-02-03
| ||
| 23:05 | • Closed ticket [0fd3c7d243]: wiki inserts P tags in tables plus 5 other changes (artifact: 38dd720d52 ... user: wyoung) | |
Context
|
2024-02-03
| ||
| 23:12 | Merged trunk. Notably, drh's [bb3de39ffefb3f20] works seamlessly with this branch's skin. (check-in: 4f9cb1d1e0 ... user: wyoung tags: inskinerator-modern-backport) | |
| 23:03 |
Disabling the "auto paragraph" feature in the wiki renderer when styling
an HTML "table" element. Without this, the first cell's contents gets
wrapped in "p" tags, unnecessarily. (None of the other cells are treated thus.) With the trunk default skin, this extra tag was invisible,
but with this branch's skin, it shows up as a double-height first row in
every table. For tables with a header row, this may appear to be an
intentional esthetic choice, but it's not; it's a rendering bug.
Credit for this goes to Stephan Beal (the eminent repo archaeologist) plus whichever "anonymous" posted this ticket, way back in 2010! (check-in: 6f94da9b6b ... user: wyoung tags: inskinerator-modern-backport) | |
|
2024-01-28
| ||
| 22:52 | Merged all trunk changes in except for the underlined link change to default.css. (check-in: 6301f6ce76 ... user: wyoung tags: inskinerator-modern-backport) | |
Changes
Changes to src/wikiformat.c.