Skip to content

Tables with colspan #16

@davidfarmer

Description

@davidfarmer

When a knowl opens in a table, it makes a new row (tr) that contains
one cell (td). That td is given a colspan attribute so that
it goes the full width of the table.

To figure out the colspan, it counts how many td are in the row
containing the knowl link. But what if that row contains td's
that have a colspan? Answer: it will undercount the td's, and the
knowl will not take up the full width of the table.

Test case:
http://spot.pcc.edu/~ajordan/MTH95Fall2018/section-calendar.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions