HTML spec for File module renders unreadably due to background logo
The page https://expath.org/spec/file is not readable because the background logo obscures the text. I'm seeing this in two browsers (Firefox, Brave).
Is this the right place to report this problem so that someone can fix it?
Problem
Temporary workaround
The steps will depend on your browser, but it is something like the following:
- Right-click the background of the page and select Inspect.
- In the inspection pane that opens, in the HTML tree, highlight
<body> - In the style pane, find the style for the
bodyelement. It saysbackground-image: url("http://expath.org/images/logo-candidate.png"). If you hover, you should see a check box. Uncheck it!
If you refresh the page, you'll have to redo the workaround.
In the QT4CG group, we are currently working on new presentations of some of the EXPath specs. Previews can be found here:
https://qt4cgtest.nwalsh.com/branch/johnlumley-expath/expath-file-40/Overview.html https://qt4cgtest.nwalsh.com/branch/johnlumley-expath/expath-binary-40/Overview.html
For the reported problem, a PR exists that should fix the problem. I am just not sure kf Florent will have time to look at it (https://github.com/expath/expath-cg/pull/137).
Thanks, @ChristianGruen !