Details
-
Improvement
-
Resolution: Fixed
-
Major
-
15.7
-
Unknown
-
N/A
-
Pull Request accepted
-
-
1.4.3 Contrast (Minimum)
Description
Reproduction steps:
Create a page with the following content:
{{html}} <!-- Standard button --> <button type="button" class="btn btn-default">Default</button><!-- Provides extra visual weight and identifies the primary action in a set of buttons --> <button type="button" class="btn btn-primary">Primary</button><!-- Indicates a successful or positive action --> <button type="button" class="btn btn-success">Success</button><!-- Contextual button for informational alert messages --> <button type="button" class="btn btn-info">Info</button><!-- Indicates caution should be taken with this action --> <button type="button" class="btn btn-warning">Warning</button><!-- Indicates a dangerous or potentially negative action --> <button type="button" class="btn btn-danger">Danger</button><!-- Deemphasize a button by making it look like a link while maintaining button behavior --> <button type="button" class="btn btn-link">Link</button> {{/html}}
Open firefox debugger, go to the accessibility tab and select contrast in the top right "check for issue" select field.
Expected:
No error are raised
Actual:
An error is raised for the contrast of the info button
Attachments
Issue Links
- relates to
-
XWIKI-20680 Contrast issues on the default theme (Iceberg)
- Closed