Ok, while making a new site with 0.12 beta 2 I found the following discrepancies to get it validated CSS2 and XHTML transitional.
In plugins/
function.print.php
'&goback=0'
should be
'&goback=0;'
'&goback=1'
should be
'&goback=1;'
Add on tag email (to scramble email addresses using js)
in function.email.php
.....
Should be removed as it is depricated
Current standard requires within the tags to hide it from non javascript supporting browsers.
Non XHTML and CSS Validity issues
Re: Non XHTML and CSS Validity issues
Thanks for the fixes to the print plugin. They're going into svn now. However, I don't see that email tag. Is that something you added?
Re: Non XHTML and CSS Validity issues
It's one of the third party pluginswishy wrote: Thanks for the fixes to the print plugin. They're going into svn now. However, I don't see that email tag. Is that something you added?
Re: Non XHTML and CSS Validity issues
For WAI-ATAG issue, I have expanded function.print.php with:
- title: Text to show for title attribute. If blank show text parameter.
- class: Class of link.
- more: Place additional options inside the link.
- src_img - Show this image file. Default images/cms/printbutton.gif
- alt: Text to show for the alt of tag if showbutton is sets.
- class_img: Class of tag if showbutton is sets.
Patch
Alby
- title: Text to show for title attribute. If blank show text parameter.
- class: Class of link.
- more: Place additional options inside the link.
- src_img - Show this image file. Default images/cms/printbutton.gif
- alt: Text to show for the alt of tag if showbutton is sets.
- class_img: Class of tag if showbutton is sets.
Patch
Alby
Re: Non XHTML and CSS Validity issues
I finally solved the email tag NOSCRIPT validation problem by including it in mess of tags :
no javascript, no e-mail!
Discussion and new version with "class" tag here:
http://forum.cmsmadesimple.org/index.ph ... 788.0.html
Validates with W3C Transitional and Strict...
no javascript, no e-mail!
Discussion and new version with "class" tag here:
http://forum.cmsmadesimple.org/index.ph ... 788.0.html
Validates with W3C Transitional and Strict...