DescriptionWe've been rewriting attributes with no specified value to themselves:
<div foo>bar</div>
currently has the same semantics as
<div foo="foo">bar</div>
However, this is wrong according to the spec:
http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#after-attribute-name-state
and current browser behavior.
Fixes http://code.google.com/p/google-caja/issues/detail?id=1602 .
Patch Set 1 #MessagesTotal messages: 8
|