Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert single-item lists into paragraphs inside of tds
We received some feedback that it is better for accessibility to represent single-item lists as paragraphs instead of giving them all list sementics when they are inside of a table cell. Makes sense to me. Added a function that will do this on import inside of "clean_table_cells". Pros: - it's more performant this way since we are already iterating through tds and ths Cons: - it's not super clear what this function does from the outside (but it doesn't change the spirit of the function)
- Loading branch information