Commits on Mar 26, 2017
-
- Update CHANGELOG.md - Update normalize.css header - Update package.json
Jonathan Neal committedMar 26, 2017 -
Remove all opinionated rules (#649)
- Remove changing the default font family in all browsers. - Remove the removal of margin on body in all browsers. - Remove the removal of outline on focused links when they are also active or hovered in all browsers (opinionated). - Remove changing the font styles of input controls in all browsers. - Remove the changing of border, margin, and padding of fieldsets in all browsers.
Jonathan Neal committedMar 26, 2017
Commits on Oct 3, 2016
-
Jonathan Neal committed
Oct 3, 2016 -
Jonathan Neal committed
Oct 3, 2016
Commits on Aug 8, 2016
-
More explicitly define font resets on form controls (#607)
Jonathan Neal committedAug 8, 2016
Commits on Jul 6, 2016
-
Correct the display of <summary> in all browsers
Jonathan Neal committedJul 6, 2016 -
Use HTML Living Standard sectioning
Jonathan Neal committedJul 6, 2016
Commits on Jun 30, 2016
-
Jonathan Neal committed
Jun 30, 2016 -
Merge branch 'battaglr-patch-1'
Jonathan Neal committedJun 30, 2016
Commits on Apr 11, 2016
-
Normalize file select buttons (#574)
Jonathan Neal committedApr 11, 2016 -
Correct the outline of search inputs in Safari (#575)
After modifying search input with -webkit-appearance: textfield, the focus outline is remaining with `outline-offset: 0`, but should be `-2px` like other textfield inputs.
Jonathan Neal committedApr 11, 2016
Commits on Apr 10, 2016
-
Limit Firefox focus normalization to buttons
Spacing does not need to be normalized for all `input` elements in Firefox, only `button` and `[type="button"]` elements. These normalizations were changing the default focus appearance of `input` elements. Resolves #549
Jonathan Neal committedApr 10, 2016 -
Merge pull request #571 from necolas/fix/550
Correct the text style of placeholders in Chrome, Edge, and Safari
Jonathan Neal committedApr 10, 2016
Commits on Apr 7, 2016
-
Correct the text style of placeholders in Chrome, Edge, and Safari
Normalizes placeholder styles in Edge, Chrome, and Safari with Firefox.
Jonathan Neal committedApr 7, 2016 -
Remove overflow from select and update multiple overflow
While the consistent `overflow` for `select` is `visible`, updating this property has no effect in any browser, but instead creates an inappropriately visible overflow for `select[multiple]`.
Jonathan Neal committedApr 7, 2016
Commits on Mar 26, 2016
-
Remove opinionated cursor styles on buttons
Jonathan Neal committedMar 26, 2016
Commits on Mar 19, 2016
-
Jonathan Neal committed
Mar 19, 2016 -
Merge pull request #538 from necolas/fix/313
Remove opinionated pre overflow
Jonathan Neal committedMar 19, 2016 -
Merge pull request #537 from necolas/fix/438
Reduce input type selector weight
Jonathan Neal committedMar 19, 2016
Commits on Mar 18, 2016
-
Remove opinionated pre overflow
Jonathan Neal committedMar 18, 2016 -
Move input type appearance normalization into its own rule
Jonathan Neal committedMar 18, 2016 -
Reduce selector weight of input types
Jonathan Neal committedMar 18, 2016 -
Correct wrapping not present in IE8/9/10/11 and Edge 12/13
Jonathan Neal committedMar 18, 2016
Commits on Mar 17, 2016
-
Only normalize border-style on img
Jonathan Neal committedMar 17, 2016 -
Merge pull request #532 from necolas/fix/522
Update the dfn support message
Jonathan Neal committedMar 17, 2016 -
Update the dfn support message
Jonathan Neal committedMar 17, 2016 -
Remove unnecessary input line-height
Jonathan Neal committedMar 17, 2016
Commits on Mar 15, 2016
-
Use inherit to fix legend color
Clarifies that the fix applies to <legend> within <fieldset>
Jonathan Neal committedMar 15, 2016 -
Merge pull request #530 from battaglr/use-longhand-outline
Use explicit `outline-width` property instead of `outline`
Jonathan Neal committedMar 15, 2016
Commits on Feb 3, 2016
-
Remove opinionated table resets
Jonathan Neal committedFeb 3, 2016 -
Update documentation and CHANGELOG.md
Jonathan Neal committedFeb 3, 2016
Commits on Feb 1, 2016
-
Merge pull request #490 from lastfm/fix-firefox-button-focus-outline-…
…take-two-481 Replace lost button and input focus style
Jonathan Neal committedFeb 1, 2016
Commits on Mar 9, 2012
-
Addresses placeholder text remaining visible on focus in Chrome
The placeholder attribute in Chrome does not work to spec. This makes the text transparent on focus to work like Firefox, Safari, and the spec. Credit goes to @chadbaudoin for bringing this up in his pull request #86 and this Chrome bug is further documented at http://code.google.com/p/chromium/issues/detail?id=106714 and my own test is at https://tinker.io/be2f2/1
Jonathan Neal committedMar 9, 2012