- From: Arron Eicholz via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Oct 2011 18:42:11 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-positioning
In directory hutz:/tmp/cvs-serv14606
Modified Files:
frame-src.html
Log Message:
Changed the doctype to be HTML5
Index: frame-src.html
===================================================================
RCS file: /sources/public/csswg/css3-positioning/frame-src.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- frame-src.html 28 Oct 2011 00:52:21 -0000 1.1
+++ frame-src.html 28 Oct 2011 18:42:09 -0000 1.2
@@ -1,7 +1,7 @@
-<!DOCTYPE html public "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE html>
<html>
<head>
- <title>A frame document with CSS 2.1</title>
+ <title>A frame document with CSS</title>
<style type="text/css" media="screen">
body { height: 8.5in } /* Required for percentage heights below */
#header {
Received on Friday, 28 October 2011 18:42:16 UTC