File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11=== HEAD
22
3+ * Explicit tests for each normalization.
4+ * Fix i18n for ` q ` element.
5+ * Fix ` pre ` text formatting and overflow.
6+ * Fix vertical alignment of ` progress ` .
7+ * Address ` button ` overflow in IE 8/9/10.
8+ * Revert ` textarea ` alignment modification.
9+ * Fix number input button cursor in Chrome on OS X.
10+ * Remove ` a:focus ` outline normalization.
11+ * Fix ` figure ` margin normalization.
12+ * Normalize ` optgroup ` .
13+ * Remove default table cell padding.
14+ * Set correct display for ` progress ` in IE 8/9.
15+ * Fix ` font ` and ` color ` inheritance for forms.
16+
317=== 2.1.3 (August 26, 2013)
418
519* Fix component.json.
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ <h3 class="Test-it">should have <code>pointer</code> cursor style</h3>
334334 < p > < input type ="reset " value ="input (reset) "> </ p >
335335 < p > < input type ="submit " value ="input (submit) "> </ p >
336336 </ div >
337- < h3 class ="Test-it "> should be stylable </ h3 >
337+ < h3 class ="Test-it "> should be styleable </ h3 >
338338 < div class ="Test-run " id ="button-like-style ">
339339 < style >
340340 # button-like-style button ,
@@ -418,7 +418,7 @@ <h3 class="Test-it">should display a default cursor for the decrement button's c
418418 </ div >
419419
420420 < h2 class ="Test-describe "> < code > input[type="search"]</ code > </ h2 >
421- < h3 class ="Test-it "> should be stylable </ h3 >
421+ < h3 class ="Test-it "> should be styleable </ h3 >
422422 < div class ="Test-run ">
423423 < input type ="search " style ="border:1px solid #ADD8E6; padding:10px; width:200px; ">
424424 </ div >
You can’t perform that action at this time.
0 commit comments