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 11126 - <!DOCTYPE html> <head> <title>hoge</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <link rel="styleshee
Summary: <!DOCTYPE html> <head> <title>hoge</title> <meta http-equiv="Content-Type" co...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 17:17 UTC by contributor
Modified: 2011-08-04 05:13 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2010-10-22 17:17:23 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/#top

Comment:
<!DOCTYPE html>
<head>
	<title>hoge</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<meta http-equiv="Content-Style-Type" content="text/css">
	<meta http-equiv="Content-Script-Type" content="text/javascript">
	<link rel="stylesheet" href="style.css" type="text/css" media="all">
</head>
<body>

<p>hoge</p>

</body>
</html>

Posted from: 114.166.70.27
Comment 1 Michael[tm] Smith 2011-08-04 05:13:16 UTC
mass-move component to LC1