github-tools/github-extended

View on GitHub
doc/css/style.css

Summary

Maintainability
Test Coverage

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

  color: rgba(0, 0, 0, .68);
Severity: Minor
Found in doc/css/style.css by csslint

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

  box-sizing: border-box;
Severity: Minor
Found in doc/css/style.css by csslint

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

  box-sizing: border-box;
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: .search-box.active .search-input
Open

.search-box.active .search-input {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: table.test-summary tr.test-describe .toggle.closed:before
Open

table.test-summary tr.test-describe .toggle.closed:before {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: .search-box.active .search-input-edge
Open

.search-box.active .search-input-edge {
Severity: Minor
Found in doc/css/style.css by csslint

Fallback border-right (hex or RGB) should precede RGBA border-right.
Open

  border-right: 1px solid rgba(0, 0, 0, 0.1);
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: pre.source-code.line-number
Open

pre.source-code.line-number {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: table.test-summary tr.test-describe .toggle.opened:before
Open

table.test-summary tr.test-describe .toggle.opened:before {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: .inherited-summary .summary .toggle.opened:before
Open

.inherited-summary .summary .toggle.opened:before {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: pre.source-code.line-number li.active
Open

pre.source-code.line-number li.active {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: table.test-summary tr.test-describe .toggle.closed:before
Open

table.test-summary tr.test-describe .toggle.closed:before {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: .inherited-summary .summary .toggle.closed:before
Open

.inherited-summary .summary .toggle.closed:before {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: .inherited-summary .summary .toggle.closed:before
Open

.inherited-summary .summary .toggle.closed:before {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: pre.source-code.line-number li.error-line
Open

pre.source-code.line-number li.error-line {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: table.test-summary tr.test-describe .toggle.opened:before
Open

table.test-summary tr.test-describe .toggle.opened:before {
Severity: Minor
Found in doc/css/style.css by csslint

Adjoining classes: .inherited-summary .summary .toggle.opened:before
Open

.inherited-summary .summary .toggle.opened:before {
Severity: Minor
Found in doc/css/style.css by csslint

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

  box-sizing: border-box;
Severity: Minor
Found in doc/css/style.css by csslint

Element (tr.listen) is overqualified, just use .listen without element name.
Open

tr.listen p,
Severity: Minor
Found in doc/css/style.css by csslint

Element (pre.raw-source-code) is overqualified, just use .raw-source-code without element name.
Open

pre.raw-source-code > code {
Severity: Minor
Found in doc/css/style.css by csslint

Element (a.repo-url-github) is overqualified, just use .repo-url-github without element name.
Open

.layout-container > header > a.repo-url-github {
Severity: Minor
Found in doc/css/style.css by csslint

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

.content .detail > * {
Severity: Minor
Found in doc/css/style.css by csslint

Element (li.search-separator) is overqualified, just use .search-separator without element name.
Open

.search-result li.search-separator {
Severity: Minor
Found in doc/css/style.css by csslint

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

* {
Severity: Minor
Found in doc/css/style.css by csslint

Element (tr.emit) is overqualified, just use .emit without element name.
Open

tr.emit p{
Severity: Minor
Found in doc/css/style.css by csslint

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

.return-param * {
Severity: Minor
Found in doc/css/style.css by csslint

Element (li.selected) is overqualified, just use .selected without element name.
Open

.search-result li.selected {
Severity: Minor
Found in doc/css/style.css by csslint

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

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
Severity: Minor
Found in doc/css/style.css by csslint

Element (li.error-line) is overqualified, just use .error-line without element name.
Open

pre.source-code.line-number li.error-line {
Severity: Minor
Found in doc/css/style.css by csslint

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

table.files-summary[data-use-coverage="false"] td.coverage {
Severity: Minor
Found in doc/css/style.css by csslint

float can't be used with display: inline-block.
Open

  float: left;
Severity: Minor
Found in doc/css/style.css by csslint

Using height with border-bottom can sometimes make elements larger than you expect.
Open

  border-bottom: solid 1px #E02130;
Severity: Minor
Found in doc/css/style.css by csslint

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

  padding: 2px;
Severity: Minor
Found in doc/css/style.css by csslint

width can't be used with display: inline.
Open

  width: 0;
Severity: Minor
Found in doc/css/style.css by csslint

height can't be used with display: inline.
Open

  height: 1.5em;
Severity: Minor
Found in doc/css/style.css by csslint

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

  border: 1px #0af;
Severity: Minor
Found in doc/css/style.css by csslint

Rule is empty.
Open

.layout-container {
Severity: Minor
Found in doc/css/style.css by csslint

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

  padding: 0 10px;
Severity: Minor
Found in doc/css/style.css by csslint

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

  border-right: none;
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h3) has already been defined.
Open

.github-markdown h3 {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h1) has already been defined.
Open

.github-markdown h1 {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h4) has already been defined.
Open

.github-markdown h4,
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h3) has already been defined.
Open

.content .detail > h3 {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h2) has already been defined.
Open

.github-markdown h2 {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h2) has already been defined.
Open

.github-markdown h2,
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h3) has already been defined.
Open

.github-markdown h3,
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h1) has already been defined.
Open

.github-markdown h1,
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h4) has already been defined.
Open

.github-markdown h4 {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h5) has already been defined.
Open

.github-markdown h5 {
Severity: Minor
Found in doc/css/style.css by csslint

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

p {
Severity: Minor
Found in doc/css/style.css by csslint

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

pre.prettyprint, pre > code {
Severity: Minor
Found in doc/css/style.css by csslint

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

.kind-typedef {
Severity: Minor
Found in doc/css/style.css by csslint

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

.github-markdown h1,
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h1) should not be qualified.
Open

.github-markdown h1:nth-of-type(1) {
Severity: Minor
Found in doc/css/style.css by csslint

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

table.summary tbody td:nth-child(2) {
Severity: Minor
Found in doc/css/style.css by csslint

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

.content .detail h4 + :not(pre) {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h4) should not be qualified.
Open

.content .detail h4 + ul li {
Severity: Minor
Found in doc/css/style.css by csslint

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

pre.raw-source-code > code {
Severity: Minor
Found in doc/css/style.css by csslint

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

.navigation {
Severity: Minor
Found in doc/css/style.css by csslint

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

.kind-class {
Severity: Minor
Found in doc/css/style.css by csslint

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

.kind-external {
Severity: Minor
Found in doc/css/style.css by csslint

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

table.summary td > div:nth-of-type(2) {
Severity: Minor
Found in doc/css/style.css by csslint

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

.return-type {
Severity: Minor
Found in doc/css/style.css by csslint

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

html
Severity: Minor
Found in doc/css/style.css by csslint

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

.kind-variable {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h4) should not be qualified.
Open

.see h4 {
Severity: Minor
Found in doc/css/style.css by csslint

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

.layout-container > header > a.repo-url-github {
Severity: Minor
Found in doc/css/style.css by csslint

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

table.test-summary {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h5) should not be qualified.
Open

.github-markdown h5 {
Severity: Minor
Found in doc/css/style.css by csslint

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

h1 {
Severity: Minor
Found in doc/css/style.css by csslint

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

h2 {
Severity: Minor
Found in doc/css/style.css by csslint

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

.navigation .nav-dir-path {
Severity: Minor
Found in doc/css/style.css by csslint

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

.kind-class,
Severity: Minor
Found in doc/css/style.css by csslint

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

.description table td,
Severity: Minor
Found in doc/css/style.css by csslint

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

.example-caption + pre.source-code {
Severity: Minor
Found in doc/css/style.css by csslint

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

.search-box {
Severity: Minor
Found in doc/css/style.css by csslint

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

.search-input {
Severity: Minor
Found in doc/css/style.css by csslint

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

.search-result {
Severity: Minor
Found in doc/css/style.css by csslint

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

.search-box.active .search-input {
Severity: Minor
Found in doc/css/style.css by csslint

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

.navigation .manual-toc-title {
Severity: Minor
Found in doc/css/style.css by csslint

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

.description table {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h4) should not be qualified.
Open

.content .detail h4 + :not(pre) {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h4) should not be qualified.
Open

.content .detail h4 + .example-doc {
Severity: Minor
Found in doc/css/style.css by csslint

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

.example-caption {
Severity: Minor
Found in doc/css/style.css by csslint

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

h1 .version,
Severity: Minor
Found in doc/css/style.css by csslint

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

.extends-chain {
Severity: Minor
Found in doc/css/style.css by csslint

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

table.summary {
Severity: Minor
Found in doc/css/style.css by csslint

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

h3 {
Severity: Minor
Found in doc/css/style.css by csslint

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

.layout-container > header {
Severity: Minor
Found in doc/css/style.css by csslint

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

table.files-summary {
Severity: Minor
Found in doc/css/style.css by csslint

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

h3 .right-info {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h2) should not be qualified.
Open

.github-markdown h2 {
Severity: Minor
Found in doc/css/style.css by csslint

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

pre.source-code li {
Severity: Minor
Found in doc/css/style.css by csslint

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

table.files-summary .coverage-count {
Severity: Minor
Found in doc/css/style.css by csslint

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

.total-coverage-count {
Severity: Minor
Found in doc/css/style.css by csslint

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

.search-box img {
Severity: Minor
Found in doc/css/style.css by csslint

Outlines should only be modified using :focus.
Open

.search-input {
Severity: Minor
Found in doc/css/style.css by csslint

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

.import-path pre.prettyprint,
Severity: Minor
Found in doc/css/style.css by csslint

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

.manual-dot {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h1) should not be qualified.
Open

.github-markdown h1,
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h3) should not be qualified.
Open

.github-markdown h3,
Severity: Minor
Found in doc/css/style.css by csslint

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

table.params td {
Severity: Minor
Found in doc/css/style.css by csslint

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

footer, .file-footer {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h4) should not be qualified.
Open

.github-markdown h4,
Severity: Minor
Found in doc/css/style.css by csslint

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

p > code,
Severity: Minor
Found in doc/css/style.css by csslint

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

table.summary tbody td:nth-child(3) {
Severity: Minor
Found in doc/css/style.css by csslint

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

table.params {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h3) should not be qualified.
Open

.content .detail > h3 {
Severity: Minor
Found in doc/css/style.css by csslint

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

.deprecated, .experimental, .instance-docs {
Severity: Minor
Found in doc/css/style.css by csslint

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

.content {
Severity: Minor
Found in doc/css/style.css by csslint

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

.search-input-edge {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h2) should not be qualified.
Open

.github-markdown h2,
Severity: Minor
Found in doc/css/style.css by csslint

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

table.test-summary tr.test-describe .toggle {
Severity: Minor
Found in doc/css/style.css by csslint

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

.manual-toc li {
Severity: Minor
Found in doc/css/style.css by csslint

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

.kind-function {
Severity: Minor
Found in doc/css/style.css by csslint

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

.header-notice {
Severity: Minor
Found in doc/css/style.css by csslint

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

.expression-extends .prettyprint {
Severity: Minor
Found in doc/css/style.css by csslint

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

table.summary tbody td:nth-child(1) {
Severity: Minor
Found in doc/css/style.css by csslint

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

.inherited-summary .summary .toggle {
Severity: Minor
Found in doc/css/style.css by csslint

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

.esdoc-coverage-ratio {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h1) should not be qualified.
Open

.github-markdown h1 {
Severity: Minor
Found in doc/css/style.css by csslint

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

.kind-interface {
Severity: Minor
Found in doc/css/style.css by csslint

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

.esdoc-coverage-label {
Severity: Minor
Found in doc/css/style.css by csslint

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

.github-markdown h3 {
Severity: Minor
Found in doc/css/style.css by csslint

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

.github-markdown table th,
Severity: Minor
Found in doc/css/style.css by csslint

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

.github-markdown img:not([src*=".svg"]) {
Severity: Minor
Found in doc/css/style.css by csslint

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

.github-markdown table {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h3) should not be qualified.
Open

.github-markdown h3 {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h4) should not be qualified.
Open

.github-markdown h4 {
Severity: Minor
Found in doc/css/style.css by csslint

Heading (h5) should not be qualified.
Open

.github-markdown h5 {
Severity: Minor
Found in doc/css/style.css by csslint

There are no issues that match your filters.

Category
Status