Skip to content

Commit a55006c

Browse files
committed
More html 5 cleanups
Contributes to #3275
1 parent ee87131 commit a55006c

38 files changed

Lines changed: 176 additions & 250 deletions

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/gettingStarted/intro/overview.htm

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3-
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
1+
<!DOCTYPE HTML>
2+
<html lang="en">
43
<head>
54
<meta name="copyright" content=
65
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
7-
<link rel="stylesheet" href="../../book.css" charset=
8-
"ISO-8859-1" type="text/css" />
9-
<meta http-equiv="Content-Type" content=
10-
"text/html; charset=utf-8" />
11-
<meta http-equiv="Content-Style-Type" content="text/css" />
6+
<link rel="stylesheet" href="../../book.css" type="text/css" />
7+
<meta charset="utf-8" />
128
<title>
139
Java development overview
1410
</title>
15-
<script language="JavaScript" src=
16-
"PLUGINS_ROOT/org.eclipse.help/livehelp.js" type=
17-
"text/javascript">
11+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js">
1812

1913
</script>
2014
</head>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-10.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
5+
<meta charset="utf-8">
76
<title>Moving and copying Java elements</title>
8-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
7+
<link rel="stylesheet" href="../book.css" type="text/css">
98
</head>
109
<body>
1110
<h1>Moving and Copying Java Elements</h1>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-11.htm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
5+
<meta charset="utf-8">
86
<title> Searching the workbench </title>
9-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
7+
<link rel="stylesheet" href="../book.css" type="text/css">
108
</head>
119
<body>
1210
<h1> Searching the Workbench </h1>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-12.htm

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3-
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
1+
<!DOCTYPE HTML>
2+
<html lang="en">
43
<head>
54
<meta name="copyright" content=
65
"Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
7-
<meta http-equiv="Content-Type" content=
8-
"text/html; charset=utf-8" />
9-
<meta http-equiv="Content-Style-Type" content="text/css" />
10-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1"
11-
type="text/css" />
6+
<meta charset="utf-8" />
7+
<link rel="stylesheet" href="../book.css" type="text/css" />
128
<title>
139
Running your programs
1410
</title>
15-
<script language="JavaScript" type="text/javascript" src=
16-
"PLUGINS_ROOT/org.eclipse.help/livehelp.js">
11+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js">
1712

1813
</script>
1914
</head>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-13.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2017. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../book.css" type="text/css">
87
<title> Debugging your programs </title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-14.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../book.css" type="text/css">
87
<title> Evaluating expressions </title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-15.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2001, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="stylesheet" href="../book.css" type="text/css">
87
<title> Evaluating snippets </title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-2.htm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
6-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7-
<meta http-equiv="Content-Style-Type" content="text/css">
5+
<link rel="stylesheet" href="../book.css" type="text/css">
6+
<meta charset="utf-8">
87
<title>
98
Preparing Eclipse
109
</title>
11-
<script language="JavaScript" type="text/javascript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
10+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
1211
</head>
1312
<body>
1413
<h1>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-3.htm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
6-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7-
<meta http-equiv="Content-Style-Type" content="text/css">
5+
<link rel="stylesheet" href="../book.css" type="text/css">
6+
<meta charset="utf-8">
87
<title>
98
Creating your first Java project
109
</title>
11-
<script language="JavaScript" type="text/javascript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
10+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
1211
</head>
1312
<body>
1413
<h1>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/gettingStarted/qs-4.htm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2010. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
6-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7-
<meta http-equiv="Content-Style-Type" content="text/css">
5+
<link rel="stylesheet" href="../book.css" type="text/css">
6+
<meta charset="utf-8">
87
<title>
98
Browsing Java elements using the package explorer
109
</title>

0 commit comments

Comments
 (0)