altereagle/arc

View on GitHub

Showing 91 of 91 total issues

Don't use IDs in selectors.
Open

#jump_page .source:first-child {
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

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

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

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 {
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

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

pre code {
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

Don't use IDs in selectors.
Open

#jump_to a {
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

Don't use IDs in selectors.
Open

  #jump_to a.large {
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

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

Parsing error: Unexpected token function
Open

    void async function(){
Severity: Minor
Found in index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

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

Unqualified attribute selectors are known to be slow.
Open

[hidden] {

Outlines should only be modified using :focus.
Open

a:active,

Parsing error: Unexpected token function
Open

  void async function() {
Severity: Minor
Found in support/process/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

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

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