Content deleted Content added
-2.11 |
-2.12 |
||
Line 1:
/// User:PerfektesChaos/js/lintHint/d.js
// Show LintErrors analysis live
/// 2017-
// ResourceLoader: compatible;
// dependencies: user, mw.API
Line 17:
( function ( mw, $ ) {
"use strict";
var Version = -2.
Signature = "lintHint",
HINT = { doc: "en:User:PerfektesChaos/js/" + Signature,
Line 25:
"html5-misnesting",
"ignored-table-attr",
"misc-tidy-replacement-issues",
"misnested-tag",
"missing-end-tag",
Line 30 ⟶ 31:
"mixed-content",
"multi-colon-escape",
"multiline-html-table-in-list",
"multiple-unclosed-formatting-tags",
"obsolete-tag",
"pwrap-bug-workaround",
Line 35 ⟶ 38:
"stripped-tag",
"tidy-font-bug",
"tidy-whitespace-bug"
"unclosed-quotes-in-heading" ],
idRev: 0,
last: true,
|