Path

ez projects / ezjscore / forum / general / xhtml strict


xhtml strict

You need to be logged in to post messages in the forums. New users may register here.

Sander van den Akker

Member since:
09 January 2008

Posts: 30

Tuesday 29 December 2009 9:32:34 pm

I noticed a minor usability issue.

The ezscript operator generates javascript lines like



<script language="javascript" type="text/javascript" src="/design/olvg/javascript/jquery.js" charset="utf-8"></script>



The language attribute is not considered to be valid strict markup, according the w3c standards. I think it is best to remove it!

Really great work, André!

eZ Publish certified developer
http://auth.ez.no/certification/verify/392313

Up

André R

Member since:
20 August 2005

Posts: 171

Wednesday 30 December 2009 11:59:01 am

Correct, it is also not valid in html5 so I have disabled it by default in:
trunk rev. 106
stable/1.0 rev 107

--
ar

Up

You need to be logged in to post messages in the forums. New users may register here.