moodle is not XHML 1.0 STRICT compliant

moodle is not XHML 1.0 STRICT compliant

Daniele Cordella發表於
Number of replies: 2
Core developers的相片 Plugin developers的相片
Moodle is "XHTML 1.0 transitional" compliant but it is not "XHTML 1.0 strict" compliant.
Only few corrections are needed to let Moodle to be compliant with the strict standard.
I modified my istallation in few hours.
Can it be possible to give the next release these new features?
評比平均分數: -
In reply to Daniele Cordella

Re: moodle is not XHML 1.0 STRICT compliant

Urs Hunkler發表於
Core developers的相片

Daniele, why do you think it is important to make Moodle "XHTML 1.0 strict" compliant?

In strict the following elements do make Moodle not validate.

  • center
  • applet ??
  • font
  • iframe
  • noframes ??

I know several places where "font", "center" and "iframe" is used. For example the SCORM module is based upon the "iframe" element. And the HTML editor still sets font tags.

A big advantage would be if every developer working on her/his code would take out the deprecated tags and replace them with CSS (big big wink).

Urs

In reply to Urs Hunkler

Re: moodle is not XHML 1.0 STRICT compliant

Daniele Cordella發表於
Core developers的相片 Plugin developers的相片
I belong to Public Administration in Italy.
In Italy we have the CNIPA (National Center for Informatic in Public Administrations) [http://www.cnipa.gov.it/site/it-IT/] that is the Governamental Institution forcing the web pages of the Pulic Administration to be accessible and usable. One of the point that are forced BY LOW is that each PA web page has to be XHTML 1.0 strict compliant.
This constriction is by "Legge Stanca" See also: http://moodle.org/mod/forum/discuss.php?d=26636