Reece H. Dunn
Reece H. Dunn
The `GPOTABLE` class should have the `display:table;` style instead of the `display:block;` style. This is preventing the `width:100%` style from having an effect.
For tables like "Table IV—Timeline for Initial Categorizations and Reporting Under the Final Rule" in https://www.federalregister.gov/d/2019-23662, some of the columns should span 2 columns, but are only spanning 1 column....
I've checked another document and it has the `A` attribute set to `L01`, so the following will be needed instead: ``` ``` and ``` 2 ```
The table cells in the HTML and PDF documents do not use hashed borders. Instead, they have solid black borders down the middle and at the bottom. This can be...
The rules I have currently worked out are: ``` ROW-RUL-NSBAR ROW-RUL-NSBAR ROW-RUL-SBAR ``` with the corresponding CSS: ``` .ROW.ROW-RUL-NSBAR > .ENT, .ROW.ROW-RUL-SBAR > .ENT {border-bottom-style:solid;} .ROW.ROW-RUL-NSBAR > .ENT:first-child {border-bottom-style:none;} ```
The `EXPSTB` attribute on a `ROW` element looks like it is applying to the colspan logic for an `ENT` element. Therefore, the `NumOfENT` variable in the `ROW` template should be...
With the above changes, Table 11 in https://www.federalregister.gov/d/2019-21250 is rendering almost correctly. The only issue is that on the HTML page the "Annual hours" and "Wage rate" columns don't have...
Thanks for the update. I'll take a look tomorrow.
The update looks good. Thanks.
Images and formulas (`GID` and `MATH` elements) are not displayed correctly, despite the images for the FR documents being available on the HTML pages. They can be rendered by using...