1 YUI Library - Reset - Release Notes
5 * Removed: ul,ol {list-style:none;}
6 * Added: li {list-style:none;} because it's less impactful (easier to rebuild) and shorter
7 * Added: acronym {font-variant:normal;} to reset the "small-caps" variant that Opera displays
8 * Added: body {color:#000;background:#FFF;}
9 * Added: sup,sub {line-height:-1px;vertical-align: text-top;}sub{vertical-align:text-bottom;}
10 * Added: input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;} (doesn't fix textareas in Opera/Win+Mac, IE6/7
11 * Added: padding:0;margin:0; for the legend element which wasn't fully reset before (has 2px lateral padding on some browsers)
18 Version 0.12.1 - 0.12.2
24 * Added: h1,h2,h3,h4,h5,h6{font-weight:normal;}
25 * Added: abbr,acronym {border:0;}
26 * Added: textarea {padding:0;margin:0;}