Some advanced content managers are asking for the ability to place "decorative" images with 'alt=""' as recommended by https://www.w3.org/WAI/tutorials/images/decorative/ The wysiwyg media tool currently requires alt text. Rather than removing the requirement (which risks users leaving out alt text when it's needed), it would be helpful to provide an option to declare an image as "decorative" for users who understand the implications.
There is discussion in the Drupal community about this challenge, especially with the use of the Media Library, where reuse of images can result in different uses of the same image, some decorative and some not. https://www.drupal.org/project/drupal/issues/2934405 Because of the reuse issue, the best place to handle the "decorative" state would be at the point of insertion of an image into the page, which for the Folwell wysiwyg would be the media button.
Control options focus on either an explicit checkbox declaring an image "decorative" that would override any alt text field settings, or a special code such as "<none>" or "<decorative>" in the alt text field that would be automatically replaced with "". Either could work here. A new field would allow for extra help text explaining the implications, whereas a special code could be kept as "special knowledge" shared with only trusted content managers.
Note that for the Folwell wysiwyg implementation, the optional caption field can render the image "decorative" and the alt text redundant as described in "Example 3: Image with adjacent text alternative" https://www.w3.org/WAI/tutorials/images/decorative/#example-3-image-with-adjacent-text-alternative The concept of "decorative" goes beyond "eye-candy" to include "already-described" and reduces redundancy for screen readers.