https://bugzilla.wikimedia.org/show_bug.cgi?id=28471

             Bug #: 28471
           Summary: Doctype for Internet Explorer 9.0 if HTML5 is enabled
           Product: MediaWiki
           Version: 1.16.2
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Device compatibility
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Hello,
when the variable $wgHtml5=true the doctype is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

regarding to W3C and
http://msdn.microsoft.com/en-us/library/cc288325(v=VS.85).aspx

it should be:
<!DOCTYPE html>

(and IMHO for IE9.0 <meta http-equiv="X-UA-Compatible" content="IE=9"> too, but
I am not completly sure about this)
========
And there is a problem with this wgHTML5=true; too. If this value is "true" the
edit input field have the font sans-serif.

Peter

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to