Nicolas Gallagher
a473cee8a2
Fix code style
2014-10-04 12:29:57 -07:00
Maxime Thirouin
3a62048dae
Only alter 'background-color' of links in IE 10
...
Close #337
2014-10-04 12:28:04 -07:00
Nicolas Gallagher
5962c89829
Add menu
element to HTML5 display definitions
...
Fix #370
2014-10-04 11:38:31 -07:00
Nicolas Gallagher
ff1cdc2a86
Fix package.json
2014-10-04 11:21:56 -07:00
Nicolas Gallagher
dd8d75c349
Add extended docs to README
...
Additional details to clarify the esoteric parts of normalize.css.
Fix #353
2014-07-22 10:58:57 -07:00
Nicolas Gallagher
071af828a2
3.0.1
2014-03-26 21:49:40 -07:00
Nicolas Gallagher
de39c2c76e
Fix indentation
2014-03-26 21:46:07 -07:00
Nicolas Gallagher
bb3a1304a0
More accurate comments
...
Fix #299
Fix #292
Fix #304
2014-02-17 12:18:41 -08:00
Nicolas Gallagher
058ee3b0ad
Add package.json
2014-02-17 00:37:45 -08:00
Nicolas Gallagher
6ec1a10b5d
v3.0.0
2014-01-28 10:05:18 -08:00
Mathias Bynens
f3db654b78
Fix ‘san-serif’ typo in test file
2014-01-27 10:30:12 -08:00
Nicolas Gallagher
3d8f336d17
Fix textarea
test title
2014-01-26 10:18:43 -08:00
Nicolas Gallagher
7f1e59a9df
v3.0.0-rc.1
2014-01-25 21:14:26 -08:00
Nicolas Gallagher
488f365fdd
Update CHANGELOG
2014-01-25 21:06:09 -08:00
Nicolas Gallagher
d00c1c98ae
Update browser support
2014-01-25 20:53:05 -08:00
Nicolas Gallagher
5b57298fc3
Explicit tests for each normalization
...
Use a test-like presentation to make it clearer what the test file is
looking to test. Don't use the file as a dumping ground for every HTML
element. This change makes the tests more focused and useful.
Fix gh-276
Fix gh-284
Fix gh-285
2014-01-25 20:44:27 -08:00
Nicolas Gallagher
3fe0df0fe5
Reorganise normalize.css and edit comments
...
Update comments in line with any changes browsers have introduced.
Minor reordering of rulesets.
2014-01-25 20:37:46 -08:00
Nicolas Gallagher
a2ae3b5d7a
Revert 6992935807
...
Doesn't work in Firefox.
2014-01-25 16:50:27 -08:00
Nicolas Gallagher
7e80851c5f
Fix i18n for q
element
...
Don't attempt to normalize `q` because it prevents the browser from
automatically adapting the quotes used based on the value of a `lang`
attribute.
2014-01-24 23:09:36 -08:00
Nicolas Gallagher
a8edd0c5aa
Fix pre
text formatting and overflow
...
Don't visually break `pre` text over multiple lines.
Trigger a scrollbar when the preformatted text is too wide for its
container.
2014-01-24 22:04:39 -08:00
Nicolas Gallagher
37ea6ae187
Fix vertical alignment of progress
...
Chrome, Firefox, and Opera set `vertical-align: -0.2em`. The browser
implementations aren't great. They scale badly with font size and when
the height of the element is changed. Aligning them to the baseline, as
IE does, helps make their alignment consistent with other similar
elements.
2014-01-24 21:59:28 -08:00
Nicolas Gallagher
45cc401523
Change indentation: 4 -> 2 spaces
2014-01-24 13:23:52 -08:00
Oleg Korsunsky
68322db312
Address button
overflow in IE 8/9/10
2014-01-24 13:16:11 -08:00
Nicolas Gallagher
e372fcd83d
Fix rendering of test file on mobile
2014-01-24 13:15:41 -08:00
Nicolas Gallagher
20e58223c9
Revert textarea
alignment modification
...
Leave the default baseline alignment in place.
Fix gh-280
2014-01-24 13:03:24 -08:00
Nicolas Gallagher
d86aa8500e
Fix number input button cursor on OS X Chrome
...
Fix the cursor style for Chrome's increment/decrement buttons on
`input[type="number"]. For certain `font-size` values of the `input`, it
causes the cursor style of the decrement button to change from `default`
to `text`.
Fix gh-283
2014-01-24 13:02:12 -08:00
Nicolas Gallagher
4b94eb7d4d
Remove a:focus
outline normalization
...
My hypothesis is that it's more important for a user to get the focus
style they expect *within* their browser than it is to have consistent focus
styles *between* browsers. In particular, replacing Chrome's default focus
style (esp. just for links) seems presumptuous.
Component designers/developers can make the decision on when to modify
these browser defaults.
Fix gh-216
2014-01-15 21:32:00 -08:00
Nicolas Gallagher
ccbb28b123
Fix figure
margin normalization
...
All browsers that support `figure` apply margin of `1em 40px`.
Fix gh-262
2014-01-15 16:52:18 -08:00
Nicolas Gallagher
5b9bf5e1a3
Fix optgroup
normalization and add test
...
Ref gh-102
2014-01-15 16:45:43 -08:00
Nicolas Gallagher
3d3096db74
Normalize optgroup
...
Address Firefox not inheriting `font` properties for `optgroup`.
Fix gh-102
2014-01-15 16:30:33 -08:00
Nicolas Gallagher
37d1c1ef8b
Remove default table cell padding
...
Normalize.css makes some convenience changes to the default table
rendering. This change removes the 1px of padding around table cells.
2014-01-15 16:16:32 -08:00
Nicolas Gallagher
496702aab6
Set correct display for progress
in IE 8/9
...
Set to `inline-block` to match default value in modern browsers.
Fix #253
Close #254
2014-01-15 14:40:36 -08:00
Nicolas Gallagher
0b5badd591
Fix font
and color
inheritance for forms
...
Inherit all `font` properties.
Inherit `color` for form controls. Chrome and Safari on OS X will not
inherit `color` as they heavily restrict the author-defined styles that
will be respected for that element.
Fix gh-157
2014-01-15 14:21:28 -08:00
thoppe
6992935807
Fix fieldset width in Chrome and Firefox
...
Fixes an issue in Firefox [1] and Chrome [2]. The implicit width of
`fieldset` can be determined by the width of descendants rather than the
parent container. This change (adding `min-width:0`) makes the
`fieldset` behave like a `div` in this regard.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=504622
[2] http://stackoverflow.com/questions/8084343/google-chrome-fieldset-overflow-bug
Close #272
2014-01-15 13:20:25 -08:00
Nicolas Gallagher
dafaf9ee60
v2.1.3
2013-08-26 11:37:18 -07:00
Nicolas Gallagher
4925d9b508
Update CHANGELOG
2013-08-26 11:36:05 -07:00
Nicolas Gallagher
690f8abb19
Fix component.json
...
The Component(1) spec was updated to require a `repo` property.
2013-08-26 11:34:21 -07:00
Kalifriki
5d4ef1c56f
Add IE 10 to checkbox/radio normalization comments
2013-08-25 13:53:30 -07:00
Ricky de Laveaga
9709e680d0
Fix incorrect closing tag in test.html
2013-08-25 13:50:58 -07:00
Nicolas Gallagher
3e12409c61
Add Component(1) install instructions
2013-08-15 21:52:25 -07:00
Nicolas Gallagher
0050384c0b
README: change guidance and demphasise v1
...
* Recommend that normalize.css is used as library code (i.e., not
modified).
* Add a note that v1 is no longer actively developed.
2013-08-15 19:46:33 -07:00
Nicolas Gallagher
77982e20d8
Normalize the template
element display
...
The `template` element shipped in Firefox 22 and Chrome 26. Browsers
without HTML template support should at least hide the element.
2013-07-01 23:54:45 -07:00
Nicolas Gallagher
37b483c1e1
Fix IE 10 active link background color
...
Remove the gray background color from active links in IE 10.
Fix gh-172
2013-07-01 23:42:37 -07:00
Nicolas Gallagher
56af2b1170
v2.1.2
2013-05-11 13:59:52 -07:00
Nicolas Gallagher
f74e430833
Add bower.json
to release instructions
2013-05-11 13:57:02 -07:00
Nicolas Gallagher
71d6cdc9a8
Revert root color and background normalization
...
Commit: 907890983e
The change caused problems with `body` background color no longer
bubbling up the the `html` element.
It also prevented you from setting `color` or `background` styles on
`html` before the normalize.css styles.
It might not be possibly to safely address – within normalize.css –
the problem that it was trying to avoid.
Fix gh-188
2013-05-07 23:40:22 -07:00
Nicolas Gallagher
87db019374
Simplify the Component(1) manifest file
2013-05-07 23:36:17 -07:00
Nicolas Gallagher
c9ff1dd48d
Add Bower manifest file
...
Ignore files that don't need to be installed.
2013-05-07 23:34:54 -07:00
Nicolas Gallagher
03c8f449d0
Change the Bower website URL
2013-04-21 20:17:09 -07:00
Nicolas Gallagher
a611f096b5
Correct date of 2.1.1 release in CHANGELOG
2013-04-07 19:41:16 -07:00