CSS interpretation engine does not incorporate full scope of standards - case 2

This is a second scenario for the CSS language limitations observed.

What is seen for a regular HTML page is as follows:

Recoll__TestCase2b_HTML_ColumnAndRow

What recoll is providing is this:

Recoll__TestCase2b_Results_ColumnAndRow

Here, we see that recoll does not recognize the grid-template-areas or the grid-area attributes.

In the previously reported issue, we see that it did not recognize the grid-column-start, grid-column-end, grid-row-start and grid-row-end.

Also, the splitting of the file path string (%U) is different. I prefer the way the HTML is rendered (Firefox 100) because it is showing the basename as a single string on its own line. Recoll is showing it as a basic text wrap with string cut on any character, which I recognize as consitent with when the "Open" function offers copying the URL correctly as a single string with no breaks.

Also, please note that the handling of the table for %M, %D, and %S is not as I would have expected here, where recoll is pushing the %D and %S onto the next line, rather than keeping those on the same line as %M. I can only imagine this "break" is because the rendering engine has been "derailed" by the earlier grid-related attributes.

Thank you,

Eric

Test file for this scenario: TestCase02.html

Image used for test case: AVATAR__ScreenHead__profileIcon

Thank you, Eric