[opencms-dev] Design for accessibility, HTML Strict and CSS

Borja Marcos Suarez borja.suarez at fundacionctic.org
Fri Jul 29 11:52:26 CEST 2005


Hi Alessandro,

can you tell me the name of these editors??

The best one I know is FCK but I don't know more good ones.

Thanks in advance

-----Mensaje original-----
De: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] En nombre de Alessandro Magnolo
Enviado el: viernes, 29 de julio de 2005 10:57
Para: The OpenCms mailing list
Asunto: [opencms-dev] Design for accessibility, HTML Strict and CSS

Hello,

I would like to let my users create pages in OpenCms that are
accessible (WAI) and adheres to HTML 4.01 Strict grammar.

Unfortunately, the WYSIWYG editors in OpenCms create code that is not
strict: for example, when centering text they produce the following
code:
<p align="center">centered text</p>
instead of the visually equivalent and html4-compliant
<p style="text-align:center;">centered text</p>

Is there a way to enforce strictness in the editors? 
Are there other ways to enable users that don't "speak" html to write
standards-compliant pages?

Secondly, I would like to let users use pre-defined CSS styles instead
of custom formatting of the text. Maybe it is possible to expand the
combo in HTMLArea, the one that has "Heading 1", "Heading 2", etc. ?

Last: I know WYSIWYG editors that produce Accessible XHTML Strict
code. Is it possible to plug-in such an editor in opencms?

Regards,
Alessandro


_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
http://mail.opencms.org/mailman/listinfo/opencms-dev



More information about the opencms-dev mailing list