- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Mar 2012 04:52:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv29627
Modified Files:
Makefile Overview.html a.html abbr.html acknowledgments.html
address.html area.html article.html aside.html audio.html
b.html base.html bdi.html bdo.html blockquote.html body.html
br.html button.button.html button.html button.reset.html
button.submit.html canvas.html caption.html cite.html
code.html col.html colgroup.html command.checkbox.html
command.command.html command.html command.radio.html
common-models.html datalist.html datatypes.html dd.html
del.html details.html dfn.html div.html dl.html documents.html
dt.html elements-by-function.html elements.html em.html
embed.html fieldset.html figcaption.html figure.html
footer.html form.html global-attributes.html h1.html h2.html
h3.html h4.html h5.html h6.html head.html header.html
hgroup.html hr.html html.html i.html iframe.html img.html
index-of-terms.html index-of-terms.xhtml index.html
input.button.html input.checkbox.html input.color.html
input.date.html input.datetime-local.html input.datetime.html
input.email.html input.file.html input.hidden.html input.html
input.image.html input.month.html input.number.html
input.password.html input.radio.html input.range.html
input.reset.html input.search.html input.submit.html
input.tel.html input.text.html input.time.html input.url.html
input.week.html ins.html intro.html kbd.html keygen.html
label.html legend.html li.html link.html map.html mark.html
menu.html meta.charset.html meta.html
meta.http-equiv.content-type.html
meta.http-equiv.default-style.html
meta.http-equiv.refresh.html meta.name.html meter.html
nav.html noscript.html object.html ol.html optgroup.html
option.html output.html p.html param.html pre.html
progress.html q.html references.html rp.html rt.html ruby.html
s.html samp.html script.html section.html select.html
small.html source.html span.html spec.html strong.html
style.html sub.html summary.html sup.html syntax.html
table.html tbody.html td.html terminology.html textarea.html
tfoot.html th.html thead.html time.html title.html tr.html
track.html u.html ul.html var.html video.html wbr.html
Log Message:
Updated.
Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/body.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- body.html 13 Mar 2012 01:48:49 -0000 1.104
+++ body.html 13 Mar 2012 04:52:29 -0000 1.105
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="body">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> body – document body - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: legend.html
===================================================================
RCS file: /sources/public/html5/markup/legend.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- legend.html 13 Mar 2012 01:48:55 -0000 1.92
+++ legend.html 13 Mar 2012 04:52:40 -0000 1.93
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="legend">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> legend – title or explanatory caption - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: address.html
===================================================================
RCS file: /sources/public/html5/markup/address.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- address.html 13 Mar 2012 01:48:48 -0000 1.86
+++ address.html 13 Mar 2012 04:52:28 -0000 1.87
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="address">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> address – contact information - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: button.html
===================================================================
RCS file: /sources/public/html5/markup/button.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- button.html 13 Mar 2012 01:48:49 -0000 1.56
+++ button.html 13 Mar 2012 04:52:29 -0000 1.57
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="button">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> button – button - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- th.html 13 Mar 2012 01:48:58 -0000 1.107
+++ th.html 13 Mar 2012 04:52:43 -0000 1.108
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="th">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> th – table header cell - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: mark.html
===================================================================
RCS file: /sources/public/html5/markup/mark.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- mark.html 13 Mar 2012 01:48:55 -0000 1.87
+++ mark.html 13 Mar 2012 04:52:40 -0000 1.88
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="mark">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> mark – marked (highlighted) text (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.503
retrieving revision 1.504
diff -u -d -r1.503 -r1.504
--- Overview.html 13 Mar 2012 01:48:48 -0000 1.503
+++ Overview.html 13 Mar 2012 04:52:27 -0000 1.504
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<title>HTML: The Markup Language</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
@@ -51,7 +51,7 @@
</div>
<hr>
<div id="tocjump" class="skip-link" style="text-align: center"><a href="Overview.html#toc">Skip to Table of Contents</a></div>
-<div id="abstract">
+ <div id="abstract">
<h2>Abstract </h2>
<p>This non-normative reference describes the
@@ -72,7 +72,7 @@
itself),
nor attempt to also be a tutorial or “how to” authoring guide.</p>
</div>
-<div id="status">
+ <div id="status">
<h2>Status of this Document </h2>
<p><em>
@@ -154,7 +154,7 @@
6 of the W3C Patent Policy</a>.
</p>
</div>
-<div class="toc" id="toc">
+ <div class="toc" id="toc">
<h2>Table of Contents <a class="hash" href="#toc">#</a> <a class="toc-bak" href="Overview.html#toc-toc">T</a>
</h2>
@@ -186,7 +186,7 @@
</ul>
<ul class="index-toc"><li><a href="index-of-terms.html">Index of terms</a></li></ul>
</div>
-<div class="toc" id="toc-full">
+ <div class="toc" id="toc-full">
<h2>Full Table of Contents </h2>
<ul>
@@ -691,7 +691,7 @@
</ul>
<ul class="index-toc"><li id="index-toc"><a href="index-of-terms.html">Index of terms</a></li></ul>
</div>
-<div id="this_sections">
+ <div id="this_sections">
@@ -705,6 +705,6 @@
</div>
-<script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script>
+ <script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script>
</body>
</html>
Index: br.html
===================================================================
RCS file: /sources/public/html5/markup/br.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- br.html 13 Mar 2012 01:48:49 -0000 1.82
+++ br.html 13 Mar 2012 04:52:29 -0000 1.83
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="br">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> br – line break - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/input.email.html,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- input.email.html 13 Mar 2012 01:48:54 -0000 1.113
+++ input.email.html 13 Mar 2012 04:52:38 -0000 1.114
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.email">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=email – e-mail address input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: tr.html
===================================================================
RCS file: /sources/public/html5/markup/tr.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- tr.html 13 Mar 2012 01:48:59 -0000 1.89
+++ tr.html 13 Mar 2012 04:52:43 -0000 1.90
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="tr">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> tr – table row - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- input.month.html 13 Mar 2012 01:48:54 -0000 1.112
+++ input.month.html 13 Mar 2012 04:52:39 -0000 1.113
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.month">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=month – year-and-month input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- iframe.html 13 Mar 2012 01:48:53 -0000 1.118
+++ iframe.html 13 Mar 2012 04:52:37 -0000 1.119
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="iframe">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> iframe – nested browsing context (inline frame) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: ins.html
===================================================================
RCS file: /sources/public/html5/markup/ins.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- ins.html 13 Mar 2012 01:48:55 -0000 1.103
+++ ins.html 13 Mar 2012 04:52:40 -0000 1.104
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="ins">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> ins – inserted text - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: abbr.html
===================================================================
RCS file: /sources/public/html5/markup/abbr.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- abbr.html 13 Mar 2012 01:48:48 -0000 1.84
+++ abbr.html 13 Mar 2012 04:52:28 -0000 1.85
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="abbr">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> abbr – abbreviation - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: div.html
===================================================================
RCS file: /sources/public/html5/markup/div.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- div.html 13 Mar 2012 01:48:50 -0000 1.88
+++ div.html 13 Mar 2012 04:52:30 -0000 1.89
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="div">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> div – generic flow container - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/meta.name.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- meta.name.html 13 Mar 2012 01:48:56 -0000 1.103
+++ meta.name.html 13 Mar 2012 04:52:40 -0000 1.104
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="meta.name">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> meta name – name-value metadata - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/table.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- table.html 13 Mar 2012 01:48:58 -0000 1.103
+++ table.html 13 Mar 2012 04:52:43 -0000 1.104
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="table">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> table – table - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: nav.html
===================================================================
RCS file: /sources/public/html5/markup/nav.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- nav.html 13 Mar 2012 01:48:56 -0000 1.94
+++ nav.html 13 Mar 2012 04:52:41 -0000 1.95
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="nav">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> nav – group of navigational links (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/html.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- html.html 13 Mar 2012 01:48:53 -0000 1.98
+++ html.html 13 Mar 2012 04:52:37 -0000 1.99
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="html">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> html – root element - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: meta.http-equiv.content-type.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- meta.http-equiv.content-type.html 13 Mar 2012 01:48:56 -0000 1.103
+++ meta.http-equiv.content-type.html 13 Mar 2012 04:52:40 -0000 1.104
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="meta.http-equiv.content-type">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> meta http-equiv=content-type – document character-encoding declaration - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.radio.html
===================================================================
RCS file: /sources/public/html5/markup/input.radio.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- input.radio.html 13 Mar 2012 01:48:54 -0000 1.108
+++ input.radio.html 13 Mar 2012 04:52:39 -0000 1.109
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.radio">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=radio – radio button - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: footer.html
===================================================================
RCS file: /sources/public/html5/markup/footer.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- footer.html 13 Mar 2012 01:48:51 -0000 1.91
+++ footer.html 13 Mar 2012 04:52:31 -0000 1.92
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="footer">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> footer – footer (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: global-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/global-attributes.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- global-attributes.html 13 Mar 2012 01:48:52 -0000 1.63
+++ global-attributes.html 13 Mar 2012 04:52:36 -0000 1.64
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="global-attributes">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>Global attributes - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/script.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- script.html 13 Mar 2012 01:48:57 -0000 1.116
+++ script.html 13 Mar 2012 04:52:41 -0000 1.117
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="script">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> script – embedded script - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- input.range.html 13 Mar 2012 01:48:54 -0000 1.112
+++ input.range.html 13 Mar 2012 04:52:39 -0000 1.113
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.range">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=range – imprecise number-input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/audio.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- audio.html 13 Mar 2012 01:48:48 -0000 1.110
+++ audio.html 13 Mar 2012 04:52:29 -0000 1.111
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="audio">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> audio – audio stream (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/time.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- time.html 13 Mar 2012 01:48:59 -0000 1.105
+++ time.html 13 Mar 2012 04:52:43 -0000 1.106
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="time">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> time – date and/or time (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: meta.http-equiv.default-style.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- meta.http-equiv.default-style.html 13 Mar 2012 01:48:56 -0000 1.97
+++ meta.http-equiv.default-style.html 13 Mar 2012 04:52:40 -0000 1.98
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="meta.http-equiv.default-style">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> meta http-equiv=default-style – “preferred stylesheet” pragma directive - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.html
===================================================================
RCS file: /sources/public/html5/markup/input.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- input.html 13 Mar 2012 01:48:54 -0000 1.58
+++ input.html 13 Mar 2012 04:52:38 -0000 1.59
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input – input control (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: command.html
===================================================================
RCS file: /sources/public/html5/markup/command.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- command.html 13 Mar 2012 01:48:49 -0000 1.58
+++ command.html 13 Mar 2012 04:52:30 -0000 1.59
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="command">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> command – command (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: keygen.html
===================================================================
RCS file: /sources/public/html5/markup/keygen.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- keygen.html 13 Mar 2012 01:48:55 -0000 1.101
+++ keygen.html 13 Mar 2012 04:52:40 -0000 1.102
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="keygen">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> keygen – key-pair generator/input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: command.command.html
===================================================================
RCS file: /sources/public/html5/markup/command.command.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- command.command.html 13 Mar 2012 01:48:49 -0000 1.98
+++ command.command.html 13 Mar 2012 04:52:30 -0000 1.99
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="command.command">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> command type=command – command with an associated action (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: elements-by-function.html
===================================================================
RCS file: /sources/public/html5/markup/elements-by-function.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- elements-by-function.html 13 Mar 2012 01:48:50 -0000 1.36
+++ elements-by-function.html 13 Mar 2012 04:52:31 -0000 1.37
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="elements-by-function">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>HTML elements organized by function - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: progress.html
===================================================================
RCS file: /sources/public/html5/markup/progress.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- progress.html 13 Mar 2012 01:48:56 -0000 1.101
+++ progress.html 13 Mar 2012 04:52:41 -0000 1.102
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="progress">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> progress – progress indicator (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: dfn.html
===================================================================
RCS file: /sources/public/html5/markup/dfn.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- dfn.html 13 Mar 2012 01:48:50 -0000 1.88
+++ dfn.html 13 Mar 2012 04:52:30 -0000 1.89
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="dfn">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> dfn – defining instance - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: intro.html
===================================================================
RCS file: /sources/public/html5/markup/intro.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- intro.html 13 Mar 2012 01:48:55 -0000 1.48
+++ intro.html 13 Mar 2012 04:52:40 -0000 1.49
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="intro">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>Introduction - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/textarea.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- textarea.html 13 Mar 2012 01:48:58 -0000 1.114
+++ textarea.html 13 Mar 2012 04:52:43 -0000 1.115
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="textarea">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> textarea – text input area - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: cite.html
===================================================================
RCS file: /sources/public/html5/markup/cite.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- cite.html 13 Mar 2012 01:48:49 -0000 1.88
+++ cite.html 13 Mar 2012 04:52:29 -0000 1.89
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="cite">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> cite – cited title of a work (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: meter.html
===================================================================
RCS file: /sources/public/html5/markup/meter.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- meter.html 13 Mar 2012 01:48:56 -0000 1.103
+++ meter.html 13 Mar 2012 04:52:40 -0000 1.104
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="meter">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> meter – scalar gauge (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/input.button.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- input.button.html 13 Mar 2012 01:48:53 -0000 1.107
+++ input.button.html 13 Mar 2012 04:52:38 -0000 1.108
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.button">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=button – button - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: aside.html
===================================================================
RCS file: /sources/public/html5/markup/aside.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- aside.html 13 Mar 2012 01:48:48 -0000 1.91
+++ aside.html 13 Mar 2012 04:52:29 -0000 1.92
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="aside">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> aside – tangential content (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: bdi.html
===================================================================
RCS file: /sources/public/html5/markup/bdi.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- bdi.html 13 Mar 2012 01:48:49 -0000 1.12
+++ bdi.html 13 Mar 2012 04:52:29 -0000 1.13
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="bdi">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> bdi – BiDi isolate (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- syntax.html 13 Mar 2012 01:48:58 -0000 1.89
+++ syntax.html 13 Mar 2012 04:52:42 -0000 1.90
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="syntax">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>HTML syntax - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: section.html
===================================================================
RCS file: /sources/public/html5/markup/section.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- section.html 13 Mar 2012 01:48:57 -0000 1.94
+++ section.html 13 Mar 2012 04:52:41 -0000 1.95
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="section">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> section – section (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- link.html 13 Mar 2012 01:48:55 -0000 1.107
+++ link.html 13 Mar 2012 04:52:40 -0000 1.108
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="link">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> link – inter-document relationship metadata - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: meta.http-equiv.refresh.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- meta.http-equiv.refresh.html 13 Mar 2012 01:48:56 -0000 1.96
+++ meta.http-equiv.refresh.html 13 Mar 2012 04:52:40 -0000 1.97
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="meta.http-equiv.refresh">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> meta http-equiv=refresh – “refresh” pragma directive - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/area.html,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- area.html 13 Mar 2012 01:48:48 -0000 1.109
+++ area.html 13 Mar 2012 04:52:28 -0000 1.110
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="area">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> area – image-map hyperlink - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- input.text.html 13 Mar 2012 01:48:55 -0000 1.111
+++ input.text.html 13 Mar 2012 04:52:39 -0000 1.112
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.text">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=text – text-input field - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- Makefile 22 May 2011 14:21:39 -0000 1.121
+++ Makefile 13 Mar 2012 04:52:27 -0000 1.122
@@ -176,7 +176,13 @@
> $@
html5:
- CVSROOT=:pserver:anonymous@dev.w3.org:/sources/public $(CVS) $(CVSFLAGS) co html5/spec
+ if [ -d /opt/workspace/html5/spec ]; then \
+ mkdir html5 && cp -pR /opt/workspace/html5/spec html5/ ;
+ else \
+ CVSROOT=:pserver:anonymous@dev.w3.org:/sources/public $(CVS) $(CVSFLAGS) co html5/spec \
+ && rm -rf html5/CVS/ \
+ && rm -rf html5/spec/CVS/ \
+ fi
html5-spec: html5
for file in $(MULTIPAGE_SPEC_FILES); \
@@ -192,7 +198,8 @@
tools/specgen.xsl html.spec.src.html 2>MANIFEST.tmp > $@.tmp
$(TOHTML) $@.tmp 2>/dev/null \
| $(PERL) $(PERLFLAGS) -pi -e 's| xmlns="http://www.w3.org/1999/xhtml"||' \
- | $(PERL) $(PERLFLAGS) -pi -e 's|<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">|<meta http-equiv="Content-Type" content="text/html; charset=utf-8">|' \
+ | $(PERL) $(PERLFLAGS) -pi -e 's|<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">|<meta charset=utf-8>|' \
+ | $(PERL) $(PERLFLAGS) -pi -e 's|<!DOCTYPE html PUBLIC "html" "about:legacy-compat">|<!doctype html>|' \
> $@
index.html: Overview.html
@@ -208,7 +215,8 @@
for file in $(shell $(GREP) $(GREPFLAGS) -v "UNDEFINED" $< | $(GREP) $(GREPFLAGS) -v "\.xhtml"); \
do $(TOHTML) - 2>/dev/null < $$file \
| $(PERL) $(PERLFLAGS) -pi -e 's| xmlns="http://www.w3.org/1999/xhtml"||' \
- | $(PERL) $(PERLFLAGS) -pi -e 's|<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">|<meta http-equiv="Content-Type" content="text/html; charset=utf-8">|' \
+ | $(PERL) $(PERLFLAGS) -pi -e 's|<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">|<meta charset=utf-8>|' \
+ | $(PERL) $(PERLFLAGS) -pi -e 's|<!DOCTYPE html PUBLIC "html" "about:legacy-compat">|<!doctype html>|' \
> $$file.tmp; \
mv $$file.tmp $$file; \
done
@@ -221,7 +229,8 @@
tools/specgen.xsl html.spec.src.html \
| $(TOHTML) - 2>/dev/null \
| $(PERL) $(PERLFLAGS) -pi -e 's| xmlns="http://www.w3.org/1999/xhtml"||' \
- | $(PERL) $(PERLFLAGS) -pi -e 's|<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">|<meta http-equiv="Content-Type" content="text/html; charset=utf-8">|' \
+ | $(PERL) $(PERLFLAGS) -pi -e 's|<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">|<meta charset=utf-8>|' \
+ | $(PERL) $(PERLFLAGS) -pi -e 's|<!DOCTYPE html PUBLIC "html" "about:legacy-compat">|<!doctype html>|' \
> $@
aria: aria/Overview.html aria/spec.html
@@ -326,7 +335,7 @@
@echo
schemaclean:
- rm -rf syntax
+ $(RM) -r syntax
distclean: clean schemaclean syntax
$(RM) webapps.html
Index: samp.html
===================================================================
RCS file: /sources/public/html5/markup/samp.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- samp.html 13 Mar 2012 01:48:57 -0000 1.88
+++ samp.html 13 Mar 2012 04:52:41 -0000 1.89
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="samp">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> samp – (sample) output - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: h6.html
===================================================================
RCS file: /sources/public/html5/markup/h6.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- h6.html 13 Mar 2012 01:48:52 -0000 1.96
+++ h6.html 13 Mar 2012 04:52:36 -0000 1.97
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="h6">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> h6 – heading - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/input.checkbox.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- input.checkbox.html 13 Mar 2012 01:48:53 -0000 1.107
+++ input.checkbox.html 13 Mar 2012 04:52:38 -0000 1.108
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.checkbox">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=checkbox – checkbox - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: track.html
===================================================================
RCS file: /sources/public/html5/markup/track.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- track.html 13 Mar 2012 01:48:59 -0000 1.24
+++ track.html 13 Mar 2012 04:52:43 -0000 1.25
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="track">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> track – supplementary media track (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- object.html 13 Mar 2012 01:48:56 -0000 1.117
+++ object.html 13 Mar 2012 04:52:41 -0000 1.118
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="object">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> object – generic external content - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: terminology.html
===================================================================
RCS file: /sources/public/html5/markup/terminology.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- terminology.html 13 Mar 2012 01:48:58 -0000 1.66
+++ terminology.html 13 Mar 2012 04:52:43 -0000 1.67
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="terminology">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>Terminology - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.tel.html
===================================================================
RCS file: /sources/public/html5/markup/input.tel.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- input.tel.html 13 Mar 2012 01:48:54 -0000 1.110
+++ input.tel.html 13 Mar 2012 04:52:39 -0000 1.111
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.tel">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=tel – telephone-number-input field (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: h4.html
===================================================================
RCS file: /sources/public/html5/markup/h4.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- h4.html 13 Mar 2012 01:48:52 -0000 1.96
+++ h4.html 13 Mar 2012 04:52:36 -0000 1.97
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="h4">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> h4 – heading - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: header.html
===================================================================
RCS file: /sources/public/html5/markup/header.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- header.html 13 Mar 2012 01:48:52 -0000 1.91
+++ header.html 13 Mar 2012 04:52:37 -0000 1.92
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="header">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> header – header (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: b.html
===================================================================
RCS file: /sources/public/html5/markup/b.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- b.html 13 Mar 2012 01:48:49 -0000 1.88
+++ b.html 13 Mar 2012 04:52:29 -0000 1.89
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="b">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> b – offset text conventionally styled in bold (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/img.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- img.html 13 Mar 2012 01:48:53 -0000 1.114
+++ img.html 13 Mar 2012 04:52:37 -0000 1.115
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="img">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> img – image - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: wbr.html
===================================================================
RCS file: /sources/public/html5/markup/wbr.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- wbr.html 13 Mar 2012 01:48:59 -0000 1.47
+++ wbr.html 13 Mar 2012 04:52:43 -0000 1.48
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="wbr">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> wbr – line-break opportunity (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: bdo.html
===================================================================
RCS file: /sources/public/html5/markup/bdo.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- bdo.html 13 Mar 2012 01:48:49 -0000 1.86
+++ bdo.html 13 Mar 2012 04:52:29 -0000 1.87
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="bdo">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> bdo – BiDi override - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- input.number.html 13 Mar 2012 01:48:54 -0000 1.112
+++ input.number.html 13 Mar 2012 04:52:39 -0000 1.113
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.number">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=number – number input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: col.html
===================================================================
RCS file: /sources/public/html5/markup/col.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- col.html 13 Mar 2012 01:48:49 -0000 1.90
+++ col.html 13 Mar 2012 04:52:29 -0000 1.91
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="col">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> col – table column - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- datatypes.html 13 Mar 2012 01:48:50 -0000 1.111
+++ datatypes.html 13 Mar 2012 04:52:30 -0000 1.112
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="datatypes">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>Data types (common microsyntaxes) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: command.radio.html
===================================================================
RCS file: /sources/public/html5/markup/command.radio.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- command.radio.html 13 Mar 2012 01:48:49 -0000 1.98
+++ command.radio.html 13 Mar 2012 04:52:30 -0000 1.99
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="command.radio">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> command type=radio – selection of one item from a list of items (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- input.datetime.html 13 Mar 2012 01:48:54 -0000 1.114
+++ input.datetime.html 13 Mar 2012 04:52:38 -0000 1.115
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.datetime">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=datetime – global date-and-time input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.password.html
===================================================================
RCS file: /sources/public/html5/markup/input.password.html,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- input.password.html 13 Mar 2012 01:48:54 -0000 1.109
+++ input.password.html 13 Mar 2012 04:52:39 -0000 1.110
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.password">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=password – password-input field - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/embed.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- embed.html 13 Mar 2012 01:48:51 -0000 1.103
+++ embed.html 13 Mar 2012 04:52:31 -0000 1.104
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="embed">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> embed – integration point for plugins (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: dd.html
===================================================================
RCS file: /sources/public/html5/markup/dd.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- dd.html 13 Mar 2012 01:48:50 -0000 1.91
+++ dd.html 13 Mar 2012 04:52:30 -0000 1.92
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="dd">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> dd – description or value - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: common-models.html
===================================================================
RCS file: /sources/public/html5/markup/common-models.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- common-models.html 13 Mar 2012 01:48:50 -0000 1.71
+++ common-models.html 13 Mar 2012 04:52:30 -0000 1.72
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="common-models">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>Common content models - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: ul.html
===================================================================
RCS file: /sources/public/html5/markup/ul.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- ul.html 13 Mar 2012 01:48:59 -0000 1.89
+++ ul.html 13 Mar 2012 04:52:43 -0000 1.90
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="ul">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> ul – unordered list - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- input.time.html 13 Mar 2012 01:48:55 -0000 1.114
+++ input.time.html 13 Mar 2012 04:52:39 -0000 1.115
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.time">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=time – time input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/dt.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- dt.html 13 Mar 2012 01:48:50 -0000 1.91
+++ dt.html 13 Mar 2012 04:52:31 -0000 1.92
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="dt">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> dt – term or name - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: strong.html
===================================================================
RCS file: /sources/public/html5/markup/strong.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- strong.html 13 Mar 2012 01:48:58 -0000 1.92
+++ strong.html 13 Mar 2012 04:52:42 -0000 1.93
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="strong">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> strong – strong importance - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: acknowledgments.html
===================================================================
RCS file: /sources/public/html5/markup/acknowledgments.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- acknowledgments.html 13 Mar 2012 01:48:48 -0000 1.42
+++ acknowledgments.html 13 Mar 2012 04:52:28 -0000 1.43
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="acknowledgments">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>Acknowledgments - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- input.color.html 13 Mar 2012 01:48:53 -0000 1.110
+++ input.color.html 13 Mar 2012 04:52:38 -0000 1.111
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.color">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=color – color-well control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/li.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- li.html 13 Mar 2012 01:48:55 -0000 1.97
+++ li.html 13 Mar 2012 04:52:40 -0000 1.98
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="li">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> li – list item - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/style.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- style.html 13 Mar 2012 01:48:58 -0000 1.104
+++ style.html 13 Mar 2012 04:52:42 -0000 1.105
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="style">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> style – style (presentation) information - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: documents.html
===================================================================
RCS file: /sources/public/html5/markup/documents.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- documents.html 13 Mar 2012 01:48:50 -0000 1.60
+++ documents.html 13 Mar 2012 04:52:31 -0000 1.61
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="documents">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>Documents - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/del.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- del.html 13 Mar 2012 01:48:50 -0000 1.102
+++ del.html 13 Mar 2012 04:52:30 -0000 1.103
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="del">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> del – deleted text - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: menu.html
===================================================================
RCS file: /sources/public/html5/markup/menu.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- menu.html 13 Mar 2012 01:48:55 -0000 1.108
+++ menu.html 13 Mar 2012 04:52:40 -0000 1.109
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="menu">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> menu – list of commands (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- input.image.html 13 Mar 2012 01:48:54 -0000 1.116
+++ input.image.html 13 Mar 2012 04:52:38 -0000 1.117
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.image">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=image – image-coordinates input control - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: code.html
===================================================================
RCS file: /sources/public/html5/markup/code.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- code.html 13 Mar 2012 01:48:49 -0000 1.86
+++ code.html 13 Mar 2012 04:52:29 -0000 1.87
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="code">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> code – code fragment - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: h2.html
===================================================================
RCS file: /sources/public/html5/markup/h2.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- h2.html 13 Mar 2012 01:48:52 -0000 1.96
+++ h2.html 13 Mar 2012 04:52:36 -0000 1.97
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="h2">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> h2 – heading - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/head.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- head.html 13 Mar 2012 01:48:52 -0000 1.90
+++ head.html 13 Mar 2012 04:52:36 -0000 1.91
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="head">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> head – document metadata container - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/p.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- p.html 13 Mar 2012 01:48:56 -0000 1.93
+++ p.html 13 Mar 2012 04:52:41 -0000 1.94
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="p">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> p – paragraph - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: figcaption.html
===================================================================
RCS file: /sources/public/html5/markup/figcaption.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- figcaption.html 13 Mar 2012 01:48:51 -0000 1.60
+++ figcaption.html 13 Mar 2012 04:52:31 -0000 1.61
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="figcaption">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> figcaption – figure caption (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/map.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- map.html 13 Mar 2012 01:48:55 -0000 1.102
+++ map.html 13 Mar 2012 04:52:40 -0000 1.103
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="map">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> map – image-map definition - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/input.file.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- input.file.html 13 Mar 2012 01:48:54 -0000 1.108
+++ input.file.html 13 Mar 2012 04:52:38 -0000 1.109
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.file">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=file – file upload control - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: u.html
===================================================================
RCS file: /sources/public/html5/markup/u.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- u.html 13 Mar 2012 01:48:59 -0000 1.9
+++ u.html 13 Mar 2012 04:52:43 -0000 1.10
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="u">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> u – offset text conventionally styled with an underline (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: command.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/command.checkbox.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- command.checkbox.html 13 Mar 2012 01:48:49 -0000 1.99
+++ command.checkbox.html 13 Mar 2012 04:52:30 -0000 1.100
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="command.checkbox">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> command type=checkbox – state or option that can be toggled (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: param.html
===================================================================
RCS file: /sources/public/html5/markup/param.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- param.html 13 Mar 2012 01:48:56 -0000 1.99
+++ param.html 13 Mar 2012 04:52:41 -0000 1.100
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="param">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> param – initialization parameters for plugins - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: span.html
===================================================================
RCS file: /sources/public/html5/markup/span.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- span.html 13 Mar 2012 01:48:57 -0000 1.91
+++ span.html 13 Mar 2012 04:52:42 -0000 1.92
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="span">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> span – generic span - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.reset.html
===================================================================
RCS file: /sources/public/html5/markup/input.reset.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- input.reset.html 13 Mar 2012 01:48:54 -0000 1.108
+++ input.reset.html 13 Mar 2012 04:52:39 -0000 1.109
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.reset">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=reset – reset button - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- input.datetime-local.html 13 Mar 2012 01:48:54 -0000 1.112
+++ input.datetime-local.html 13 Mar 2012 04:52:38 -0000 1.113
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.datetime-local">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=datetime-local – local date-and-time input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: meta.html
===================================================================
RCS file: /sources/public/html5/markup/meta.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- meta.html 13 Mar 2012 01:48:56 -0000 1.56
+++ meta.html 13 Mar 2012 04:52:40 -0000 1.57
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="meta">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> meta – metadata (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: q.html
===================================================================
RCS file: /sources/public/html5/markup/q.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- q.html 13 Mar 2012 01:48:57 -0000 1.94
+++ q.html 13 Mar 2012 04:52:41 -0000 1.95
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="q">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> q – quoted text - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: option.html
===================================================================
RCS file: /sources/public/html5/markup/option.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- option.html 13 Mar 2012 01:48:56 -0000 1.105
+++ option.html 13 Mar 2012 04:52:41 -0000 1.106
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="option">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> option – option - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: label.html
===================================================================
RCS file: /sources/public/html5/markup/label.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- label.html 13 Mar 2012 01:48:55 -0000 1.101
+++ label.html 13 Mar 2012 04:52:40 -0000 1.102
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="label">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> label – caption for a form control - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: select.html
===================================================================
RCS file: /sources/public/html5/markup/select.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- select.html 13 Mar 2012 01:48:57 -0000 1.105
+++ select.html 13 Mar 2012 04:52:41 -0000 1.106
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="select">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> select – option-selection form control - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: noscript.html
===================================================================
RCS file: /sources/public/html5/markup/noscript.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- noscript.html 13 Mar 2012 01:48:56 -0000 1.93
+++ noscript.html 13 Mar 2012 04:52:41 -0000 1.94
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="noscript">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> noscript – fallback content for script - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: blockquote.html
===================================================================
RCS file: /sources/public/html5/markup/blockquote.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- blockquote.html 13 Mar 2012 01:48:49 -0000 1.92
+++ blockquote.html 13 Mar 2012 04:52:29 -0000 1.93
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="blockquote">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> blockquote – block quotation - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: hr.html
===================================================================
RCS file: /sources/public/html5/markup/hr.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- hr.html 13 Mar 2012 01:48:53 -0000 1.90
+++ hr.html 13 Mar 2012 04:52:37 -0000 1.91
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="hr">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> hr – thematic break (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/td.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- td.html 13 Mar 2012 01:48:58 -0000 1.100
+++ td.html 13 Mar 2012 04:52:43 -0000 1.101
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="td">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> td – table cell - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: em.html
===================================================================
RCS file: /sources/public/html5/markup/em.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- em.html 13 Mar 2012 01:48:51 -0000 1.87
+++ em.html 13 Mar 2012 04:52:31 -0000 1.88
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="em">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> em – emphatic stress - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: figure.html
===================================================================
RCS file: /sources/public/html5/markup/figure.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- figure.html 13 Mar 2012 01:48:51 -0000 1.74
+++ figure.html 13 Mar 2012 04:52:31 -0000 1.75
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="figure">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> figure – figure with optional caption (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- input.hidden.html 13 Mar 2012 01:48:54 -0000 1.108
+++ input.hidden.html 13 Mar 2012 04:52:38 -0000 1.109
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.hidden">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=hidden – hidden input control - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: caption.html
===================================================================
RCS file: /sources/public/html5/markup/caption.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- caption.html 13 Mar 2012 01:48:49 -0000 1.87
+++ caption.html 13 Mar 2012 04:52:29 -0000 1.88
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="caption">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> caption – table title - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: index-of-terms.xhtml
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- index-of-terms.xhtml 13 Mar 2012 01:48:53 -0000 1.40
+++ index-of-terms.xhtml 13 Mar 2012 04:52:37 -0000 1.41
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html PUBLIC "html" "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml" id="index-of-terms">
<head>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"/><title>Index - HTML5</title>
Index: s.html
===================================================================
RCS file: /sources/public/html5/markup/s.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- s.html 13 Mar 2012 01:48:57 -0000 1.16
+++ s.html 13 Mar 2012 04:52:41 -0000 1.17
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="s">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> s – struck text (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: kbd.html
===================================================================
RCS file: /sources/public/html5/markup/kbd.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- kbd.html 13 Mar 2012 01:48:55 -0000 1.87
+++ kbd.html 13 Mar 2012 04:52:40 -0000 1.88
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="kbd">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> kbd – user input - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/references.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- references.html 13 Mar 2012 01:48:57 -0000 1.55
+++ references.html 13 Mar 2012 04:52:41 -0000 1.56
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="references">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>References - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- base.html 13 Mar 2012 01:48:49 -0000 1.101
+++ base.html 13 Mar 2012 04:52:29 -0000 1.102
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="base">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> base – base URL - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: canvas.html
===================================================================
RCS file: /sources/public/html5/markup/canvas.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- canvas.html 13 Mar 2012 01:48:49 -0000 1.95
+++ canvas.html 13 Mar 2012 04:52:29 -0000 1.96
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="canvas">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> canvas – canvas for dynamic graphics (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: index.html
===================================================================
RCS file: /sources/public/html5/markup/index.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- index.html 13 Mar 2012 01:48:53 -0000 1.49
+++ index.html 13 Mar 2012 04:52:37 -0000 1.50
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<title>HTML: The Markup Language</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
@@ -51,7 +51,7 @@
</div>
<hr>
<div id="tocjump" class="skip-link" style="text-align: center"><a href="Overview.html#toc">Skip to Table of Contents</a></div>
-<div id="abstract">
+ <div id="abstract">
<h2>Abstract </h2>
<p>This non-normative reference describes the
@@ -72,7 +72,7 @@
itself),
nor attempt to also be a tutorial or “how to” authoring guide.</p>
</div>
-<div id="status">
+ <div id="status">
<h2>Status of this Document </h2>
<p><em>
@@ -154,7 +154,7 @@
6 of the W3C Patent Policy</a>.
</p>
</div>
-<div class="toc" id="toc">
+ <div class="toc" id="toc">
<h2>Table of Contents <a class="hash" href="#toc">#</a> <a class="toc-bak" href="Overview.html#toc-toc">T</a>
</h2>
@@ -186,7 +186,7 @@
</ul>
<ul class="index-toc"><li><a href="index-of-terms.html">Index of terms</a></li></ul>
</div>
-<div class="toc" id="toc-full">
+ <div class="toc" id="toc-full">
<h2>Full Table of Contents </h2>
<ul>
@@ -691,7 +691,7 @@
</ul>
<ul class="index-toc"><li id="index-toc"><a href="index-of-terms.html">Index of terms</a></li></ul>
</div>
-<div id="this_sections">
+ <div id="this_sections">
@@ -705,6 +705,6 @@
</div>
-<script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script>
+ <script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script>
</body>
</html>
Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- input.search.html 13 Mar 2012 01:48:54 -0000 1.115
+++ input.search.html 13 Mar 2012 04:52:39 -0000 1.116
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.search">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=search – search field (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: tfoot.html
===================================================================
RCS file: /sources/public/html5/markup/tfoot.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- tfoot.html 13 Mar 2012 01:48:58 -0000 1.89
+++ tfoot.html 13 Mar 2012 04:52:43 -0000 1.90
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="tfoot">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> tfoot – table footer row group - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: rt.html
===================================================================
RCS file: /sources/public/html5/markup/rt.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- rt.html 13 Mar 2012 01:48:57 -0000 1.90
+++ rt.html 13 Mar 2012 04:52:41 -0000 1.91
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="rt">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> rt – ruby text (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: fieldset.html
===================================================================
RCS file: /sources/public/html5/markup/fieldset.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- fieldset.html 13 Mar 2012 01:48:51 -0000 1.97
+++ fieldset.html 13 Mar 2012 04:52:31 -0000 1.98
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="fieldset">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> fieldset – set of related form controls - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -d -r1.338 -r1.339
--- spec.html 13 Mar 2012 01:48:57 -0000 1.338
+++ spec.html 13 Mar 2012 04:52:42 -0000 1.339
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<title>HTML: The Markup Language</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
@@ -48,7 +48,7 @@
</div>
<hr>
<div id="tocjump" class="skip-link" style="text-align: center"><a href="spec.html#toc">Skip to Table of Contents</a></div>
-<div id="abstract">
+ <div id="abstract">
<h2>Abstract </h2>
<p>This non-normative reference describes the
@@ -69,7 +69,7 @@
itself),
nor attempt to also be a tutorial or “how to” authoring guide.</p>
</div>
-<div id="status">
+ <div id="status">
<h2>Status of this Document </h2>
<p><em>
@@ -151,7 +151,7 @@
6 of the W3C Patent Policy</a>.
</p>
</div>
-<div class="toc" id="toc">
+ <div class="toc" id="toc">
<h2>Table of Contents <a class="hash" href="#toc">#</a> <a class="toc-bak" href="#toc-toc">T</a>
</h2>
@@ -183,7 +183,7 @@
</ul>
<ul class="index-toc"><li><a href="#index-of-terms">Index of terms</a></li></ul>
</div>
-<div class="toc" id="toc-full">
+ <div class="toc" id="toc-full">
<h2>Full Table of Contents </h2>
<ul>
@@ -688,7 +688,7 @@
</ul>
<ul class="index-toc"><li id="index-toc"><a href="#index-of-terms">Index of terms</a></li></ul>
</div>
-<div id="this_sections">
+ <div id="this_sections">
<div id="intro" class="section">
<h2>1. Introduction <a class="hash" href="#intro">#</a> <a class="toc-bak" href="#intro-toc">T</a>
</h2>
@@ -27208,7 +27208,7 @@
<p class="license"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
</div>
</div>
-<script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script><div id="index-of-terms" class="section">
+ <script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script><div id="index-of-terms" class="section">
<h2>Index of terms <a class="hash" href="#index-of-terms">#</a> <a class="toc-bak" href="spec.html#index-toc">T</a>
</h2>
<div class="index-entry" id="refsABNF_index">
Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/datalist.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- datalist.html 13 Mar 2012 01:48:50 -0000 1.95
+++ datalist.html 13 Mar 2012 04:52:30 -0000 1.96
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="datalist">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> datalist – predefined options for other controls (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: h1.html
===================================================================
RCS file: /sources/public/html5/markup/h1.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- h1.html 13 Mar 2012 01:48:52 -0000 1.95
+++ h1.html 13 Mar 2012 04:52:36 -0000 1.96
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="h1">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> h1 – heading - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: h3.html
===================================================================
RCS file: /sources/public/html5/markup/h3.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- h3.html 13 Mar 2012 01:48:52 -0000 1.96
+++ h3.html 13 Mar 2012 04:52:36 -0000 1.97
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="h3">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> h3 – heading - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: optgroup.html
===================================================================
RCS file: /sources/public/html5/markup/optgroup.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- optgroup.html 13 Mar 2012 01:48:56 -0000 1.96
+++ optgroup.html 13 Mar 2012 04:52:41 -0000 1.97
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="optgroup">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> optgroup – group of options - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- input.week.html 13 Mar 2012 01:48:55 -0000 1.112
+++ input.week.html 13 Mar 2012 04:52:39 -0000 1.113
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.week">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=week – year-and-week input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: button.button.html
===================================================================
RCS file: /sources/public/html5/markup/button.button.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- button.button.html 13 Mar 2012 01:48:49 -0000 1.103
+++ button.button.html 13 Mar 2012 04:52:29 -0000 1.104
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="button.button">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> button type=button – button with no additional semantics - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- form.html 13 Mar 2012 01:48:51 -0000 1.108
+++ form.html 13 Mar 2012 04:52:31 -0000 1.109
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="form">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> form – user-submittable form - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: small.html
===================================================================
RCS file: /sources/public/html5/markup/small.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- small.html 13 Mar 2012 01:48:57 -0000 1.91
+++ small.html 13 Mar 2012 04:52:41 -0000 1.92
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="small">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> small – small print (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: ruby.html
===================================================================
RCS file: /sources/public/html5/markup/ruby.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- ruby.html 13 Mar 2012 01:48:57 -0000 1.90
+++ ruby.html 13 Mar 2012 04:52:41 -0000 1.91
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="ruby">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> ruby – ruby annotation (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- a.html 13 Mar 2012 01:48:48 -0000 1.115
+++ a.html 13 Mar 2012 04:52:28 -0000 1.116
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="a">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> a – hyperlink (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- index-of-terms.html 13 Mar 2012 01:48:53 -0000 1.40
+++ index-of-terms.html 13 Mar 2012 04:52:37 -0000 1.41
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="index-of-terms">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>Index - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
@@ -15,6 +15,7 @@
<div class="nav">
</div>
+
<div id="index-contents" class="section">
<h2>Index of terms <a class="hash" href="#index-of-terms">#</a> <a class="toc-bak" href="Overview.html#index-toc">T</a>
</h2>
@@ -2980,6 +2981,8 @@
</ul>
</div>
</div>
+
+
<div class="nav">
</div>
Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/ol.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- ol.html 13 Mar 2012 01:48:56 -0000 1.99
+++ ol.html 13 Mar 2012 04:52:41 -0000 1.100
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="ol">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> ol – ordered list - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: article.html
===================================================================
RCS file: /sources/public/html5/markup/article.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- article.html 13 Mar 2012 01:48:48 -0000 1.91
+++ article.html 13 Mar 2012 04:52:28 -0000 1.92
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="article">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> article – article (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: elements.html
===================================================================
RCS file: /sources/public/html5/markup/elements.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- elements.html 13 Mar 2012 01:48:50 -0000 1.89
+++ elements.html 13 Mar 2012 04:52:31 -0000 1.90
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="elements">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title>HTML elements - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: colgroup.html
===================================================================
RCS file: /sources/public/html5/markup/colgroup.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- colgroup.html 13 Mar 2012 01:48:49 -0000 1.90
+++ colgroup.html 13 Mar 2012 04:52:30 -0000 1.91
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="colgroup">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> colgroup – table column group - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: dl.html
===================================================================
RCS file: /sources/public/html5/markup/dl.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- dl.html 13 Mar 2012 01:48:50 -0000 1.90
+++ dl.html 13 Mar 2012 04:52:30 -0000 1.91
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="dl">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> dl – description list - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: thead.html
===================================================================
RCS file: /sources/public/html5/markup/thead.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- thead.html 13 Mar 2012 01:48:59 -0000 1.89
+++ thead.html 13 Mar 2012 04:52:43 -0000 1.90
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="thead">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> thead – table heading group - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: tbody.html
===================================================================
RCS file: /sources/public/html5/markup/tbody.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- tbody.html 13 Mar 2012 01:48:58 -0000 1.89
+++ tbody.html 13 Mar 2012 04:52:43 -0000 1.90
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="tbody">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> tbody – table row group - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/video.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- video.html 13 Mar 2012 01:48:59 -0000 1.124
+++ video.html 13 Mar 2012 04:52:43 -0000 1.125
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="video">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> video – video (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: source.html
===================================================================
RCS file: /sources/public/html5/markup/source.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- source.html 13 Mar 2012 01:48:57 -0000 1.110
+++ source.html 13 Mar 2012 04:52:42 -0000 1.111
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="source">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> source – media source (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: button.reset.html
===================================================================
RCS file: /sources/public/html5/markup/button.reset.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- button.reset.html 13 Mar 2012 01:48:49 -0000 1.103
+++ button.reset.html 13 Mar 2012 04:52:29 -0000 1.104
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="button.reset">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> button type=reset – reset button - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: meta.charset.html
===================================================================
RCS file: /sources/public/html5/markup/meta.charset.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- meta.charset.html 13 Mar 2012 01:48:56 -0000 1.104
+++ meta.charset.html 13 Mar 2012 04:52:40 -0000 1.105
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="meta.charset">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> meta charset – document character-encoding declaration (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: output.html
===================================================================
RCS file: /sources/public/html5/markup/output.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- output.html 13 Mar 2012 01:48:56 -0000 1.107
+++ output.html 13 Mar 2012 04:52:41 -0000 1.108
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="output">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> output – result of a calculation in a form (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: i.html
===================================================================
RCS file: /sources/public/html5/markup/i.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- i.html 13 Mar 2012 01:48:53 -0000 1.88
+++ i.html 13 Mar 2012 04:52:37 -0000 1.89
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="i">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> i – offset text conventionally styled in italic (CHANGED) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- input.submit.html 13 Mar 2012 01:48:54 -0000 1.111
+++ input.submit.html 13 Mar 2012 04:52:39 -0000 1.112
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.submit">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=submit – submit button - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- input.date.html 13 Mar 2012 01:48:53 -0000 1.113
+++ input.date.html 13 Mar 2012 04:52:38 -0000 1.114
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.date">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=date – date input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: var.html
===================================================================
RCS file: /sources/public/html5/markup/var.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- var.html 13 Mar 2012 01:48:59 -0000 1.89
+++ var.html 13 Mar 2012 04:52:43 -0000 1.90
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="var">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> var – variable or placeholder text - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: sub.html
===================================================================
RCS file: /sources/public/html5/markup/sub.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- sub.html 13 Mar 2012 01:48:58 -0000 1.92
+++ sub.html 13 Mar 2012 04:52:42 -0000 1.93
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="sub">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> sub – subscript - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: title.html
===================================================================
RCS file: /sources/public/html5/markup/title.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- title.html 13 Mar 2012 01:48:59 -0000 1.92
+++ title.html 13 Mar 2012 04:52:43 -0000 1.93
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="title">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> title – document title - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: pre.html
===================================================================
RCS file: /sources/public/html5/markup/pre.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- pre.html 13 Mar 2012 01:48:56 -0000 1.91
+++ pre.html 13 Mar 2012 04:52:41 -0000 1.92
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="pre">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> pre – preformatted text - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/button.submit.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- button.submit.html 13 Mar 2012 01:48:49 -0000 1.105
+++ button.submit.html 13 Mar 2012 04:52:29 -0000 1.106
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="button.submit">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> button type=submit – submit button - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: rp.html
===================================================================
RCS file: /sources/public/html5/markup/rp.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- rp.html 13 Mar 2012 01:48:57 -0000 1.89
+++ rp.html 13 Mar 2012 04:52:41 -0000 1.90
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="rp">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> rp – ruby parenthesis (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: sup.html
===================================================================
RCS file: /sources/public/html5/markup/sup.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- sup.html 13 Mar 2012 01:48:58 -0000 1.93
+++ sup.html 13 Mar 2012 04:52:42 -0000 1.94
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="sup">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> sup – superscript - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: details.html
===================================================================
RCS file: /sources/public/html5/markup/details.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- details.html 13 Mar 2012 01:48:50 -0000 1.79
+++ details.html 13 Mar 2012 04:52:30 -0000 1.80
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="details">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> details – control for additional on-demand information (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: input.url.html
===================================================================
RCS file: /sources/public/html5/markup/input.url.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- input.url.html 13 Mar 2012 01:48:55 -0000 1.114
+++ input.url.html 13 Mar 2012 04:52:39 -0000 1.115
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="input.url">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> input type=url – URL input control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: summary.html
===================================================================
RCS file: /sources/public/html5/markup/summary.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- summary.html 13 Mar 2012 01:48:58 -0000 1.62
+++ summary.html 13 Mar 2012 04:52:42 -0000 1.63
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="summary">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> summary – summary, caption, or legend for a details control (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: hgroup.html
===================================================================
RCS file: /sources/public/html5/markup/hgroup.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- hgroup.html 13 Mar 2012 01:48:53 -0000 1.87
+++ hgroup.html 13 Mar 2012 04:52:37 -0000 1.88
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="hgroup">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> hgroup – heading group (NEW) - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Index: h5.html
===================================================================
RCS file: /sources/public/html5/markup/h5.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- h5.html 13 Mar 2012 01:48:52 -0000 1.96
+++ h5.html 13 Mar 2012 04:52:36 -0000 1.97
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
<html id="h5">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<meta charset=utf-8>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
<title> h5 – heading - HTML5</title>
<link rel="stylesheet" href="style.css" type="text/css">
Received on Tuesday, 13 March 2012 04:52:54 UTC