Skip to content

Commit 3e634e8

Browse files
committed
Html 5 fixes
Handles platform.doc.user/concepts
1 parent 515a03a commit 3e634e8

File tree

8 files changed

+20
-17
lines changed

8 files changed

+20
-17
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/concepts/accessibility/accessmain.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="keyword" content="shortcut keys, accelerator keys, hot keys, hotkeys">
99
<meta name="keyword" content="accessibility, disability, special needs">
1010
<meta name="keyword" content="accessible, disabilities, special need">
11-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
11+
<meta charset="utf-8">
1212
<title>Accessibility Features for Eclipse</title>
1313
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
1414
</head>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/concepts/accessibility/colordialog.htm

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@
88
<title>Color Dialog Mappings Table</title>
99
<style>
1010
.alnright { text-align: right; }
11+
table, th, td {
12+
border: 1px solid;
13+
border-collapse: collapse;
14+
}
1115
</style>
1216
</head>
1317
<body>
1418
<h1>Windows Color Dialog Reference</h1>
1519
<p>Below are the tables that show the colors of the fonts in the matrix of the Windows color dialog and the color
1620
settings that each of these correspond to.</p>
1721
<h2>Windows Color Dialog Color Matrix</h2>
18-
<table border="1" style="text-align: center;">
22+
<table style="text-align: center;">
1923
<col>
2024
<col span="2">
2125
<col span="5">
@@ -177,30 +181,29 @@ <h2>Windows Color Dialog Color Matrix</h2>
177181
</tr>
178182
</table>
179183
<h2>Settings for Default Colors in the Windows Color Dialog</h2>
180-
<table border="1">
181-
<col>
184+
<table>
182185
<col span="2">
183186
<col span="5">
184187
<tr>
185-
<td width="95">
188+
<td style="width:20%">
186189
<strong>Color</strong>
187190
</td>
188-
<td width="22">
191+
<td style="width:10%">
189192
<strong>Hue</strong>
190193
</td>
191-
<td width="58">
194+
<td style="width:10%">
192195
<strong>Saturation</strong>
193196
</td>
194-
<td width="63">
197+
<td style="width:10%">
195198
<strong>Lumination</strong>
196199
</td>
197-
<td width="21">
200+
<td style="width:10%">
198201
<strong>Red</strong>
199202
</td>
200-
<td width="37">
203+
<td style="width:10%">
201204
<strong>Green</strong>
202205
</td>
203-
<td width="26">
206+
<td style="width:10%">
204207
<strong>Blue</strong>
205208
</td>
206209
</tr>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/concepts/accessibility/fontsandcolors.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="copyright" content=
55
"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.">
66
<link rel="STYLESHEET" href="../../book.css" type="text/css">
7-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7+
<meta charset="utf-8">
88
<title>Fonts and Colors in Eclipse</title>
99
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
1010
</head>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/concepts/accessibility/keyboardshortcuts.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="copyright" content=
55
"Copyright (c) IBM Corporation and others 2000, 2019. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
66
<link rel="STYLESHEET" href="../../book.css" type="text/css">
7-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7+
<meta charset="utf-8">
88
<title>Keys</title>
99
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
1010
</head>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/concepts/accessibility/navigation.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="copyright" content=
55
"Copyright (c) IBM Corporation and others 2000, 2013. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
66
<link rel="STYLESHEET" href="../../book.css" type="text/css">
7-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7+
<meta charset="utf-8">
88
<title>Navigating the User Interface Using the Keyboard</title>
99
</head>
1010
<body>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/concepts/accessibility/text_editor.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="copyright" content=
55
"Copyright (c) IBM Corporation and others 2009, 2013. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
66
<link rel="STYLESHEET" href="../../book.css" type="text/css" />
7-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7+
<meta charset="utf-8">
88
<title>Accessibility Features in Textual Editors</title>
99
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
1010
</head>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/concepts/cprbview.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta name="copyright" content=
55
"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.">
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6+
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
88
<title>Problems View</title>
99
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>

eclipse.platform.common/bundles/org.eclipse.platform.doc.user/concepts/ctskview.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta name="copyright" content=
55
"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.">
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6+
<meta charset="utf-8">
77
<link rel="STYLESHEET" href="../book.css" type="text/css">
88
<title>Tasks View</title>
99
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>

0 commit comments

Comments
 (0)