[whatwg] input element's value should not be sanitized during parsing

On 9/21/10 5:09 AM, James Graham wrote:
> It is described as a single step in the spec, which I take to imply that
> it should behave as a single operation from the point of view of the
> rest of the spec.

That doesn't work if your parser and DOM aren't very very _very_ tightly 
coupled, since there are no DOM APIs to "atomically" set a bunch of 
attributes.

So yes, if the spec implies that this is what's supposed to happen here 
then it needs to be _very_ explicit about that.

-Boris

Received on Tuesday, 21 September 2010 09:13:10 UTC