Hi @rptmat57,
What are the plans / current processes for NEMO in regards to accessibility? This is in response to Fact Sheet: New Rule on the Accessibility of Web Content and Mobile Apps Provided by State and Local Governments.
We've been using the WAVE plugin for determining compliance so far. There are a range of issues that come up when using the plugin. Some have to do with color contrast issues and others with HTML structure (such as missing labels). I'm not sure how this all fits in with use of Bootstrap and FullCalendar libraries.
If you'd like I can send a more detailed list of possible issues I've found so far.
One more suggestion, it could be helpful to have some more color customization options.
- Primary, secondary, warning, etc. button colors
- Default calendar event color customization option where
#88B7CD is:
|
"color": "{% if x.tool %}{% if x.reservation_item.tool_calendar_color|lower == "#33ad33" %}#88B7CD{% else %}{{ x.reservation_item.tool_calendar_color|default:"#88B7CD"|escapejs }}{% endif %}{% else %}{{ x.reservation_item.area_calendar_color|default:"#88B7CD"|escapejs }}{% endif %}", |
- This is an example of low color contrast
Thank you,
Aaron
Hi @rptmat57,
What are the plans / current processes for NEMO in regards to accessibility? This is in response to Fact Sheet: New Rule on the Accessibility of Web Content and Mobile Apps Provided by State and Local Governments.
We've been using the WAVE plugin for determining compliance so far. There are a range of issues that come up when using the plugin. Some have to do with color contrast issues and others with HTML structure (such as missing labels). I'm not sure how this all fits in with use of Bootstrap and FullCalendar libraries.
If you'd like I can send a more detailed list of possible issues I've found so far.
One more suggestion, it could be helpful to have some more color customization options.
#88B7CDis:NEMO/NEMO/templates/calendar/reservation_event_feed.html
Line 25 in a06186b
Thank you,
Aaron