adobe / da-collab

Apache License 2.0
0 stars 1 forks source link

Table header resiliency #49

Closed auniverseaway closed 1 month ago

auniverseaway commented 2 months ago

As an author, I would like the editor / collab to not error out if my table header is malformed so that I can correctly preview my content.

Criteria of acceptance

  1. Editor / Collab / Hast / YJS can handle a table header (td or th) without any text.
  2. Editor / Collab / Hast / YJS can handle a table header (td or th) with two columns.

Additional context

I _think the fix is here.

bosschaert commented 1 month ago

I was able to reproduce the issue. On this part:

  1. Editor / Collab / Hast / YJS can handle a table header (td or th) with two columns.

the problem happens when the first column in the header is left empty