Skip to content

Commit b73f4a8

Browse files
committed
add stylesheet link (and fix DOCTYPE)
1 parent 35ec60e commit b73f4a8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-writing-modes/Overview.html

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

43
<html lang=en>
54
<head><meta content="text/html;utf-8" http-equiv=Content-Type>
65

76
<title>CSS Text Layout Module Level 3</title>
7+
<link href="../default.css" rel=stylesheet type="text/css">
88
<link href="http://www.w3.org/StyleSheets/tr/W3C-ED.css" rel=stylesheet
99
type="text/css">
1010

css3-writing-modes/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!DOCTYPE html public '-//W3C//Dtd HTML 4.01//EN'
2-
'http://www.w3.org/tr/html4/strict.dtd'>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
32
<html lang="en">
43
<head>
5-
<meta http-equiv="Content-Type" content="text/html;utf-8" />
4+
<meta http-equiv="Content-Type" content="text/html;utf-8">
65
<title>CSS Text Layout Module Level 3</title>
7-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/tr/W3C-ED.css" />
6+
<link rel="stylesheet" type="text/css" href="../default.css">
7+
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/tr/W3C-ED.css">
88

99
<style type="text/css">
1010
.data, .proptable {

0 commit comments

Comments
 (0)