Hello,
We are working on a CMS application which content must also respect some accesibility rules. Yet the content can be edited and we are using a FCKEditor. One of the functionalities which where not configured out is setting the fontsize.
Here is my configuration for fonts:
FCKConfig.FontSizes = '-2/très petite taille;-1/petite taille;+0/taille normale (par défaut);+1/taille moyenne;+2/grande taille;+3/très grande taille;+4/taille maximum';
Yet for the +x fonts the result is without the +. I guess it is because of the use of the parseInt() function in the function which changes the fontsize.
Is there a way to use relative fonts, other than removing this conversion?
Thank you,
Len
We are working on a CMS application which content must also respect some accesibility rules. Yet the content can be edited and we are using a FCKEditor. One of the functionalities which where not configured out is setting the fontsize.
Here is my configuration for fonts:
FCKConfig.FontSizes = '-2/très petite taille;-1/petite taille;+0/taille normale (par défaut);+1/taille moyenne;+2/grande taille;+3/très grande taille;+4/taille maximum';
Yet for the +x fonts the result is without the +. I guess it is because of the use of the parseInt() function in the function which changes the fontsize.
Is there a way to use relative fonts, other than removing this conversion?
Thank you,
Len

RE: accesibility content, using relative font
RE: accesibility content, using relative font
RE: accesibility content, using relative font