Page 1 of 1

Accessibility Question

Posted: Sun Mar 26, 2023 5:49 pm
by wwonderfull
I was checking random websites and their issues using Microsoft Edge but suddenly went for WWB official site.

Image

The first one marked is about the navigation button missing a title that I understand. Nothing major.

But what I did not understand is the 2nd one which is marked.
Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
1 source
content-script-start.js:1
Just a question out of curiosity @pablo nothing major :)

Re: Accessibility Question

Posted: Sun Mar 26, 2023 5:57 pm
by Pablo
There is no script 'content-script-start.js' on the wysiwygwebbuilder.com website.
Maybe this is something added buy your browser?

Re: Accessibility Question

Posted: Sun Mar 26, 2023 6:08 pm
by wwonderfull
Pablo wrote: Sun Mar 26, 2023 5:57 pm There is no script 'content-script-start.js' on the wysiwygwebbuilder.com website.
Maybe this is something added buy your browser?
I am using the latest Microsoft Edge with windows 11. No extensions or change of settings. You can test it with Microsoft Edge and see if there is any difference. My latest browser shows that I guess.

And if there isn't any content-script-start.js then what is the browser trying to indicate about ... That becomes a question.

Re: Accessibility Question

Posted: Sun Mar 26, 2023 7:58 pm
by Pablo
I think the message is related to Magnific Popup, it checks if the page is displayed in a mobile browser.
Nothing to worry about!