Releases: treeframework/generic.normalize
Releases · treeframework/generic.normalize
v5.0.0
Changelog
- Add normalized sections not already present from
https://html.spec.whatwg.org/multipage/. - Move unsorted rules into their respective sections.
- Update the
summarystyle in all browsers. - Remove
::placeholderstyles due to a bug in Edge. - More explicitly define font resets on form controls.
- Remove the
optgroupnormalization needed by the previous font reset. - Update text-size-adjust documentation for IE on Windows Phone
- Update OS X reference to macOS
- Update the semver strategy.
Normalize v4.0.0
Changelog
- Add the correct font weight for
bandstrongin Chrome, Edge, and Safari. - Correct inconsistent
overflowforhrin Edge and IE. - Correct inconsistent
box-sizingforhrin Firefox. - Correct inconsistent
text-decorationandborder-bottomforabbr[title]
in Chrome, Edge, Firefox IE, Opera, and Safari. - Correct inheritance and scaling of
font-sizefor preformatted text. - Correct
legendtext wrapping not present in Edge and IE. - Remove unnecessary normalization of
line-heightforinput. - Remove unnecessary normalization of
colorfor form controls. - Remove unnecessary
box-sizingforinput[type="search"]in Chrome, Edge,
Firefox, IE, and Safari. - Remove opinionated table resets.
- Remove opinionated
preoverflow. - Remove selector weight from some input selectors.
- Update normalization of
border-styleforimg. - Update normalization of
colorinheritance forlegend. - Update normalization of
background-colorformark. - Update normalization of
outlinefor:-moz-focusringremoved by a previous
normalization in Firefox. - Update opinionated style of
outline-widthfora:activeanda:hover. - Update comments to identify opinionated styles.
- Update comments to specify browser/versions affected by all changes.
- Update comments to use one voice.