- From: <bugzilla@jessica.w3.org>
- Date: Sat, 13 Oct 2012 15:15:04 +0000
- To: www-validator-cvs@w3.org
- Message-ID: <bug-19524-169@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19524
Priority: P2
Bug ID: 19524
Assignee: dave.null@w3.org
Summary: Validator.w3.org flagging required characters within
URL's
QA Contact: www-validator-cvs@w3.org
Severity: normal
Classification: Unclassified
OS: Windows NT
Reporter: paulandrewanderson@live.com
Hardware: PC
Status: NEW
Version: HEAD
Component: check
Product: Validator
There are many characters within URLs (& = etc.) that cannot altered, encoded
or eliminated. It would be a staggering effort to encode every ampersand within
every URL on the web.
Line 128, Column 110: general entity "m" not defined and no default entity
…/B0082PM7QA/ref=tmm_kin_title_0?ie=UTF8&m=AG56TWVU5XWC2" title="Amazon
eBooks">
✉
This is usually a cascading error caused by a an undefined entity reference or
use of an unencoded ampersand (&) in an URL or body text. See the previous
message for further details.
Line 128, Column 111: reference not terminated by REFC delimiter
…/B0082PM7QA/ref=tmm_kin_title_0?ie=UTF8&m=AG56TWVU5XWC2" title="Amazon
eBooks">
✉
If you meant to include an entity that starts with "&", then you should
terminate it with ";". Another reason for this error message is that you
inadvertently created an entity by failing to escape an "&" character just
before this text.
Line 128, Column 111: reference to external entity in attribute value
…/B0082PM7QA/ref=tmm_kin_title_0?ie=UTF8&m=AG56TWVU5XWC2" title="Amazon
eBooks">
✉
This is generally the sign of an ampersand that was not properly escaped for
inclusion in an attribute, in a href for example. You will need to escape all
instances of '&' into '&'.
Line 128, Column 111: reference to entity "m" for which no system identifier
could be generated
…/B0082PM7QA/ref=tmm_kin_title_0?ie=UTF8&m=AG56TWVU5XWC2" title="Amazon
eBooks">
✉
This is usually a cascading error caused by a an undefined entity reference or
use of an unencoded ampersand (&) in an URL or body text. See the previous
message for further details.
Line 128, Column 109: entity was defined here
…/B0082PM7QA/ref=tmm_kin_title_0?ie=UTF8&m=AG56TWVU5XWC2" title="Amazon
eBooks">
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Saturday, 13 October 2012 15:15:05 UTC