crcastle/collaborative-code-conference

View on GitHub

Showing 101 of 101 total issues

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

#conf {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#remote-media-wrapper {
Severity: Minor
Found in src/client/index.css by csslint

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

#remote-media-wrapper {
Severity: Minor
Found in src/client/index.css by csslint

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

.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
Severity: Minor
Found in src/client/codemirror.css by csslint

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

.CodeMirror-gutter {
Severity: Minor
Found in src/client/codemirror.css by csslint

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

height: 100%;
Severity: Minor
Found in src/client/codemirror.css by csslint

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

.CodeMirror-gutter-elt {
Severity: Minor
Found in src/client/codemirror.css by csslint

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

#local-media video, #remote-media video {
Severity: Minor
Found in src/client/index.css by csslint

Do not use 'new' for side effects.
Open

new bsn.Button(e.target, 'reset');
Severity: Minor
Found in src/client/gister.js by eslint

Unexpected alert.
Open

alert('Your browser does not support WebRTC, which is required for video and audio.\n\n'
Severity: Minor
Found in src/client/webrtc.js by eslint

Rule is empty.
Open

.CodeMirror-overwrite .CodeMirror-cursor {}
Severity: Minor
Found in src/client/codemirror.css by csslint

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

.CodeMirror-gutters {
Severity: Minor
Found in src/client/codemirror.css by csslint

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

.CodeMirror-gutter-wrapper {
Severity: Minor
Found in src/client/codemirror.css by csslint

Use of !important
Open

background: none !important;
Severity: Minor
Found in src/client/codemirror.css by csslint

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

-webkit-user-select: none;
Severity: Minor
Found in src/client/codemirror.css by csslint

Don't use IDs in selectors.
Open

#local-media, #local-media video {
Severity: Minor
Found in src/client/index.css by csslint

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

.CodeMirror-gutters {
Severity: Minor
Found in src/client/codemirror.css by csslint

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

.cm-fat-cursor .CodeMirror-cursor {
Severity: Minor
Found in src/client/codemirror.css by csslint

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

.CodeMirror-scrollbar-filler {
Severity: Minor
Found in src/client/codemirror.css by csslint

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

.CodeMirror pre {
Severity: Minor
Found in src/client/codemirror.css by csslint
Severity
Category
Status
Source
Language