Skip to content
Permalink
Browse files
Update CHANGELOG
  • Loading branch information
necolas committed Jan 26, 2014
1 parent d00c1c9 commit 488f365fdd04fb9b2c9e85718952a698cb2e6e84
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
@@ -1,5 +1,19 @@
=== 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)

* Fix component.json.
@@ -334,7 +334,7 @@ <h3 class="Test-it">should have <code>pointer</code> cursor style</h3>
<p><input type="reset" value="input (reset)"></p>
<p><input type="submit" value="input (submit)"></p>
</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">
<style>
#button-like-style button,
@@ -418,7 +418,7 @@ <h3 class="Test-it">should display a default cursor for the decrement button's c
</div>

<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">
<input type="search" style="border:1px solid #ADD8E6; padding:10px; width:200px;">
</div>

0 comments on commit 488f365

Please sign in to comment.