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 12853 - <!DOCTYPE html> <html> <head> <title>Sample page</title> </head> <body> <h1>Sample page</h1> <p>This is a <a href="demo.html">simple</a> sample.</p> <!-- this is a comment --> </body> </html>
Summary: <!DOCTYPE html> <html> <head> <title>Sample page</title> </head> <b...
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: 2011-06-02 12:33 UTC by contributor
Modified: 2011-08-04 05:36 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-06-02 12:33:54 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/introduction.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#intro-early-example

Comment:
<!DOCTYPE html>  <html>   <head>    <title>Sample page</title>	 </head>  
<body>	  <h1>Sample page</h1>	  <p>This is a <a href="demo.html">simple</a>
sample.</p>    <!-- this is a comment -->   </body>  </html>

Posted from: 195.144.201.42
User agent: Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.8.131 Version/11.10
Comment 1 Michael[tm] Smith 2011-08-04 05:36:12 UTC
mass-move component to LC1