Skip to content

Commit ff8b51c

Browse files
committed
[css3-cascade] markup fix
1 parent 49cce04 commit ff8b51c

2 files changed

Lines changed: 12 additions & 15 deletions

File tree

css3-cascade/Overview.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2-
"http://www.w3.org/TR/html4/strict.dtd">
1+
<!DOCTYPE html>
32

43
<html lang=en>
5-
<head profile="http://dublincore.org/documents/2008/08/04/dc-html/ ">
4+
<head>
65
<meta content="text/html" http-equiv=Content-Type>
76
<title>CSS Cascading and Inheritance Level 3</title>
7+
<!--
8+
<link href="http://purl.org/dc/terms/" rel="schema.dcterms">
9+
<link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" rel="dcterms.rights">
10+
-->
811

9-
<link href="http://purl.org/dc/terms/" rel=schema.dcterms>
10-
<link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
11-
rel=dcterms.rights>
1212
<meta content="CSS Cascading and Inheritance Level 3" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2012-11-07 name=dcterms.issued>
14+
<meta content=2012-11-08 name=dcterms.issued>
1515
<meta content="http://dev.w3.org/csswg/css3-cascade/" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
17-
<meta content="http://www.w3.org/TR/2012/ED-css3-cascade-20121107/"
17+
<meta content="http://www.w3.org/TR/2012/ED-css3-cascade-20121108/"
1818
name=dcterms.identifier>
1919
<link href="../default.css" rel=stylesheet type="text/css">
2020
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
@@ -27,14 +27,14 @@
2727

2828
<h1>CSS Cascading and Inheritance Level 3</h1>
2929

30-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 November
30+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 November
3131
2012</h2>
3232

3333
<dl>
3434
<dt>This version:
3535

3636
<dd><a
37-
href="http://www.w3.org/TR/2012/ED-css3-cascade-20121107/">http://www.w3.org/TR/2012/ED-css3-cascade-20121107/</a>
37+
href="http://www.w3.org/TR/2012/ED-css3-cascade-20121108/">http://www.w3.org/TR/2012/ED-css3-cascade-20121108/</a>
3838

3939
<dt>Latest version:
4040

css3-cascade/Overview.src.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
2-
'http://www.w3.org/TR/html4/strict.dtd'>
1+
<!DOCTYPE html>
32
<html lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html">
@@ -34,9 +33,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3433
<dd>H&aring;kon Wium Lie, Opera Software, howcome@opera.com
3534
</dl>
3635

37-
<!--begin-copyright-->
38-
<p>[Here will be included the file "../copyright.inc"]</p>
39-
<!--end-copyright-->
36+
<!--copyright-->
4037

4138
<hr title="Separator for header">
4239
</div>

0 commit comments

Comments
 (0)