You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
Hi,
I ran some files with local achecker 1.3, php version 5.3.0.(attached one for testing).
i tried uploading file with internet connection active and not active, and giving local url to file with internet connection active and not active.
Achecker returns me 0 html validation problems when connection internet is down, returns correctly html error(12) when internet connection is active.
Giving local url achecker returns me warning like( file get contents()(http://validator.w3.org/check?uri=http://127.0.0.1/SOLOHTML/058029.html): failed to open stream:php network getaddresses:getaddrinfo failed
So I ask you if achecker needs internet connection active to connect to the w3c validator, also when i use local achecker 1.3
Because seems to me it needs internet conncetion active to connect to the w3c validator for html validation, otherwise returns 0 html validation.
Do you confirm that local achecker works like I said?
Also change known problems and potential when local achecker 1.3 runs with internet connection active or down.
namefile uploaded:058029
local achecker 1.3with internet active
Known Problems(93)Likely Problems (23)Potential Problems (409)HTML Validation (12)
local achecker 1.3 with internet not active
Known Problems(65) Likely Problems (23)Potential Problems (472) HTML Validation (0)
Is it all expected or is it a bug?
Sorry for so many questions.
Thanks. 058029.zip
The text was updated successfully, but these errors were encountered:
AChecker does require internet connection for html validation. The main goal of AChecker is to perform accessibility validation. It uses APIs provided by W3C validator for html validation to make it more convenient for users.
My test result of validating the attached html with my local achecker:
With internet: 52 known problems, 23 likely problems, 409 potential problems;
Without internet: 51 known problems, 23 likely problems, 472 potential problems.
It's reasonable that more potential problems are reported when there is no internet connection because AChecker fetches remote images to evaluate size etc, and remote css to evaluate colors etc when needed. But what is interesting is that the known problem becomes less when disconnected from internet.
Thank you for your answer. Please check also (with same files html) known and likely problems numbers, with local version 1.3 and on line https://achecker.ca/checker/index.php
because with many files achecker on line and local achecker returns different numbers of likely and known.
i attached for examples two export csv file reporting different known problems for the same file used both with local and https://achecker.ca/ achecker_2018-03-09_12-35-44.zip 012133.zip
Hi,
I ran some files with local achecker 1.3, php version 5.3.0.(attached one for testing).
i tried uploading file with internet connection active and not active, and giving local url to file with internet connection active and not active.
Achecker returns me 0 html validation problems when connection internet is down, returns correctly html error(12) when internet connection is active.
Giving local url achecker returns me warning like( file get contents()(http://validator.w3.org/check?uri=http://127.0.0.1/SOLOHTML/058029.html): failed to open stream:php network getaddresses:getaddrinfo failed
So I ask you if achecker needs internet connection active to connect to the w3c validator, also when i use local achecker 1.3
Because seems to me it needs internet conncetion active to connect to the w3c validator for html validation, otherwise returns 0 html validation.
Do you confirm that local achecker works like I said?
Also change known problems and potential when local achecker 1.3 runs with internet connection active or down.
namefile uploaded:058029
local achecker 1.3with internet active
Known Problems(93)Likely Problems (23)Potential Problems (409)HTML Validation (12)
local achecker 1.3 with internet not active
Known Problems(65) Likely Problems (23)Potential Problems (472) HTML Validation (0)
Is it all expected or is it a bug?
Sorry for so many questions.
Thanks.
058029.zip
The text was updated successfully, but these errors were encountered: