Skip to content

Commit 26ac3af

Browse files
committed
update example snippet
1 parent 07c9384 commit 26ac3af

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

docs/known-issues-and-solutions/solutions-index/alert-layout-table.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,20 @@ WAVE Tool's Reference material on Layout table may not specifically address your
4242
## Example of a DOM Snippet Generated From WAVE Tool
4343

4444
> ```html
45-
> <table>
46-
> <thead>
47-
> <tr>
48-
> <td>Should be a "th" tag</td>
45+
> <table class="table-0-2-25">
46+
> <thead class="thead-0-2-28">
47+
> <tr class="tr-0-2-26">
48+
> <td class="td-0-2-27">Name</td>
49+
> <td class="td-0-2-27">Address</td>
50+
> <td class="td-0-2-27">Created By</td>
51+
> <td class="td-0-2-27">Created On</td>
52+
> <td class="td-0-2-27">Last Saved</td>
53+
> <td class="td-0-2-27">Archive Date</td>
4954
> </tr>
5055
> </thead>
56+
> <tbody class="tbody-0-2-29">
57+
> <!-- ... -->
58+
> </tbody>
5159
> </table>
5260
> ```
5361

0 commit comments

Comments
 (0)