diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-31 10:44:22 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-31 10:45:33 -0500 |
commit | 42159657aab703da409712ad3635b1cf80b745dc (patch) | |
tree | 71f97062b3de7007d5aae31eac85d3fd2db4e163 /devel/requirements | |
parent | a72e70a7e53d3d7a0b3d610e156fdcba586d2fb6 (diff) | |
download | horizon-42159657aab703da409712ad3635b1cf80b745dc.tar.gz horizon-42159657aab703da409712ad3635b1cf80b745dc.tar.bz2 horizon-42159657aab703da409712ad3635b1cf80b745dc.tar.xz horizon-42159657aab703da409712ad3635b1cf80b745dc.zip |
req: add Iface.UI.Colours and Iface.UI.NeutralColours
Diffstat (limited to 'devel/requirements')
-rw-r--r-- | devel/requirements/4_interface.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/requirements/4_interface.xml b/devel/requirements/4_interface.xml index f7fc085..2c1da9e 100644 --- a/devel/requirements/4_interface.xml +++ b/devel/requirements/4_interface.xml @@ -36,6 +36,14 @@ <title>Iface.UI.ScreenReader</title> <para>The system shall be usable by the built-in Qt screen reader. Priority: Low.</para> </formalpara> + <formalpara id="Iface.UI.Colours"> + <title>Iface.UI.Colours</title> + <para>The system shall not rely on colour alone to differentiate options, controls, or any elements. The system shall additionally be tested in a greyscale mode.</para> + </formalpara> + <formalpara id="Iface.UI.NeutralColours"> + <title>Iface.UI.NeutralColours</title> + <para>The system shall use neutral colours for the window title bar, window border, and background.</para> + </formalpara> </section> <section id="hardware"> <title>Hardware Interfaces</title> |