altereagle/arc.app-example

View on GitHub
docs/public/stylesheets/normalize.css

Summary

Maintainability
Test Coverage

The property -moz-appearance is compatible with -webkit-appearance and should be included as well.
Open

    -webkit-appearance: button; /* 2 */

The property -moz-appearance is compatible with -webkit-appearance and should be included as well.
Open

    -webkit-appearance: textfield; /* 1 */

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: content-box;

The property -moz-appearance is compatible with -webkit-appearance and should be included as well.
Open

    -webkit-appearance: none;

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box; /* 1 */

Unqualified attribute selectors are known to be slow.
Open

[hidden] {

Expected (none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | listbox | listitem | media-fullscreen-button | media-mute-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical) but found 'textfield'.
Open

    -webkit-appearance: textfield; /* 1 */

Outlines should only be modified using :focus.
Open

a:active,

There are no issues that match your filters.

Category
Status