Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm')
-rw-r--r--doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm
index 38aa4a9e810..af9c8eeb6c0 100644
--- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm
+++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_refactor.htm
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
@@ -9,18 +9,18 @@
</head>
<body>
-<h1>Refactor Menu actions</h1>
+<h1 role="main">Refactor Menu actions</h1>
<p><img src="../images/cdt_menu_refactor.png" alt="Selecting Refactor Menu" ></p>
<p><table border="1" cellspacing="0">
-<tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr>
+<tr><th id="name">Name</th><th id="function">Function</th><th id="keyboard">Keyboard Shortcut</th></tr>
<tr>
- <td><strong>Rename...</strong></td>
- <td>Renames selected object (variable, method, etc...) and propagates changes to other files in project.</td>
- <td>Alt+Shift+R</td>
+ <td headers="name"><strong>Rename...</strong></td>
+ <td headers="function">Renames selected object (variable, method, etc...) and propagates changes to other files in project.</td>
+ <td headers="keyboard">Alt+Shift+R</td>
</table><p></p>
<p>

Back to the top