This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 12348 - <!DOCTYPE html>
Summary: <!DOCTYPE html>
Status: RESOLVED INVALID
Alias: None
Product: HTML.next
Classification: Unclassified
Component: default (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-20 23:04 UTC by capitanqueso
Modified: 2013-01-11 13:27 UTC (History)
4 users (show)

See Also:


Attachments

Description capitanqueso 2011-03-20 23:04:46 UTC
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.
Comment 1 Robin Berjon 2013-01-11 13:27:39 UTC
I'm sorry, I don't at all understand what you're asking for.