use dimmed background for table headers #24

Merged
jkimmel merged 1 commits from jkimmel/docs:table-background into master 2023-02-26 21:56:06 +01:00
Owner

Currently all even table rows are dimmed down to help the reader's
orientation. The problem is that elements within a table are
further split into sections of and . As a result, the
counter is not the some for all in the table, but there are two
separate counters for elements within and respectively.

This can be visually distracting since the table appears to start with 2
light rows and only then the pattern of alternating backgrounds begins.

For most cases dimming the table headers works fine to help with this
issue.

fixes #23

Currently all even table rows are dimmed down to help the reader's orientation. The problem is that <tr> elements within a table are further split into sections of <thead> and <tbody>. As a result, the counter is not the some for all <tr> in the table, but there are two separate counters for elements within <thead> and <tbody> respectively. This can be visually distracting since the table appears to start with 2 light rows and only then the pattern of alternating backgrounds begins. For most cases dimming the table headers works fine to help with this issue. fixes #23
Author
Owner
Siehe https://5ef300133a0033dbeec0f9e69e37e4d918f24263.webhook.fff.community/technik-und-konzepte/node-firmware/batman-ueber-vxlan/ als Beispiel.
Owner

Passt.

Nitpicking: "Fixes: #" statt "fixes #", damit es mit der in der Firmware und der im Linux-Umfeld gängigen Schreibweise konsistent ist.

Passt. Nitpicking: "Fixes: #" statt "fixes #", damit es mit der in der Firmware und der im Linux-Umfeld gängigen Schreibweise konsistent ist.
jkimmel force-pushed table-background from 5ef300133a to a74cde38db 2023-02-26 21:55:33 +01:00 Compare
Author
Owner

Oh, Fixes: bekommt sogar Syntaxhighlights in meinem Editor :)

Oh, `Fixes: ` bekommt sogar Syntaxhighlights in meinem Editor :)
jkimmel merged commit a74cde38db into master 2023-02-26 21:56:06 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: freifunk-franken/docs#24
No description provided.