Mercurial > p > roundup > code
diff website/issues/html/issue.item.html @ 6507:bc95f7431efb
Remove miscommited issue directory; AboutPage fix; aria for drag/drop
Removed issues/extensions, should not have been committed. Was deployed
testing directory for website/issues.
Added missing list() for dict keys in AboutPage.
Added aria-labeledby to drag and drop textarea to improve
accessibility.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 08 Oct 2021 00:35:09 -0400 |
| parents | 10a8a6bc4667 |
| children | 12c5ddf865b1 |
line wrap: on
line diff
--- a/website/issues/html/issue.item.html Wed Oct 06 15:50:03 2021 -0400 +++ b/website/issues/html/issue.item.html Fri Oct 08 00:35:09 2021 -0400 @@ -166,7 +166,7 @@ </tr> <tr tal:condition="context/is_edit_ok"> <td colspan=4> - <textarea readonly id="DropZone"> + <textarea readonly id="DropZone" aria-labeledby="DropZone"> paste images or drag and drop files here.... </textarea> </td>
