Sleds/jmeter/admin-page.txt

53 lines
3.2 KiB
Plaintext

line 203 column 93 - Warning: trimming empty <div>
line 212 column 1 - Warning: unknown attribute "data-alert"
line 233 column 138 - Warning: trimming empty <div>
line 235 column 90 - Warning: unknown attribute "data-abide"
line 235 column 90 - Warning: <form> lacks "action" attribute
line 235 column 107 - Warning: unknown attribute "required"
line 235 column 107 - Warning: unknown attribute "autocomplete"
line 243 column 27 - Warning: <a> escaping malformed URI reference
line 257 column 9 - Warning: unknown attribute "data-reveal"
line 296 column 12 - Warning: missing </a> before <p>
line 297 column 7 - Warning: discarding unexpected </a>
line 300 column 74 - Warning: Warning: unescaped & or unknown entity "&mt"
line 302 column 14 - Warning: missing </a> before <p>
line 303 column 13 - Warning: discarding unexpected </a>
line 306 column 82 - Warning: Warning: unescaped & or unknown entity "&hl"
line 308 column 12 - Warning: missing </a> before <p>
line 309 column 7 - Warning: discarding unexpected </a>
line 314 column 18 - Warning: missing </a> before <p>
line 315 column 8 - Warning: discarding unexpected </a>
line 331 column 1 - Warning: <script> lacks "type" attribute
InputStream: Doctype given is ""
InputStream: Document content looks like HTML 4.01 Transitional
20 warnings, no errors were found!
It is unlikely that vendor-specific, system-dependent encodings
work widely enough on the World Wide Web; you should avoid using the
specified character encoding, instead you are recommended to
use named entities, e.g. &trade;.
Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML;
even if they were, they would likely be unprintable control characters.
Tidy assumed you wanted to refer to a character with the same byte value in the
specified encoding and replaced that reference with the Unicode equivalent.
Character codes for UTF-8 must be in the range: U+0000 to U+10FFFF.
The definition of UTF-8 in Annex D of ISO/IEC 10646-1:2000 also
allows for the use of five- and six-byte sequences to encode
characters that are outside the range of the Unicode character set;
those five- and six-byte sequences are illegal for the use of
UTF-8 as a transformation of Unicode characters. ISO/IEC 10646
does not allow mapping of unpaired surrogates, nor U+FFFE and U+FFFF
(but it does allow other noncharacters). For more information please refer to
http://www.unicode.org/unicode and http://www.cl.cam.ac.uk/~mgk25/unicode.html
Character codes for UTF-16 must be in the range: U+0000 to U+10FFFF.
The definition of UTF-16 in Annex C of ISO/IEC 10646-1:2000 does not allow the
mapping of unpaired surrogates. For more information please refer to
http://www.unicode.org/unicode and http://www.cl.cam.ac.uk/~mgk25/unicode.html
URIs must be properly escaped, they must not contain unescaped
characters below U+0021 including the space character and not
above U+007E. Tidy escapes the URI for you as recommended by
HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents
use another algorithm to escape such URIs and some server-sided
scripts depend on that. If you want to depend on that, you must
escape the URI by your own. For more information please refer to
http://www.w3.org/International/O-URL-and-ident.html