open-formulieren / open-forms

Smart and dynamic forms
https://open-forms.readthedocs.io
Other
37 stars 26 forks source link

Accessibility improvements - Textual #4718

Closed robinmolen closed 3 weeks ago

robinmolen commented 1 month ago

Thema / Theme

Frontend

Omschrijving / Description

This issue is related to #4622

This issue targets the textual improvements of the accessibility rapport:

Added value / Toegevoegde waarde

No response

Aanvullende opmerkingen / Additional context

No response

robinmolen commented 1 month ago

Regarding 1.4.10: I've made some changes that should resolve this item for the most part. Most of the possible breaks/issues were related to the content (wysiwyg) component. There is one possible issue with this component, that i'm not sure if we should do something about it (also the question if it really will be an issue... But still, good to consider)

Images you put inside the content component are displayed with their original sizes. So if you upload a large image, there is a chance that it will be larger that the container. With my changes the content component will get a scrollbar when it grows larger then the page, so in this case the image will remain contained but its still not very nice...

I'm wondering if we should display images with a max-width (and of course keep the original aspect ratios), to keep everything pretty