jiskattema/spot

View on GitHub
docs/api/styles/jsdoc-default.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  top: 0 !important;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Don't use IDs in selectors.
Open

#main {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Don't use IDs in selectors.
Open

  #main {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Don't use IDs in selectors.
Open

  #main {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Don't use IDs in selectors.
Open

  #main section {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Use of !important
Open

  left: 0 !important;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Use of !important
Open

   color: #999 !important;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Don't use IDs in selectors.
Open

  #main h1.page-title {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

  border-right: 1px solid #eee;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

   padding-left: 10px;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

  border: 1px solid #ddd;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

    padding: 0 10px;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

  padding: 10px;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

  padding: 10px;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

margin can't be used with display: table-cell.
Open

   margin: 0px;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

The universal selector (*) is known to be slow.
Open

.prettyprint.linenums li.selected, .prettyprint.linenums li.selected * {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,500i,500,600,600i|Roboto);
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

The universal selector (*) is known to be slow.
Open

.prettyprint.linenums li * {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Element (span.line) is overqualified, just use .line without element name.
Open

.prettyprint code span.line {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Values of 0 shouldn't have units specified.
Open

   margin: 0px;
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Adjoining classes: .prettyprint.linenums
Open

.prettyprint.linenums {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Adjoining classes: .prettyprint.linenums ol
Open

.prettyprint.linenums ol {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Adjoining classes: .prettyprint.linenums li.selected *
Open

.prettyprint.linenums li.selected, .prettyprint.linenums li.selected * {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Adjoining classes: .prettyprint.linenums li.selected
Open

.prettyprint.linenums li.selected, .prettyprint.linenums li.selected * {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Fallback background (hex or RGB) should precede HSLA background.
Open

  background: hsla(0, 0%, 0%, 0.5);
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Adjoining classes: .prettyprint.linenums li
Open

.prettyprint.linenums li {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Fallback color (hex or RGB) should precede HSL color.
Open

  color: hsl(0, 0%, 28%);
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

  text-indent: -1000px
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Adjoining classes: .prettyprint.linenums li *
Open

.prettyprint.linenums li * {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

  box-sizing: border-box
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Adjoining classes: .prettyprint.source
Open

.prettyprint.source {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h4) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h3) has already been defined.
Open

h3 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h5) has already been defined.
Open

.readme h5 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h2) has already been defined.
Open

h2 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h1) has already been defined.
Open

.readme h1,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h2) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h4) has already been defined.
Open

h4 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h5) has already been defined.
Open

h5, .container-overview .subsection-title {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h1) has already been defined.
Open

  #main h1.page-title {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h1) has already been defined.
Open

h1.page-title {margin-bottom: 10px;font-size: 34px;font-weight: 300;border-bottom: solid 2px #ddd;padding: .5em 0 .5em;margin-top: 0;}
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h2) has already been defined.
Open

.readme h2,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h5) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h5) has already been defined.
Open

.readme h5 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h1) has already been defined.
Open

h1 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h3) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h6) has already been defined.
Open

h6 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h1) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h1) has already been defined.
Open

.readme h1 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h2) has already been defined.
Open

.readme h2 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h3) has already been defined.
Open

.readme h3 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h6) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h3) has already been defined.
Open

.readme h3,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h4) has already been defined.
Open

.readme h4,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h4) has already been defined.
Open

.readme h4 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.readme table th,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

nav {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.section-method {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h4) should not be qualified.
Open

.readme h4,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.readme h3 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

section {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h5) should not be qualified.
Open

.readme h5 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.important {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.details {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

dl.param-type {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

  nav {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

blockquote {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.nav-trigger {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h1) should not be qualified.
Open

.readme h1,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.readme h1,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h3) should not be qualified.
Open

.readme h3,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h1) should not be qualified.
Open

.readme h1 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.navicon-button {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.signature-attributes {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h5) should not be qualified.
Open

.readme h5 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.overlay {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.code-caption {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

  #main {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

  .navicon-button {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.params, .props {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.navicon:before, .navicon:after {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

#main {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.nav-heading a {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.readme table {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.param-type dd {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

h1.page-title {margin-bottom: 10px;font-size: 34px;font-weight: 300;border-bottom: solid 2px #ddd;padding: .5em 0 .5em;margin-top: 0;}
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h2) should not be qualified.
Open

.readme h2 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.nav-item-type {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

footer {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.details dt {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.navicon-button:hover {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

h1 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

h6 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

nav li {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.navicon {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

h4 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.nav-trigger:checked + label.plus .navicon:before,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

body {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

h2 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

tt, code, kbd, samp {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.params td, .params th, .props td, .props th {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

h3 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h4) should not be qualified.
Open

.readme h4 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.nav-heading {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.prettyprint {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.prettyprint code {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

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

.nav-trigger:checked + label.plus .navicon:after,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h1) should not be qualified.
Open

  #main h1.page-title {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h2) should not be qualified.
Open

.readme h2,
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

Heading (h3) should not be qualified.
Open

.readme h3 {
Severity: Minor
Found in docs/api/styles/jsdoc-default.css by csslint

There are no issues that match your filters.

Category
Status