소스 검색

updating a11y doc; fixing cheatsheet glyphs

Brian Talbot 9 년 전
부모
커밋
84ca422d5a
7개의 변경된 파일117개의 추가작업 그리고 7696개의 파일을 삭제
  1. 1 1
      Makefile
  2. 2 1
      accessibility/index.html
  3. 0 7580
      assets/css/site.css
  4. BIN
      assets/font-awesome-4.6.1.zip
  5. 2 2
      assets/font-awesome/css/font-awesome.css
  6. 0 0
      assets/font-awesome/css/font-awesome.min.css
  7. 112 112
      cheatsheet/index.html

+ 1 - 1
Makefile

@@ -25,7 +25,7 @@ build:
 	bundle exec lessc --compress ${FA_LESS_MODERN} > ${FA_CSS_MODERN_MIN}
 #	sass ${FA_SCSS_MODERN} ${FA_CSS_MODERN}
 
-	bundle exec lessc --yui-compress ${SITE_LESS} > ${SITE_CSS}
+	bundle exec lessc --compress ${SITE_LESS} > ${SITE_CSS}
 	cp -r ${FA_ROOT_DIRECTORY}/* ../
 	mv README.md-nobuild ../README.md
 	cd assets && mv font-awesome font-awesome-4.6.1 && zip -r9 font-awesome-4.6.1.zip font-awesome-4.6.1 && mv font-awesome-4.6.1 font-awesome

+ 2 - 1
accessibility/index.html

@@ -375,13 +375,14 @@
   <div id="other">
   <h2 class="page-header">Other cases and information</h2>
   <p>
-    While the scenarios and techniques above help avoid some serious issues and confusion, they are not exhaustive. There are many complex contexts and use cases when it comes to accessibility, such as users with low vision using high contrast mode to better see UI. There are some great tools and resources to learn from and work on these issues out there. Here are a few reads we recommend.
+    While the scenarios and techniques above help avoid some serious issues and confusion, they are not exhaustive. There are many complex contexts and use cases when it comes to accessibility, such as users with low vision who need a high color contrast ratio to see UI. There are some great tools and resources to learn from and work on these issues out there. Here are a few reads we recommend.
   </p>
 
   <ul>
     <li><a href="https://www.filamentgroup.com/lab/bulletproof_icon_fonts.html">https://www.filamentgroup.com/lab/bulletproof_icon_fonts.html</a></li>
     <li><a href="https://css-tricks.com/html-for-icon-font-usage/">https://css-tricks.com/html-for-icon-font-usage/</a></li>
     <li><a href="http://www.sitepoint.com/icon-fonts-vs-svg-debate/">http://www.sitepoint.com/icon-fonts-vs-svg-debate/</a></li>
+    <li><a href="http://leaverou.github.io/contrast-ratio">http://leaverou.github.io/contrast-ratio/</a></li>
   </ul>
 
   <p>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 7580
assets/css/site.css


BIN
assets/font-awesome-4.6.1.zip


+ 2 - 2
assets/font-awesome/css/font-awesome.css

@@ -61,7 +61,7 @@
 }
 .fa-border {
   padding: .2em .25em .15em;
-  border: solid 0.08em #eeeeee;
+  border: solid 0.08em #eee;
   border-radius: .1em;
 }
 .fa-pull-left {
@@ -176,7 +176,7 @@
   font-size: 2em;
 }
 .fa-inverse {
-  color: #ffffff;
+  color: #fff;
 }
 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
assets/font-awesome/css/font-awesome.min.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 112 - 112
cheatsheet/index.html


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.