oss-specs/specs

View on GitHub
public/css/main.css

Summary

Maintainability
Test Coverage

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

  box-sizing: border-box;
Severity: Minor
Found in public/css/main.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

  background-color: rgba(255, 255, 255, 0.95);
Severity: Minor
Found in public/css/main.css by csslint

Adjoining classes: .collapsible.collapse
Open

 .collapsible.collapse {
Severity: Minor
Found in public/css/main.css by csslint

Element (form.theForm) is overqualified, just use .theForm without element name.
Open

 form.theForm {
Severity: Minor
Found in public/css/main.css by csslint

Element (svg.icon) is overqualified, just use .icon without element name.
Open

svg.icon {
Severity: Minor
Found in public/css/main.css by csslint

Element (a.resultLink) is overqualified, just use .resultLink without element name.
Open

a.resultLink {
Severity: Minor
Found in public/css/main.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

   border: 1px solid transparent;
Severity: Minor
Found in public/css/main.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

   padding: 0.2em 0.4em;
Severity: Minor
Found in public/css/main.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

   padding: 0.2em 0.4em;
Severity: Minor
Found in public/css/main.css by csslint

Using width with border can sometimes make elements larger than you expect.
Open

   border: 1px solid transparent;
Severity: Minor
Found in public/css/main.css by csslint

Heading (h1) has already been defined.
Open

main > h1,
Severity: Minor
Found in public/css/main.css by csslint

Heading (h2) has already been defined.
Open

section > h2 {
Severity: Minor
Found in public/css/main.css by csslint

Heading (h1) has already been defined.
Open

main h1 {
Severity: Minor
Found in public/css/main.css by csslint

Heading (h1) has already been defined.
Open

main > h1 {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

  main > header {
Severity: Minor
Found in public/css/main.css by csslint

Heading (h1) should not be qualified.
Open

main > h1,
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

main {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.group:after {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

 .PASSED {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

button {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

svg.icon {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

body {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

button.call-to-action {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

body, h1, h2, h3, h4, h5, h6, p, ul, ol {
Severity: Minor
Found in public/css/main.css by csslint

Heading (h2) should not be qualified.
Open

section > h2 {
Severity: Minor
Found in public/css/main.css by csslint

Heading (h1) should not be qualified.
Open

main > h1 {
Severity: Minor
Found in public/css/main.css by csslint

Heading (h1) should not be qualified.
Open

main h1 {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.hint:hover:after {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

 .FAILED {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

 .collapsible.collapse {
Severity: Minor
Found in public/css/main.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.hint {
Severity: Minor
Found in public/css/main.css by csslint

There are no issues that match your filters.

Category
Status