Bugzilla – Bug 1025
Text-field content trimmed
Last modified: 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>