From: Raymond T. <toy...@gm...> - 2025-07-28 00:42:52
|
On 7/27/25 3:54 PM, Raymond Toy wrote: > On 7/27/25 12:41 PM, Jaime Villate wrote: > >> Hello, >> >> I have committed the manual.css page for the manual with a darker >> mode that resembles the one in the Website. > Thanks. I'll take a look at it in a bit. Chrome Lighthouse has a few complaints: * [accesskey] values are not unique (for keyboard navigation) * html element does not have a [lang] attribute * Links rely on color to be distinguishable * Touch targets do not have sufficient size or spacing. I think we're in pretty good shape. Not sure about the accesskey stuff. We can add a lang attribute. Perhaps we can underline links or something? The touch target seems to be from the list of subsections. I'm looking at the Chap 15, Special Functions. A bit of CSS could probably make the spacing between the itemized lists bigger. Same issues with dark mode. I think we're mostly set now. ​ |