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 27148 - "After attribute value (quoted) state" is pointless
Summary: "After attribute value (quoted) state" is pointless
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: https://html.spec.whatwg.org/#after-a...
Whiteboard:
Keywords:
: 27149 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-10-23 22:35 UTC by contributor
Modified: 2014-10-27 20:37 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-10-23 22:35:23 UTC
Specification: https://html.spec.whatwg.org/
Multipage: https://html.spec.whatwg.org/multipage/#after-attribute-value-(quoted)-state
Complete: https://html.spec.whatwg.org/#after-attribute-value-(quoted)-state
Referrer: 

Comment:
"After attribute value (quoted) state" is pointless

The "After attribute value (quoted) state" state is pointless. We should just
switch to "before attribute name".

Posted from: 216.239.45.79 by ian@hixie.ch
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2194.2 Safari/537.36
Comment 1 Michael[tm] Smith 2014-10-24 02:19:43 UTC
*** Bug 27149 has been marked as a duplicate of this bug. ***
Comment 2 Simon Pieters 2014-10-27 17:42:48 UTC
It's not pointless. It gives a parse error for <a foo=""bar="">.
Comment 3 Ian 'Hixie' Hickson 2014-10-27 20:37:03 UTC
Ah, yeah, I missed the parser error in the Anything Else clause. My bad.