Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / yui / reset / README
blobebe2c0959849019d1c0f32eded22ede6521fae37
1 YUI Library - Reset - Release Notes
3 Version 2.5.2
5   * No changes.
7 Version 2.5.1
9   * No changes.
11 Version 2.5.0
13   * Added input,textarea,select{*font-size:100%;} to enable resizing on IE
15 Version 2.4.0
17   * Moved background and default font color to HTML from BODY
18   * Removed invalid sub/sup negative line-height values because they
19     were invalid and because they weren't have a big impact.
20   * Added legent element color to accomodate IE6 issues.
22 Version 2.3.0
24   * Removed: ul,ol {list-style:none;}
25   * Added: li {list-style:none;} because it's less impactful (easier to rebuild) and shorter
26   * Added: acronym {font-variant:normal;} to reset the "small-caps" variant that Opera displays
27   * Added: body {color:#000;background:#FFF;}
28   * Added: sup,sub {line-height:-1px;vertical-align: text-top;}sub{vertical-align:text-bottom;}
29   * Added: input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;} (doesn't fix textareas in Opera/Win+Mac, IE6/7
30   * Added: padding:0;margin:0; for the legend element which wasn't fully reset before (has 2px lateral padding on some browsers)
31   
32   
33 Version 2.2.0 - 2.2.2
35   * No changes.
37 Version 0.12.1 - 0.12.2
39   * No changes.
41 Version 0.12.0
43   * Added: h1,h2,h3,h4,h5,h6{font-weight:normal;}
44   * Added: abbr,acronym {border:0;}
45   * Added: textarea {padding:0;margin:0;}
47 Version 0.11.0
49   * No changes.
51 Version 0.10.0
53   * Initial release.