Page 1 of 1

Non XHTML and CSS Validity issues

Posted: Sat Mar 11, 2006 2:41 pm
by Ron@Spikecity
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.

Re: Non XHTML and CSS Validity issues

Posted: Sun Mar 12, 2006 4:07 am
by Ted
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

Posted: Sun Mar 12, 2006 1:51 pm
by Ron@Spikecity
wishy 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?
It's one of the third party plugins

Re: Non XHTML and CSS Validity issues

Posted: Fri Mar 17, 2006 10:27 am
by alby
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

Re: Non XHTML and CSS Validity issues

Posted: Mon Dec 18, 2006 10:41 pm
by fredt
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...