[Bug 12348] New: <!DOCTYPE html>

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12348

           Summary: <!DOCTYPE html>
           Product: HTML.next
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
        AssignedTo: dave.null@w3.org
        ReportedBy: capitanqueso@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: plh@w3.org, mike@w3.org


The DOCTYPE

Programming on php I noticed that instead of a style_exapmle.css file making a
reference to a style_exapmle.php file (echoing his content under php) inside a
link tag inside the head as follows:
<head>
<link href="style.php" rel="stylesheet" type="text/css" />
</head>
It works as a php "include" file but when I add the <!DOCTYPE html> tag it
doesn't get included any more in any browser but IE
Will be nice to work in a "workaround" to this "bug" making it a specification
required for "html5 proper browsers".
It will be great for programmers to adapt dynamically his style-sheets through
php without pasting it in the main document and protecting the main style
document from download and handling it "server only" mode.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 20 March 2011 23:04:47 UTC