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 12146 - <!DOCTYPE HTML> <html lang="ja"> <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="wrapper"> <header> <h1><a href="#"><img src="logo.gif"></a></h1> </header> <nav> <ul> <li><a href="#">MENU_01</
Summary: <!DOCTYPE HTML> <html lang="ja"> <head> <meta charset="utf-8"> <link rel="sty...
Status: CLOSED 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: 2011-02-21 12:21 UTC by contributor
Modified: 2011-08-04 05:15 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-02-21 12:21:45 UTC
Specification: http://dev.w3.org/html5/spec/
Section: http://www.whatwg.org/specs/web-apps/current-work/#top

Comment:
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="wrapper">
	<header>
		<h1><a href="#"><img src="logo.gif"></a></h1>
	</header>
	<nav>
		<ul>

			<li><a href="#">MENU_01</a>
			<li><a href="#">MENU_02</a>
			<li><a href="#">MENU_03</a>
			<li><a href="#">MENU_04</a>
			<li><a href="#">MENU_05</a>
		</ul>

	</nav>
	<div id="contentsMain">
		<section>
			<hgroup>
				<h1>見出し1</h1>
				<h2>見出し2</h2>
			</hgroup>
			<article>

				
			</article>
			<article>
				
			</article>
			<article>
				
			</article>
		</section>
		<section>
			<h1>見出し1</h1>

			<h2>見出し2</h2>
			<article>
				
			</article>
			<article>
				
			</article>
			<article>
				
			</article>
		</section>

	</div>
	<aside>
		<ul>
			<li><a href="#"><img src="bnr_match.jpg" width="237"
height="91" alt="クリエイターズマッチ"></a>
			<li><a href="#"><img src="bnr_hahonico.gif"
width="237" height="91" alt="hahonico"></a>
			<li><a href="#"><img src="bnr_milbon.gif" width="237"
height="91" alt="milbon"></a>
		</ul>
	</aside>
	<footer>

	</footer>
</div>
</body>
</html>


Posted from: 221.249.161.82
Comment 1 Michael[tm] Smith 2011-08-04 05:15:33 UTC
mass-move component to LC1