I don't know why you are testing this way (especially using "charset=(detect+automatically)". The point is not to test if phpMyAdmin generates valid HTML in the context of the demo server.
How I test is to visit my working copy of trunk (with auth_type = config), click Databases to run server_databases.php, capture the HTML output and paste it to validator.w3.org.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Testing the demo-server was an example.
When I enter the url and validate it, the validator adds
&charset=(detect+automatically)&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.606
automatically because its the default settings...
Normally I use the Firefox extension "Web Developer" to send the HTML output to the validator as file.
And even when I copy & paste the frame-source to the validator I get the same errors...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Virsacer,
can you please explain to me why this is not XHTML compliant? or what is intention for this (two) fix(es)?
did not find any resource.
Hi,
just check the "server_databases.php" with "http://validator.w3.org"
i.e. http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fpma.cihar.com%2Ftrunk-config%2Fserver_databases.php
The demo server adds some errors, but you can find the "original" errors by scrolling down...
Merged just the first part of your patch as this was the only part needed to become compliant.
And why exactly are there still errors like this:
Line 109, Column 23: XML Parsing Error: Unescaped '<' not allowed in attributes values.
// <![CDATA[
http://validator.w3.org/check?uri=http%3A%2F%2Fpma.cihar.com%2Ftrunk-config%2Fserver_databases.php&charset=\(detect+automatically)&doctype=Inline&group=0
I don't know why you are testing this way (especially using "charset=(detect+automatically)". The point is not to test if phpMyAdmin generates valid HTML in the context of the demo server.
How I test is to visit my working copy of trunk (with auth_type = config), click Databases to run server_databases.php, capture the HTML output and paste it to validator.w3.org.
Testing the demo-server was an example.
When I enter the url and validate it, the validator adds
&charset=(detect+automatically)&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.606
automatically because its the default settings...
Normally I use the Firefox extension "Web Developer" to send the HTML output to the validator as file.
And even when I copy & paste the frame-source to the validator I get the same errors...
I found another one: missing alt="" in img-tag
patch2.diff added
patch2.diff merged, thanks.