This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24128 - & in href attribute should be allowed
Summary: & in href attribute should be allowed
Status: NEW
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: HEAD
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-17 19:18 UTC by bill.sherif
Modified: 2013-12-17 19:18 UTC (History)
0 users

See Also:


Attachments

Description bill.sherif 2013-12-17 19:18:37 UTC
HTML elements like

<a href="https://example.com?mt=8&uo=4">text</a>

should not raise an error, if the hyperlinked query string needs an argument, then why would that be invalid?