import v1.0.0-RC4 | 2009-05-20

This commit is contained in:
2019-07-17 22:08:50 +02:00
commit b484e522e8
2459 changed files with 1038434 additions and 0 deletions

View File

@ -0,0 +1,64 @@
YUI Library - Reset - Release Notes
Version 2.6.0
* Added del,ins{text-decoration:none;} per SF-1957908
* KNOWN ISSUE:
Beginning in Opera 9.5, a padding value of 0 on radio
buttons and checkboxes prevents Opera from rendering
their visually attractive checkmarks and filled circles
for the radios. This has NOT been addressed in 2.6.0,
however you can apply this patch if you desire:
input[type="checkbox"],input[type="radio"] {padding:1px;}
Version 2.5.2
* No changes.
Version 2.5.1
* No changes.
Version 2.5.0
* Added input,textarea,select{*font-size:100%;} to enable resizing on IE
Version 2.4.0
* Moved background and default font color to HTML from BODY
* Removed invalid sub/sup negative line-height values because they
were invalid and because they weren't have a big impact.
* Added legend element color to accommodate IE6 issues.
Version 2.3.0
* Removed: ul,ol {list-style:none;}
* Added: li {list-style:none;} because it's less impactful (easier to rebuild) and shorter
* Added: acronym {font-variant:normal;} to reset the "small-caps" variant that Opera displays
* Added: body {color:#000;background:#FFF;}
* Added: sup,sub {line-height:-1px;vertical-align: text-top;}sub{vertical-align:text-bottom;}
* Added: input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;} (doesn't fix textareas in Opera/Win+Mac, IE6/7
* Added: padding:0;margin:0; for the legend element which wasn't fully reset before (has 2px lateral padding on some browsers)
Version 2.2.0 - 2.2.2
* No changes.
Version 0.12.1 - 0.12.2
* No changes.
Version 0.12.0
* Added: h1,h2,h3,h4,h5,h6{font-weight:normal;}
* Added: abbr,acronym {border:0;}
* Added: textarea {padding:0;margin:0;}
Version 0.11.0
* No changes.
Version 0.10.0
* Initial release.

View File

@ -0,0 +1,7 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

View File

@ -0,0 +1,25 @@
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}