[Mapguide-trac] [mapguide-trac] #2394: The attribute "language" of tag script is deprecated in HTML

MapGuide Open Source trac_mapguide at osgeo.org
Mon Dec 23 09:41:31 PST 2013


#2394: The attribute "language" of tag script is deprecated in HTML
---------------------------+------------------------------------------------
   Reporter:  gabrimonfa   |       Owner:       
       Type:  enhancement  |      Status:  new  
   Priority:  low          |   Milestone:       
  Component:  General      |     Version:  2.5.0
   Severity:  trivial      |    Keywords:       
External_id:               |  
---------------------------+------------------------------------------------
 The attribute language of tag script is deprecated in HTML (leading to
 error trying to validate the page with W3C validator).

 In many templates included in
 mapguide/webserverextensions/www/viewerfiles,

 {{{
 <script language="javascript"
 }}}

 and

 {{{
 <script language=javascript
 }}}

 should be converted to

 {{{
 <script type="text/javascript"
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/2394>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list