Changes in the HTML spec keep us on our toes if we use the W3C validator, so how do we deal with the latest one that produces numerous "Info" messages on an otherwise valid page? The resulting "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values" is triggered by any linked asset, be they favicons, webmanifests, meta tags, linked css stylesheets, and any images of whatever format.
What had been a valid page for me now throws 53 such info messages. (See https://validator.w3.org/nu/?showsource=yes&doc=https%3A%2F%2Fwww.rob-tomlinson.com%2F). Your website will no doubt produce similar results. It's global!
Simple question: are there any changes to Backdrop code or settings (here using 1.24.0) that can remove these trailing slashes?
Thanks, @trapeharde32, for raising this! We discussed it at the 3/16/2023 Backdrop design meeting, and there is now an issue for it in the Backdrop issue queue.