d->m: Consider using tables for inline embed fields #28
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: cadence/out-of-your-element#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tables aren't supported on Element Android, but a workaround is to use the elements
td p /p td td p /p td. Android will render the P elements and not the table structure, and Element Web will render the table structure and not the P. This looks good on nheko too.Inline fields would look weird if they were the only ones in the table and had a border, but apparently colspan is supported, so the whole embed can be in a table! Nice!
colspanisn't supported in Element, here's the MSC: https://github.com/matrix-org/matrix-spec-proposals/pull/4003Implementing these tables in OOYE and Schildi should hopefully be enough for them to update the sanitiser in Element.
Nheko already supports
colspan, yay!