altereagle/arc.app-example

View on GitHub
docs/docco.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#jump_to, #jump_page {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_page {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #container {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #jump_to a.large {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #jump_to {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_page .source:hover {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_page .source:first-child {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #jump_to, #jump_page {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_to, #jump_wrapper {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_to a.large {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_to a.small {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_to, #jump_wrapper {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #background {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_to, #jump_page {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_wrapper {
Severity: Minor
Found in docs/docco.css by csslint

2 IDs in the selector, really?
Open

#jump_to:hover #jump_wrapper {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_to a {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_page_wrapper{
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #jump_wrapper {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#container { min-height: 100%; }
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #jump_page .source {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

#jump_page .source {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #jump_to, #jump_page {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #jump_to a.small {
Severity: Minor
Found in docs/docco.css by csslint

Don't use IDs in selectors.
Open

  #background {
Severity: Minor
Found in docs/docco.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin: 15px 0 0px;
Severity: Minor
Found in docs/docco.css by csslint

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

span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
Severity: Minor
Found in docs/docco.css by csslint

Element (td.linenos) is overqualified, just use .linenos without element name.
Open

td.linenos { background-color: #f0f0f0; padding-right: 10px; }
Severity: Minor
Found in docs/docco.css by csslint

Missing standard property 'border-bottom-left-radius' to go along with '-moz-border-radius-bottomleft'.
Open

  -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px;
Severity: Minor
Found in docs/docco.css by csslint

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

  box-sizing: border-box;         /* css3 */
Severity: Minor
Found in docs/docco.css by csslint

Missing standard property 'border-bottom-left-radius' to go along with '-webkit-border-bottom-left-radius'.
Open

  -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px;
Severity: Minor
Found in docs/docco.css by csslint

Missing standard property 'box-shadow' to go along with '-moz-box-shadow'.
Open

  -webkit-box-shadow: 0 0 25px #777; -moz-box-shadow: 0 0 25px #777;
Severity: Minor
Found in docs/docco.css by csslint

Missing standard property 'box-shadow' to go along with '-webkit-box-shadow'.
Open

  -webkit-box-shadow: 0 0 25px #777; -moz-box-shadow: 0 0 25px #777;
Severity: Minor
Found in docs/docco.css by csslint

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

    border-right: 1px solid #e5e5ee;
Severity: Minor
Found in docs/docco.css by csslint

Rule is empty.
Open

#jump_page .source:first-child {
Severity: Minor
Found in docs/docco.css by csslint

Heading (h1) has already been defined.
Open

h1 {
Severity: Minor
Found in docs/docco.css by csslint

Heading (h2) has already been defined.
Open

h2 {
Severity: Minor
Found in docs/docco.css by csslint

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

#jump_to, #jump_wrapper {
Severity: Minor
Found in docs/docco.css by csslint

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

  ul.sections > li > div.content {
Severity: Minor
Found in docs/docco.css by csslint

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

  .annotation pre {
Severity: Minor
Found in docs/docco.css by csslint

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

  .pilwrap {
Severity: Minor
Found in docs/docco.css by csslint

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

#jump_page .source {
Severity: Minor
Found in docs/docco.css by csslint

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

h1, h2, h3, h4, h5, h6 {
Severity: Minor
Found in docs/docco.css by csslint

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

@font-face {
Severity: Minor
Found in docs/docco.css by csslint

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

pre, tt, code {
Severity: Minor
Found in docs/docco.css by csslint

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

pre code {
Severity: Minor
Found in docs/docco.css by csslint

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

ul.sections {
Severity: Minor
Found in docs/docco.css by csslint

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

#jump_to, #jump_page {
Severity: Minor
Found in docs/docco.css by csslint

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

#jump_to a.small {
Severity: Minor
Found in docs/docco.css by csslint

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

@font-face {
Severity: Minor
Found in docs/docco.css by csslint

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

  #background {
Severity: Minor
Found in docs/docco.css by csslint

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

  .sections blockquote p {
Severity: Minor
Found in docs/docco.css by csslint

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

#jump_page_wrapper{
Severity: Minor
Found in docs/docco.css by csslint

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

b, strong {
Severity: Minor
Found in docs/docco.css by csslint

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

    .annotation pre code {
Severity: Minor
Found in docs/docco.css by csslint

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

body {
Severity: Minor
Found in docs/docco.css by csslint

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

  ul.sections > li > div.annotation {
Severity: Minor
Found in docs/docco.css by csslint

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

  .pilcrow {
Severity: Minor
Found in docs/docco.css by csslint

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

#jump_page {
Severity: Minor
Found in docs/docco.css by csslint

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

@font-face {
Severity: Minor
Found in docs/docco.css by csslint

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

hr {
Severity: Minor
Found in docs/docco.css by csslint

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

  ul.sections > li > div.content {
Severity: Minor
Found in docs/docco.css by csslint

There are no issues that match your filters.

Category
Status