NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 506 - Add "probably cause" for EOF in attribute value
Add "probably cause" for EOF in attribute value
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 enhancement
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-07 11:14 CEST by Simon Pieters
Modified: 2015-04-01 09:28 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Pieters 2009-05-07 11:14:04 CEST
Compare

<!doctype html>
<title></title>
<p title="foo>test</p>
<p title="foo">test</p>

and

<!doctype html>
<title></title>
<p title="foo>test</p>

The former includes "probable cause" text but the latter does not. Would be useful if it did.