зеркало из https://github.com/mozilla/gecko-dev.git
bug 263083: view-source now shows tokenizer-level errors, I forgot to check this in earlier. r=rbs sr=dmose
This commit is contained in:
Родитель
12e3bc78bd
Коммит
a90d8757f4
|
@ -109,3 +109,10 @@ pre {
|
|||
color: steelblue;
|
||||
font-style: italic;
|
||||
}
|
||||
.error, .error > .start-tag, .error > .end-tag,
|
||||
.error > .comment, .error > .cdata, .error > .doctype,
|
||||
.error > .pi, .error > .entity, .error > .attribute-name,
|
||||
.error > .attribute-value {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -109,3 +109,10 @@ pre {
|
|||
color: steelblue;
|
||||
font-style: italic;
|
||||
}
|
||||
.error, .error > .start-tag, .error > .end-tag,
|
||||
.error > .comment, .error > .cdata, .error > .doctype,
|
||||
.error > .pi, .error > .entity, .error > .attribute-name,
|
||||
.error > .attribute-value {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче