See Pub-manifest issue 255 for more background.
The processing algorithm and HTML appendix in the Publication Manifest references a now-undefined feature of the HTML specification.
This reference was in regards to the table of contents processing algorithm skipping certain sectioning elements (blockquote, body, details, dialog, fieldset, figure, and td).
Based on this change, we likely need to decide on whether we keep a similar restriction for TOC processing, define something new, or let all non-sectioning elements fall through. (Thanks to @mattgarrish for summarizing this so well).
See Pub-manifest issue 255 for more background.
The processing algorithm and HTML appendix in the Publication Manifest references a now-undefined feature of the HTML specification.
This reference was in regards to the table of contents processing algorithm skipping certain sectioning elements (
blockquote,body,details,dialog,fieldset,figure, andtd).Based on this change, we likely need to decide on whether we keep a similar restriction for TOC processing, define something new, or let all non-sectioning elements fall through. (Thanks to @mattgarrish for summarizing this so well).