1. 02 9月, 2017 1 次提交
  2. 01 9月, 2017 2 次提交
  3. 27 8月, 2017 2 次提交
  4. 24 8月, 2017 1 次提交
  5. 23 8月, 2017 1 次提交
  6. 22 8月, 2017 1 次提交
  7. 18 8月, 2017 1 次提交
    • C
      Do not generate default alt text in image tags · 9a74c7b9
      Cameron Cundiff 提交于
      - 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]
      9a74c7b9
  8. 11 8月, 2017 1 次提交
  9. 10 8月, 2017 1 次提交
  10. 09 8月, 2017 1 次提交
  11. 07 8月, 2017 1 次提交
    • A
      Extend image_tag to accept ActiveStorage Attachments and Variants (#30084) · 7c89948c
      Anton Khamets 提交于
      * Extend image_tag to accept ActiveStorage's Attachments and Variants
      
      * Flip resolve_image_source around
      
      * Add tests for the new use-cases of image_tag
      
      * Remove the higher-level test
      
      * Update image_tag documentation
      
      * Add error states into the test suite
      
      * Re-raise polymorhic_url's NoMethodError as ArgumentError
      
      * delegate_missing_to will raise DelegationError instead of NoMethodError
      7c89948c
  12. 04 8月, 2017 3 次提交
  13. 02 8月, 2017 2 次提交
  14. 01 8月, 2017 1 次提交
  15. 26 7月, 2017 1 次提交
  16. 25 7月, 2017 1 次提交
  17. 24 7月, 2017 2 次提交
  18. 21 7月, 2017 1 次提交
  19. 19 7月, 2017 2 次提交
  20. 11 7月, 2017 1 次提交
  21. 07 7月, 2017 1 次提交
  22. 02 7月, 2017 2 次提交
  23. 01 7月, 2017 2 次提交
  24. 29 6月, 2017 1 次提交
  25. 20 6月, 2017 4 次提交
  26. 11 6月, 2017 1 次提交
  27. 09 6月, 2017 2 次提交