Update CHANGELOG

This commit is contained in:
Nicolas Gallagher 2014-01-25 21:06:09 -08:00
parent d00c1c98ae
commit 488f365fdd
2 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,19 @@
=== HEAD === HEAD
* Explicit tests for each normalization.
* Fix i18n for `q` element.
* Fix `pre` text formatting and overflow.
* Fix vertical alignment of `progress`.
* Address `button` overflow in IE 8/9/10.
* Revert `textarea` alignment modification.
* Fix number input button cursor in Chrome on OS X.
* Remove `a:focus` outline normalization.
* Fix `figure` margin normalization.
* Normalize `optgroup`.
* Remove default table cell padding.
* Set correct display for `progress` in IE 8/9.
* Fix `font` and `color` inheritance for forms.
=== 2.1.3 (August 26, 2013) === 2.1.3 (August 26, 2013)
* Fix component.json. * Fix component.json.

View File

@ -334,7 +334,7 @@
<p><input type="reset" value="input (reset)"></p> <p><input type="reset" value="input (reset)"></p>
<p><input type="submit" value="input (submit)"></p> <p><input type="submit" value="input (submit)"></p>
</div> </div>
<h3 class="Test-it">should be stylable</h3> <h3 class="Test-it">should be styleable</h3>
<div class="Test-run" id="button-like-style"> <div class="Test-run" id="button-like-style">
<style> <style>
#button-like-style button, #button-like-style button,
@ -418,7 +418,7 @@
</div> </div>
<h2 class="Test-describe"><code>input[type="search"]</code></h2> <h2 class="Test-describe"><code>input[type="search"]</code></h2>
<h3 class="Test-it">should be stylable</h3> <h3 class="Test-it">should be styleable</h3>
<div class="Test-run"> <div class="Test-run">
<input type="search" style="border:1px solid #ADD8E6; padding:10px; width:200px;"> <input type="search" style="border:1px solid #ADD8E6; padding:10px; width:200px;">
</div> </div>