Skip to content

Shaun Curran

My feedback

2 results found

  1. 281 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Shaun Curran supported this idea  · 
  2. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Shaun Curran commented  · 

    InDesign CC2019+2020

    Create a table
    Convert first row to Header row type
    Convert last row to Footer row type
    Export to HTML

    you get (simplified)
    <table>
    <thead>
    <td>
    <p>Text</p>
    </td>
    </thead>
    <tfoot>
    <td>
    <p>Text</p>
    </td>
    </foot>
    <tbody>
    <td>
    <p>Text</p>
    </td>
    </tbody>

    The HTML spec specifies that tfoot should appear AFTER tbody.
    Also the <td> in <thead> should be <th>.

    Shaun Curran shared this idea  · 

Feedback and Knowledge Base