Skip to content
Snippets Groups Projects
  1. Jan 20, 2018
  2. Jan 19, 2018
  3. Jan 18, 2018
  4. Jan 17, 2018
  5. Jan 16, 2018
  6. Jan 15, 2018
    • Eugen Rochko's avatar
      Surround mid-text display names with bdi tags (#6257) · 7861c5f1
      Eugen Rochko authored
      * Fix #1095 - Surround mid-text display names with bdi tags
      
      * Update jest snapshot
      7861c5f1
    • Eugen Rochko's avatar
    • puckipedia's avatar
    • Patrick Figel's avatar
      Suppress CSRF token warnings (#6240) · 537d2939
      Patrick Figel authored
      CSRF token checking was enabled for API controllers in #6223,
      producing "Can't verify CSRF token authenticity" log spam. This
      disables logging of failed CSRF checks.
      
      This also changes the protection strategy for
      PushSubscriptionsController to use exceptions, making it consistent
      with other controllers that use sessions.
      537d2939
    • neetshin's avatar
      Make columns-area unscrollable when modal opened (#6241) · 2091ae92
      neetshin authored
      * Add aria-autocomplete='list' in Textaria
      
      ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete
      
      * Make detect empty string brefore assign upload description
      
      * Change code elements in keyboard-shortcuts component to kbd
      
      * Add validation for onMuteNotifications
      
      * Make columns-area unscrollable when modal opend
      
      * Make columns-area unscrollable when modal opened
      2091ae92
    • Jeong Arm's avatar
      Add some browsers (#6246) · dcc614f8
      Jeong Arm authored
      Related: #6165
      dcc614f8
    • Eugen Rochko's avatar
    • Gô Shoemake's avatar
      Fix column headers accessibility (#6199) · 08e4c78e
      Gô Shoemake authored
      * Fix accessibility of column headers
      
      As a screen reader user new to Mastodon, I encountered the following issues with the column headers as designed:
       * Jumping between them was difficult. FOr instance, passing my home timeline to reach notification settings was difficult to impossible, especially considering infinite scrolling.
       * There doesn't appear to be any means for triggering the control via the keyboard. the `titleClick` handler only responds to mouse clicks.
       * I didn't even realize there was a Settings toggle until I made this change.
      
      Thanks for using ARIA in your designs. It's a huge help. But adding a `button` role doesn't add keyboard handling and other button behavior. Also, because the role was on the heading container, it obscured the controls within the container itself. This fix resolve that. It also exposes the headings as headings rather than buttons, enabling skipping columns by using screen readers' heading navigation commands.
      
      Since I myself am blind, if this fix requires additional visual styling, I'd like help applying that so it can be merged. I'd consider it an essential accessibility fix for my and other blind users' existence on the platform. Thanks!
      
      * Styling fixes
      
      * Fixed overflow issue
      08e4c78e
Loading