Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Inline Messages/Alerts #25116

Merged
merged 5 commits into from
Jun 13, 2019
Merged

Commits on Jun 4, 2019

  1. [4.0] Inline Messages/Alerts [a11y]

    In J4 we currently have two types of alert. One uses a custom element and is a "popup" the other is a regular div or "inline". This PR is to improve the accessibility of the inline messages/alerts.
    
    Currently we only convey the importance of the text by use of color which conveys no meaning for a color blind user. Accessibility golden rule is to never rely on just one visual indicator so this PR adds an icon.
    
    Secondly we need to convey the importance of the text to screen readers. The text alone is not always sufficient to do that so this PR adds a sr-only text
    brianteeman committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    21d3f73 View commit details
    Browse the repository at this point in the history
  2. tab

    brianteeman committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    73a2df2 View commit details
    Browse the repository at this point in the history
  3. tabs

    brianteeman committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    e5549de View commit details
    Browse the repository at this point in the history
  4. Update administrator/components/com_contact/tmpl/contacts/default.php

    Co-Authored-By: Quy <quy@fluxbb.org>
    brianteeman and Quy committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    6d7d057 View commit details
    Browse the repository at this point in the history
  5. thanks @Quy

    brianteeman committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    72ed01b View commit details
    Browse the repository at this point in the history