On Thu, Aug 30, 2012 at 2:18 PM, Jonas Sicking <jo...@sicking.cc> wrote:
> 1. We make sure to set all element attributes before inserting the
> element into the DOM. This to avoid sending notifications for
> attribute modifications. The element is inserted with the right set of
> attributes from the get-go.

That's not possible for e.g. <body>:

x<script>alert(document.body.id)</script><body id=test>


-- 
http://annevankesteren.nl/

Reply via email to