Skip to content
Closed

V1 #866

Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ee61f84
Add trailing slash to 'homepage' in component.json
necolas Aug 20, 2012
9323d0d
Correct `font-size` normalization for `h6`
necolas Nov 17, 2012
1364ab6
Update component.json for 'component' support
necolas Nov 17, 2012
43af506
v1.0.2
necolas Nov 17, 2012
d6c54bb
Language and comment style
necolas Nov 26, 2012
07c0beb
Fix cursor style for disabled button `input`
necolas Dec 2, 2012
048ea8b
Add `main` element to HTML5 display definitions
dawidkkruczek Jan 15, 2013
c0a9664
Update CHANGELOG
necolas Jan 15, 2013
b1ac8a4
Add `hr` test
necolas Jan 20, 2013
a51697a
Normalize `hr`
necolas Jan 20, 2013
54f470c
Update CHANGELOG
necolas Jan 20, 2013
acf4079
Normalize form element `text-transform`
necolas Jan 21, 2013
5dbbae1
Update CHANGELOG
necolas Jan 21, 2013
0c847f3
Update README acknowledgements
necolas Jan 21, 2013
97e7867
v1.1.0
necolas Jan 21, 2013
a91b3af
Clean up component.json
necolas Apr 1, 2013
121c082
Protect root against system color schemes
necolas Apr 1, 2013
d31707e
Fix typo
necolas Apr 3, 2013
8086921
Change gh-page URLs to use `.io`
necolas Apr 5, 2013
437072a
Add contribution guidelines
necolas Apr 8, 2013
1e768e7
v1.1.1
necolas Apr 8, 2013
4f2276d
Fix example `git tag` command in docs
necolas Apr 8, 2013
858bb90
Fix property ordering
necolas Apr 8, 2013
7749af6
Fix typo in CONTRIBUTING.md
necolas Apr 8, 2013
f5543a2
Add Bower manifest file
necolas May 11, 2013
c242292
Simplify the Component(1) manifest file
necolas May 11, 2013
52e76de
Revert root color and background normalization
necolas May 11, 2013
a27353c
Add `bower.json` to release instructions
necolas May 11, 2013
223bec9
v1.1.2
necolas May 11, 2013
f17e57a
Update component.json to fit new specification
drublic Aug 29, 2013
e44e170
Mention that v1 is no longer maintained
necolas Aug 30, 2013
857aa8b
v1.1.3
necolas Aug 30, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add main element to HTML5 display definitions
The HTML Working Draft has added `main` as a new element.
  • Loading branch information
dawidkkruczek authored and necolas committed Jan 15, 2013
commit 048ea8bf0d96c32e995e63b0fb5cd1571db0e38c
1 change: 1 addition & 0 deletions normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
Expand Down