[Bug 12146] New: <!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</

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

           Summary: <!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</
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#top
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


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

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

Received on Monday, 21 February 2011 12:21:47 UTC