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 11377 - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- vim:ts=2: --> <html> <head> <title>Angelo Arrifano :: Home Page</title> <link rel="stylesheet" type="text/css" href="global.css"
Summary: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3...
Status: VERIFIED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML Canvas 2D Context (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-11-22 16:28 UTC by contributor
Modified: 2011-08-04 05:03 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2010-11-22 16:28:03 UTC
Specification: http://dev.w3.org/html5/spec/Overview.html
Section: http://www.whatwg.org/specs/web-apps/current-work/complete.html#top

Comment:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- vim:ts=2:
-->
<html>
<head>
	<title>Angelo Arrifano :: Home Page</title>
	<link rel="stylesheet" type="text/css" href="global.css" />
</head>
<body>

<div id="header">
	<img src="images/header.png" />
</div>

<div id="menubar"><div id="menu">
	<a href="index.php">
		<div><img src="images/menu-home.png" /><br />Home</div>
	</a>
	<a href="index.php?t=about">
		<div><img src="images/menu-about.png" /><br />About Me</div>
	</a>
	<a href="index.php?t=projs">

		<div><img src="images/menu-projs.png" /><br />Projects</div>
	</a>
	<a href="index.php?t=media">
		<div><img src="images/menu-media.png" /><br />Media</div>
	</a>
</div></div>

<div id="body">
</div>

<div id="footer">
Homepage of <a href="mailto:miknix@gmail.com">Angelo M. Arrifano</a> ::
Copyright (C) 2010 Angelo Arrifano :: Last Updated on 22 Nov. 2010
</div>

</body>
</html>


Posted from: 188.80.122.111
Comment 1 Michael[tm] Smith 2011-08-04 05:03:56 UTC
mass-move component to LC1