1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/test
Cameron Cundiff 9a74c7b99b Do not generate default alt text in image tags
- Auto-generating content from the filename of an image is not suitable
  alternative text; alt text that isn't fully considered can be
  distracting and fatiguing for screen readers users (blind, low vision,
  dyslexic people).
- Setting a filename fallback short circuits screen reader default
  behavior and configuration for blank descriptions.
- Setting poor defaults also creates false negatives for accessibility
  linting and testing software, that makes it harder to improve
  application accessibility.

***

- After this change, if authors leave images without alt text, screen
  readers will fallback to default behavior for missing alt text.
- Also with this change, Automated linting and testing tools will
  correctly generate warnings.

[Fixes #30096]
2017-08-17 16:13:15 -04:00
..
fixtures Expand on Action Mailer Fragment caching tests 2016-04-17 23:16:09 +05:30
mailers Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
abstract_unit.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
assert_select_email_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
asset_host_test.rb Do not generate default alt text in image tags 2017-08-17 16:13:15 -04:00
base_test.rb Do not generate default alt text in image tags 2017-08-17 16:13:15 -04:00
caching_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
delivery_methods_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
i18n_with_controller_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
log_subscriber_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
mail_helper_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
mail_layout_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
message_delivery_test.rb Clear mail after test 2017-08-14 07:49:13 +09:00
parameterized_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
test_case_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
test_helper_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
url_test.rb Do not generate default alt text in image tags 2017-08-17 16:13:15 -04:00