nus-mtp/attack-on-tutor

View on GitHub

Showing 111 of 111 total issues

Expected (auto | optimizeSpeed | optimizeQuality) but found '-o-crisp-edges'.
Open

    image-rendering: -o-crisp-edges;            /* Opera                          */
Severity: Minor
Found in public/css/navigationbar.css by csslint

Expected (auto | optimizeSpeed | optimizeQuality) but found 'optimize-contrast'.
Open

    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
Severity: Minor
Found in public/css/navigationbar.css by csslint

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

li a {
Severity: Minor
Found in public/css/navigationbar.css by csslint

Outlines should only be modified using :focus.
Open

.centralise {
Severity: Minor
Found in public/css/error.css by csslint

Don't use IDs in selectors.
Open

#welcomeText {
Severity: Minor
Found in public/css/index.css by csslint

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

body {
Severity: Minor
Found in public/css/lobby.css by csslint

Don't use IDs in selectors.
Open

ul#header {
Severity: Minor
Found in public/css/navigationbar.css by csslint

Element (ul#header) is overqualified, just use #header without element name.
Open

ul#header {
Severity: Minor
Found in public/css/navigationbar.css by csslint

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

    background-color:rgba(0, 0, 0, 0.4);
Severity: Minor
Found in public/css/navigationbar.css by csslint

The property -epub-word-break is compatible with -ms-word-break and should be included as well.
Open

    -ms-word-break: break-all; 
Severity: Minor
Found in public/css/lobby.css by csslint

Expected (normal | keep-all | break-all) but found 'break-word'.
Open

    word-break: break-word; 
Severity: Minor
Found in public/css/lobby.css by csslint

Expected (auto | optimizeSpeed | optimizeQuality) but found '-moz-crisp-edges'.
Open

    image-rendering: -moz-crisp-edges;          /* Firefox                        */
Severity: Minor
Found in public/css/navigationbar.css by csslint

Don't use IDs in selectors.
Open

#titleContainer {
Severity: Minor
Found in public/css/index.css by csslint

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

#hiddenText {
Severity: Minor
Found in public/css/index.css by csslint

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

.centralise {
Severity: Minor
Found in public/css/index.css by csslint

The property -epub-hyphens is compatible with -moz-hyphens and should be included as well.
Open

    -moz-hyphens: auto; 
Severity: Minor
Found in public/css/lobby.css by csslint

Adjoining classes: .open > .dropdown-toggle.btn
Open

.btn:hover, .btn:focus, .btn:active, .btn.active, .open > .dropdown-toggle.btn {
Severity: Minor
Found in public/css/navigationbar.css by csslint

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

    background-color:rgba(242, 84, 84, 0.4);
Severity: Minor
Found in public/css/lobby.css by csslint

Don't use IDs in selectors.
Open

#logout {
Severity: Minor
Found in public/css/navigationbar.css by csslint

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

.explanation-area {
Severity: Minor
Found in public/css/lobby.css by csslint
Severity
Category
Status
Source
Language