openstax / cnx-recipes

The extended CSS recipes for cooking openstax books
https://packages.cnx.org/cnx-rulesets/latest/
GNU Lesser General Public License v2.1
5 stars 14 forks source link

Organic Chemistry - webview - unnumbered unstyled tables output with col and row seperators #5187

Open ww-openstax opened 11 months ago

ww-openstax commented 11 months ago

Brief Description of Scenario

In webview, tables with class="unnumbered unstyled" output with col and row seperators. See screenshot below of unnumbered unstyled tables in PDF for desired output

WebView

image

PDF

image

Pattern of Occurrence

all instances of unstyled unnumbered tables class="unnumbered unstyled"

Acceptance Criteria

Sample Mark-Up

<table summary="" class="unnumbered unstyled" id="table-00001">
    <tgroup cols="2">
    <colspec colnum="1" colname="c1"/>
    <colspec colnum="2" colname="c2"/>
    <tbody>
    <row>
    <entry valign="top" align="left"><emphasis effect="bold">Mass spectrometry</emphasis></entry>
    <entry valign="top" align="left">Molecular size and formula</entry>
    </row>

Location(s)

lwtchu commented 10 months ago

Need to do bigger refactor/new styling for tables in webview.