NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 1025 - Text-field content trimmed
Text-field content trimmed
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: XML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-03-19 21:20 CET by Andy R
Modified: 2015-03-19 21:20 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy R 2015-03-19 21:20:47 CET
Web-based validation, preset: XHTML5 + SVG 1.1 + MATHML 3.0, inputmode: text field.
In case of well-formedness error, the returned textbox content in the report page is trimmed at an arbitrary point after the first error.

E.g. entering:
<!DOCTYPE html>
<html lang=en>
<head>
<title>Test</title>
</head>
<body>
<p lang=it></p>
</body>
</html>
(unquoted values on purpose)

Return page textbox content:
<!DOCTYPE html>
<html lang=en>
<head>
<title>Test</title>