expath-cg icon indicating copy to clipboard operation
expath-cg copied to clipboard

HTML spec for File module renders unreadably due to background logo

Open galtm opened this issue 1 year ago • 2 comments

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

image

Temporary workaround

The steps will depend on your browser, but it is something like the following:

  1. Right-click the background of the page and select Inspect.
  2. In the inspection pane that opens, in the HTML tree, highlight <body>
  3. In the style pane, find the style for the body element. It says background-image: url("http://expath.org/images/logo-candidate.png"). If you hover, you should see a check box. Uncheck it!

image

If you refresh the page, you'll have to redo the workaround.

galtm avatar Jan 10 '25 18:01 galtm

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).

ChristianGruen avatar Jan 10 '25 19:01 ChristianGruen

Thanks, @ChristianGruen !

galtm avatar Jan 10 '25 23:01 galtm