codeforsanjose/codeforsanjose

View on GitHub
doc/app/css/rdoc.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#table-of-contents-navigation {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-field:-moz-placeholder,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#validator-badges {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-field {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-field:focus {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-field::-webkit-input-placeholder {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-results .search-match {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-results pre {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-results li {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-section {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-field-wrapper {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-results .search-selected {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-results li p {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-results .search-namespace {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

main #attribute-method-details .method-detail:hover {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-results {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#project-navigation .nav-section {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#home-section h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#table-of-contents-navigation {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-results li:last-child {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Don't use IDs in selectors.
Open

#search-results li em {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

  -moz-border-radius: 5px;
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

  -webkit-border-radius: 5px;
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Adjoining classes: .table-of-contents li .toc-toggle.open
Open

.table-of-contents li .toc-toggle.open {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

  -webkit-border-radius: 5px;
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

* { padding: 0; margin: 0; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin-top: 0px;
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h3) has already been defined.
Open

nav h3,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) has already been defined.
Open

nav h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h5) has already been defined.
Open

main h5 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h1) has already been defined.
Open

main h1[class] {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h1) has already been defined.
Open

main h1 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h3) has already been defined.
Open

main header h3 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) has already been defined.
Open

#home-section h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h4) has already been defined.
Open

main h4 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) has already been defined.
Open

main header h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h6) has already been defined.
Open

main h6 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) has already been defined.
Open

.documentation-section h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h3) has already been defined.
Open

main h3 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) has already been defined.
Open

main h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.missing-docs {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

#search-field:-moz-placeholder,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.table-of-contents li .toc-toggle {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h6) should not be qualified.
Open

main h6 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h3) should not be qualified.
Open

nav h3,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h3) should not be qualified.
Open

main h3,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

nav .nav-section {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

* { padding: 0; margin: 0; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

nav h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h1) should not be qualified.
Open

main h1,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h4) should not be qualified.
Open

main h4,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

#search-field {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) should not be qualified.
Open

main h2,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

#validator-badges {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

nav {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) should not be qualified.
Open

nav h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.target-section {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

h1 span,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

nav h3,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.table-of-contents ul {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h5) should not be qualified.
Open

main h5,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main dt {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

nav ul,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

ul.link-list .type {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main h1[class] {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h1) should not be qualified.
Open

main h1 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h3) should not be qualified.
Open

main h3 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main pre {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main .method-description,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.ruby-constant   { color: #7fffd4; background: transparent; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.ruby-regexp     { color: #ffa07a; background: transparent; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

#search-section {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

#search-field-wrapper {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

ul.link-list li {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) should not be qualified.
Open

main > h2:first-child,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main hr {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.constants-list > dl dt {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.ruby-identifier { color: #ffdead; background: transparent; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main .method-detail {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main .method-heading {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.ruby-node       { color: #ffa07a; background: transparent; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.constants-list > dl {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main .method-click-advice {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h4) should not be qualified.
Open

main > h4:first-child,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main blockquote {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.documentation-section-title .section-click-top {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

#search-results li p {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main p {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) should not be qualified.
Open

main header h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.ruby-keyword    { color: #00ffff; background: transparent; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.ruby-ivar       { color: #eedd82; background: transparent; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h1) should not be qualified.
Open

main h1[class] {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h4) should not be qualified.
Open

main h4 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main h5 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main h6 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h6) should not be qualified.
Open

main h6 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main h3 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main header h3 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

pre {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

#search-results pre {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) should not be qualified.
Open

#home-section h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h1) should not be qualified.
Open

main > h1:first-child,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h5) should not be qualified.
Open

main h5 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) should not be qualified.
Open

.documentation-section h2:hover a {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main .aliases {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main .attribute-access-type {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.ruby-operator   { color: #00ffee; background: transparent; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h5) should not be qualified.
Open

main > h5:first-child,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main sup {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main h1 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) should not be qualified.
Open

.documentation-section h2 a {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.ruby-comment    { color: #dc0000; background: transparent; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.ruby-value      { color: #7fffd4; background: transparent; }
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h3) should not be qualified.
Open

main header h3 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.constants-list > dl dd {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

#project-navigation .nav-section {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h6) should not be qualified.
Open

main > h6:first-child {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main h4 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) should not be qualified.
Open

.documentation-section h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h2) should not be qualified.
Open

main h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main header h2 {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

#search-results li {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

Heading (h3) should not be qualified.
Open

main > h3:first-child,
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

.documentation-section h2 a {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

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

main .method-detail:target {
Severity: Minor
Found in doc/app/css/rdoc.css by csslint

There are no issues that match your filters.

Category
Status