summaryrefslogtreecommitdiff
path: root/manual/tutorial-tasks-filesets-properties.html
diff options
context:
space:
mode:
authorGintas Grigelionis <gintas@apache.org>2018-05-15 10:29:27 +0200
committerGintas Grigelionis <gintas@apache.org>2018-05-15 10:29:27 +0200
commitd4fedd5a420238350d41836c8143ba69d6146393 (patch)
tree089f4c7613b30fe78f49892ff836a13445a7a293 /manual/tutorial-tasks-filesets-properties.html
parent332330b278a39db7bb77017035311d44349704ae (diff)
downloadant-d4fedd5a420238350d41836c8143ba69d6146393.tar.gz
Bz 16494: accessibility — th must have scope
Diffstat (limited to 'manual/tutorial-tasks-filesets-properties.html')
-rw-r--r--manual/tutorial-tasks-filesets-properties.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/tutorial-tasks-filesets-properties.html b/manual/tutorial-tasks-filesets-properties.html
index 220ae8d9d..a21182661 100644
--- a/manual/tutorial-tasks-filesets-properties.html
+++ b/manual/tutorial-tasks-filesets-properties.html
@@ -809,18 +809,18 @@ open a GitHub pull request. For both we need some information:</p>
<!-- this is an empty "table head" -->
</tr>
<tr>
- <th>subject</th>
+ <th scope="col">subject</th>
<td><em>short description</em></td>
<td>Task for finding files in a path</td>
</tr>
<tr>
- <th>body</th>
+ <th scope="col">body</th>
<td><em>more details about the path</em></td>
<td>This new task looks inside a nested <code>&lt;path/&gt;</code> for occurrences of a file and stores all locations
as a property. See the included manual for details.</td>
</tr>
<tr>
- <th>pull request reference</th>
+ <th scope="col">pull request reference</th>
<td><em>GitHub pull request URL</em></td>
<td>https://github.com/apache/ant/pull/0</td>
</tr>