Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2011-03-31 13:59:18 +0000
committerVivian Kong2011-03-31 13:59:18 +0000
commit6e469df334180a053050a18f800531a63fc7e3da (patch)
treefc789810ea2f496068aae8740f2bb06cae84b920 /doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm
parent26783a5bb50c46e882e9b9e6c01a6635c6d90f3d (diff)
downloadorg.eclipse.cdt-6e469df334180a053050a18f800531a63fc7e3da.tar.gz
org.eclipse.cdt-6e469df334180a053050a18f800531a63fc7e3da.tar.xz
org.eclipse.cdt-6e469df334180a053050a18f800531a63fc7e3da.zip
Bug 341483 - [Accessibility] CDT documentation has accessibility issues
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm
index 87b6dd4f0aa..8f99ea70170 100644
--- a/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm
+++ b/doc/org.eclipse.cdt.doc.user/tasks/cdt_t_run_dbg.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
@@ -18,7 +18,7 @@ function changeSize(theImage,wd,ht) {
<body>
-<h1>Defining debug settings</h1>
+<h1 role="main">Defining debug settings</h1>
<p>Select a debugger to use when debugging an application.</p>
@@ -49,16 +49,16 @@ function changeSize(theImage,wd,ht) {
<a href="cdt_t_run_com.htm">Specifying the location of the run configuration</a></li></ul>
</ol>
-<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
+<p><img src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../concepts/cdt_c_projects.htm">CDT Projects</a><br>
<a href="../concepts/cdt_c_proj_file_views.htm">Project file views</a><br>
<a href="../concepts/cdt_c_over_dbg.htm">Debug overview</a><br>
<a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
-<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
+<p><img src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="cdt_o_run_config.htm">Creating or editing a run configuration</a></p>
-<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
+<p><img src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_o_run_dbg_pages.htm">Run and Debug dialog box</a></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

Back to the top