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

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

           Summary: <!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
           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


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

-- 
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 Friday, 22 October 2010 17:17:25 UTC