Mercurial > p > roundup > code
view website/issues/html/_generic.collision.html @ 8476:93f9d8622111
doc: update styles to WCAG AAA; add accessibility statement; reword
Update to AA WCAG 2.2 contrast:
in note admonitions, link contrast was too low
in python code examples, comments were too low contrast
Added accessability statement. It is only in the tree and not linked
to the website currently.
Updated install directions for future 2.6 release. Updated paragraph
to make it clearer.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 08 Nov 2025 14:03:42 -0500 |
| parents | 4ac0bbb3e440 |
| children |
line wrap: on
line source
<tal:block metal:use-macro="templates/page/macros/icing"> <title metal:fill-slot="head_title" i18n:translate="" ><span tal:replace="python:context._classname.capitalize()" i18n:name="class" /> Edit Collision - <span i18n:name="tracker" tal:replace="config/TRACKER_NAME" /></title> <tal:block metal:fill-slot="body_title" i18n:translate="" ><span tal:replace="python:context._classname.capitalize()" i18n:name="class" /> Edit Collision</tal:block> <td class="content" metal:fill-slot="content" i18n:translate=" There has been a collision. Another user updated this node while you were editing. Please <a href='${context}'>reload</a> the node and review your edits. "><tal:x tal:content="context/designator" i18n:name="context" /> </td> </tal:block>
