diff options
| author | Julian Thilo <[email protected]> | 2014-11-14 08:33:21 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-11-14 08:33:21 +0100 |
| commit | 14857bd4a2d4486a12d0f8bacb3abd703cf8c1c7 (patch) | |
| tree | 0d7ccf4289831d01a9262653b36c8c2e653c97fe /docs/_includes | |
| parent | 7bdc307b70caaad69fd88a6a9dd6de6a97e1505c (diff) | |
| parent | cd03436379cf911b111f5400e36c2ba7eb923714 (diff) | |
| download | bootstrap-14857bd4a2d4486a12d0f8bacb3abd703cf8c1c7.tar.xz bootstrap-14857bd4a2d4486a12d0f8bacb3abd703cf8c1c7.zip | |
Merge pull request #15126 from Quy/master
Fix link
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/getting-started/accessibility.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/accessibility.html b/docs/_includes/getting-started/accessibility.html index 5a60bc83b..37c19315c 100644 --- a/docs/_includes/getting-started/accessibility.html +++ b/docs/_includes/getting-started/accessibility.html @@ -18,7 +18,7 @@ <p>Learn more at <a href="http://squizlabs.github.io/HTML_CodeSniffer/Standards/Section508/">HTML CodeSniffer</a> and <a href="http://accessibility.psu.edu/headings">Penn State's AccessAbility</a>.</p> <h3>Color contrast</h3> - <p>Currently, some of the default color combinations available in Bootstrap (such as the various <a href="../css/#buttons">styled button</a> classes, some of the code highlighting colors used for <a href="../css/#code-block">basic code blocks</a>, the <code>.bg-primary</code> <a href="..css/#helper-classes-backgrounds">contextual background</a> helper class, and the default link color when used on a white background) have a low contrast ratio (below the <a href="http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast">recommended ratio of 4.5:1</a>). This can cause problems to users with low vision or who are color blind. These default colors may need to be modified to increase their contrast and legibility.</p> + <p>Currently, some of the default color combinations available in Bootstrap (such as the various <a href="../css/#buttons">styled button</a> classes, some of the code highlighting colors used for <a href="../css/#code-block">basic code blocks</a>, the <code>.bg-primary</code> <a href="../css/#helper-classes-backgrounds">contextual background</a> helper class, and the default link color when used on a white background) have a low contrast ratio (below the <a href="http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast">recommended ratio of 4.5:1</a>). This can cause problems to users with low vision or who are color blind. These default colors may need to be modified to increase their contrast and legibility.</p> <h3>Additional resources</h3> <ul> |
