html5/tests/validation/full/invalid/obsolete acronym.html,1.1,1.2 acronym.xhtml,1.1,1.2 applet.html,1.1,1.2 basefont.html,1.2,1.3 big.html,1.1,1.2 center.html,1.1,1.2 dir.html,1.2,1.3 font.html,1.1,1.2 frameset.html,1.1,1.2 longdesc.html,1.1,1.2 noframes.html,1.1,1.2 s.html,1.1,1.2 strike.html,1.1,1.2 tt.html,1.1,1.2 u.html,1.1,1.2

Update of /sources/public/html5/tests/validation/full/invalid/obsolete
In directory hutz:/tmp/cvs-serv9942

Modified Files:
	acronym.html acronym.xhtml applet.html basefont.html big.html 
	center.html dir.html font.html frameset.html longdesc.html 
	noframes.html s.html strike.html tt.html u.html 
Log Message:
added encoding declarations


Index: noframes.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/noframes.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- noframes.html	16 Apr 2009 10:00:22 -0000	1.1
+++ noframes.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "noframes" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <noframes>baz</noframes>

Index: acronym.xhtml
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/acronym.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- acronym.xhtml	16 Apr 2009 07:25:25 -0000	1.1
+++ acronym.xhtml	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,7 +2,8 @@
 <head>
 <title>the "acronym" element is obsolete</title>
 </head>
-<body>
+<body xml:lang="sgn-BR">
 <acronym>baz</acronym>
+<p accesskey="ab b b c">foo</p>
 </body>
 </html>

Index: longdesc.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/longdesc.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- longdesc.html	28 Oct 2009 08:02:02 -0000	1.1
+++ longdesc.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -3,6 +3,7 @@
 <head>
 <title>the "longdesc" attribute is obsolete</title>
 <meta charset=utf-8>
+<meta charset=utf-8>
 </head>
 <body>
 <img longdesc=url src=url>

Index: dir.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/dir.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dir.html	16 Apr 2009 07:33:28 -0000	1.2
+++ dir.html	30 Nov 2009 12:23:18 -0000	1.3
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "dir" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <dir></dir>

Index: center.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/center.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- center.html	14 Apr 2009 22:39:02 -0000	1.1
+++ center.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "center" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <center>baz</center>

Index: u.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/u.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- u.html	16 Apr 2009 07:23:28 -0000	1.1
+++ u.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "u" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <u>baz</u>

Index: font.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/font.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- font.html	16 Apr 2009 07:17:55 -0000	1.1
+++ font.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "font" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <font>baz</font>

Index: big.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/big.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- big.html	16 Apr 2009 07:16:26 -0000	1.1
+++ big.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "big" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <big>baz</big>

Index: basefont.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/basefont.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- basefont.html	17 Apr 2009 09:58:28 -0000	1.2
+++ basefont.html	30 Nov 2009 12:23:18 -0000	1.3
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "basefont" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <basefont>

Index: acronym.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/acronym.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- acronym.html	16 Apr 2009 07:25:25 -0000	1.1
+++ acronym.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "acronym" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <acronym>baz</acronym>

Index: tt.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/tt.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tt.html	16 Apr 2009 07:22:27 -0000	1.1
+++ tt.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "tt" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <tt>baz</tt>

Index: s.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/s.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- s.html	16 Apr 2009 07:19:45 -0000	1.1
+++ s.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "s" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <s>baz</s>

Index: strike.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/strike.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- strike.html	16 Apr 2009 07:20:33 -0000	1.1
+++ strike.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "strike" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <strike>baz</strike>

Index: applet.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/applet.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- applet.html	16 Apr 2009 07:26:48 -0000	1.1
+++ applet.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "applet" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <body>
 <applet>baz</applet>

Index: frameset.html
===================================================================
RCS file: /sources/public/html5/tests/validation/full/invalid/obsolete/frameset.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- frameset.html	16 Apr 2009 10:01:23 -0000	1.1
+++ frameset.html	30 Nov 2009 12:23:18 -0000	1.2
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>the "frameset" element is obsolete</title>
+<meta charset=utf-8>
 </head>
 <frameset>
 <frame src="url">

Received on Monday, 30 November 2009 12:23:31 UTC