-
Notifications
You must be signed in to change notification settings - Fork 246
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
add rgba contrast checking #134
base: master
Are you sure you want to change the base?
Commits on Apr 29, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3a4305b - Browse repository at this point
Copy the full SHA 3a4305bView commit details
Commits on Jun 26, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 247b864 - Browse repository at this point
Copy the full SHA 247b864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772f653 - Browse repository at this point
Copy the full SHA 772f653View commit details
Commits on Jun 27, 2014
-
Configuration menu - View commit details
-
Copy full SHA for afc99ba - Browse repository at this point
Copy the full SHA afc99baView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d28fc - Browse repository at this point
Copy the full SHA b3d28fcView commit details -
No need to, we are doing the maths!
Configuration menu - View commit details
-
Copy full SHA for b8d7684 - Browse repository at this point
Copy the full SHA b8d7684View commit details -
The rest of the code expects bgColour to be a string
Configuration menu - View commit details
-
Copy full SHA for eaa1309 - Browse repository at this point
Copy the full SHA eaa1309View commit details -
Everything else expects them as %. Also, rework to reduce rounding problems.
Configuration menu - View commit details
-
Copy full SHA for e2159c5 - Browse repository at this point
Copy the full SHA e2159c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e730b35 - Browse repository at this point
Copy the full SHA e730b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c217f - Browse repository at this point
Copy the full SHA 36c217fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8d4fa5 - Browse repository at this point
Copy the full SHA b8d4fa5View commit details -
Correctly calculate layered transparencies
Take this structure of backgrounds for example, 1 being the closest element: 1. rgba(10,10,10, .5); 2. rgba(10,10,50, .1); 3. rgb(10,10,250); We need to transform background 2 into a solid color before we transform background 1 into a solid colour.
Configuration menu - View commit details
-
Copy full SHA for 7ce911b - Browse repository at this point
Copy the full SHA 7ce911bView commit details
Commits on Jul 2, 2014
-
Allow implicit labels to provide a name for input
This follows the test procedure from http://www.w3.org/TR/2014/NOTE-WCAG20-TECHS-20140408/F68
Configuration menu - View commit details
-
Copy full SHA for 834d0b7 - Browse repository at this point
Copy the full SHA 834d0b7View commit details
Commits on Jul 8, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e662366 - Browse repository at this point
Copy the full SHA e662366View commit details
Commits on Jul 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 203031f - Browse repository at this point
Copy the full SHA 203031fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 338cd1d - Browse repository at this point
Copy the full SHA 338cd1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ad4e7 - Browse repository at this point
Copy the full SHA 48ad4e7View commit details
Commits on Aug 11, 2014
-
Make absolutely positioned contrast errors warnings
We can't reliably compute the contrast of text over a background if the text is absolutely positioned over the background of another element that isn't a direct parent of the text element.
Configuration menu - View commit details
-
Copy full SHA for 20fa290 - Browse repository at this point
Copy the full SHA 20fa290View commit details -
Configuration menu - View commit details
-
Copy full SHA for bab8109 - Browse repository at this point
Copy the full SHA bab8109View commit details -
Merge pull request #1 from mfairchild365/contrast-abs
Make absolutely positioned contrast errors warnings
Configuration menu - View commit details
-
Copy full SHA for 7fe9b5c - Browse repository at this point
Copy the full SHA 7fe9b5cView commit details
Commits on Sep 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 5c1ad9f - Browse repository at this point
Copy the full SHA 5c1ad9fView commit details
Commits on Nov 7, 2014
-
Merge remote-tracking branch 'squizlabs/master'
Conflicts: Standards/WCAG2AAA/Sniffs/Principle1/Guideline1_4/1_4_3_Contrast.js
Configuration menu - View commit details
-
Copy full SHA for 0a8d34f - Browse repository at this point
Copy the full SHA 0a8d34fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9e6962 - Browse repository at this point
Copy the full SHA a9e6962View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f2758 - Browse repository at this point
Copy the full SHA b6f2758View commit details -
Merge pull request #2 from mfairchild365/master
Merge with HTML_Codesniffer
Configuration menu - View commit details
-
Copy full SHA for f92716d - Browse repository at this point
Copy the full SHA f92716dView commit details
Commits on Dec 5, 2014
-
Don't try to check SVG objects
Don't process the element if no body was could be found. This was causing a fatal js error.
Configuration menu - View commit details
-
Copy full SHA for bf48fb6 - Browse repository at this point
Copy the full SHA bf48fb6View commit details -
Merge pull request #3 from mfairchild365/svg-objects
Don't try to check SVG objects
Configuration menu - View commit details
-
Copy full SHA for 77c9a05 - Browse repository at this point
Copy the full SHA 77c9a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de66d4 - Browse repository at this point
Copy the full SHA 9de66d4View commit details
Commits on Mar 3, 2015
-
Merge branch 'master' of https://github.com/squizlabs/HTML_CodeSniffer
Conflicts: Standards/WCAG2AAA/Sniffs/Principle1/Guideline1_4/1_4_3_Contrast.js Standards/WCAG2AAA/Sniffs/Principle4/Guideline4_1/4_1_2.js
Configuration menu - View commit details
-
Copy full SHA for ebb3e0b - Browse repository at this point
Copy the full SHA ebb3e0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 883a855 - Browse repository at this point
Copy the full SHA 883a855View commit details
Commits on Feb 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 935eb35 - Browse repository at this point
Copy the full SHA 935eb35View commit details
Commits on May 31, 2016
-
Check for the will-change: 'transform' background image performance hack
This was throwing a false positive in some cases, where it should trigger a manual check instead.
Configuration menu - View commit details
-
Copy full SHA for 4f6aff2 - Browse repository at this point
Copy the full SHA 4f6aff2View commit details -
Merge pull request #6 from mfairchild365/background-will-change-trans…
…form Check for the will-change: 'transform' background image performance hack
Configuration menu - View commit details
-
Copy full SHA for a11e79c - Browse repository at this point
Copy the full SHA a11e79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af0f5e - Browse repository at this point
Copy the full SHA 8af0f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90710cd - Browse repository at this point
Copy the full SHA 90710cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a6021 - Browse repository at this point
Copy the full SHA d2a6021View commit details
Commits on Aug 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f200370 - Browse repository at this point
Copy the full SHA f200370View commit details -
Merge pull request #8 from mfairchild365/hidden-inputs
form controls don't need labels if they are display:none
Configuration menu - View commit details
-
Copy full SHA for 9bc316c - Browse repository at this point
Copy the full SHA 9bc316cView commit details