File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes to sanitize.css
22
3+ ### 12.0.0 (August 20, 2020)
4+
5+ - Added: Correct table border color inheritance in all Chrome, Edge, and Safari.
6+ - Added: Remove text indentation from table contents in Chrome, Edge, and
7+ Safari.
8+ - Added: Correct the inheritance of horizontal rule border color in Firefox.
9+ - Added: Prevent overflow of a ` pre ` container in all browsers (opinionated).
10+ - Added: Evergreen variations of sanitize.css (basically, without IE support).
11+ - Added: Reduce animations, scrolling effects, and transitions when requested in
12+ all browsers (opinionated) to ` reduce-motion.css ` .
13+ - Updated: Move size restrictions (opinionated) in all browsers to ` assets.css ` .
14+ - Removed: Tapping delay style, except in IE 10, where it matters.
15+ - Removed: Border and padding from color and range ` input ` in all browsers.
16+ - Fixed: Announce ` nav ol, nav ul ` list semantics on Safari with VoiceOver.
17+
318### 11.0.1 (May 20, 2020)
419
520- Fixed: Documentation is updated.
Original file line number Diff line number Diff line change 11{
22 "name" : " sanitize.css" ,
3- "version" : " 11 .0.1 " ,
3+ "version" : " 12 .0.0 " ,
44 "description" : " A best-practices CSS foundation" ,
55 "author" :
" Jonathan Neal <[email protected] >" ,
66 "contributors" : [
1414 "main" : " sanitize.css" ,
1515 "style" : " sanitize.css" ,
1616 "files" : [
17+ " assets.css" ,
18+ " evergreen.css" ,
1719 " forms.css" ,
20+ " forms.evergreen.css" ,
1821 " page.css" ,
22+ " reduce-motion.css" ,
1923 " sanitize.css" ,
2024 " typography.css"
2125 ],
2428 "test" : " stylelint *.css"
2529 },
2630 "devDependencies" : {
27- "stylelint" : " ^10.1.0 " ,
28- "stylelint-config-standard" : " ^18.3 .0"
31+ "stylelint" : " ^13.6.1 " ,
32+ "stylelint-config-standard" : " ^20.0 .0"
2933 },
3034 "stylelint" : {
3135 "extends" : " stylelint-config-standard" ,
You can’t perform that action at this time.
0 commit comments