aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-23 14:01:59 -0800
committerChris Rebert <[email protected]>2014-01-23 14:01:59 -0800
commitaa8b1543be2b082320f9342c4226c3cda417b33e (patch)
tree18569d1c323b41fbf5d1e70d696f9db0f0de8600
parent7a6bc67826d5aba3e551b04a054724c8cb817fa2 (diff)
downloadbootstrap-aa8b1543be2b082320f9342c4226c3cda417b33e.tar.xz
bootstrap-aa8b1543be2b082320f9342c4226c3cda417b33e.zip
add WCAG color guideline to CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 94eb110ae..7a7b42ce0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -172,6 +172,7 @@ license your work under the terms of the [MIT License](LICENSE.md).
- Attribute selectors should only be used where absolutely necessary (e.g., form controls) and should be avoided on custom components for performance and explicitness.
- Series of classes for a component should include a base class (e.g., `.component`) and use the base class as a prefix for modifier and sub-components (e.g., `.component-lg`).
- Avoid inheritance and over nesting—use single, explicit classes whenever possible.
+- When feasible, default color palettes should comply with [WCAG color contrast guidelines](http://www.w3.org/TR/WCAG20/#visual-audio-contrast).
### JS