inclusive-design / AChecker

Automated interactive Web content accessibility checker.
https://achecker.ca
GNU General Public License v2.0
69 stars 61 forks source link

[Achecker]different result browser Chrome and Mozilla #75

Open lamu84 opened 6 years ago

lamu84 commented 6 years ago

Hi, Using these two browsers(mozilla and chrome) https://achecker.ca/checker/index.php returns me different result for likely and potential problems, for the same file uploaded. Wcag 2.0 (AA) Mozilla returns :0 known, 1 likely, 405 potential Chrome return: 0 known, 0 likely, 243 potential Shoulden't be always the same problems, also with different browser? Running in local achecker returns me: 0 known, 0 likely , 243 potential errors. 061025.zip Thank you again.

cindyli commented 6 years ago

With achecker.ca in my experiment by uploading the attached html file, these two browsers return same number of problems: 0 known, 1 likely, 405 potential

ushukkla commented 6 years ago

While browscap.ini contains information on many browsers, it relies on user updates to keep the database current. The format of the file is fairly self-explanatory. So, this may vary user to user and browser to browser. Else follow the code given. echo $_SERVER['HTTP_USER_AGENT'] . "\n\n";

$browser = get_browser(null, true); print_r($browser);