- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Mon, 25 May 2015 11:40:29 -0400
- To: public-html@w3.org
On 5/25/15 4:29 AM, Philip Jägenstedt wrote: > I'm not quite following, how are you setting the attribute name (not > value) to "[foo]"? data:text/html,<div [foo]=bar> or equivalent with the innerHTML setter. Once such an attribute is created by the parser, it can currently be cloned and set on other elements via Attr APIs, right? And such an attribute cannot be created via setAttribute/setAttributeNS. -Boris
Received on Monday, 25 May 2015 15:40:59 UTC