[whatwg] Should UA start dragging if [draggable] attr was set after mousedown?

2013-09-07 Thread Даниил Костин
Hello. I am web developer. I contribute to the ACE (ace.ajax.org) project (web-based code editor). I faced with the issue that IE does not start dragging element if it's [draggable] attribute was set with some delay after mousedown event: element.draggable = false; element.onmousedown =

Re: [whatwg] Parse errors for invalid characters

2013-09-07 Thread Geoffrey Sneddon
On 06/09/2013 04:05, Kang-Hao (Kenny) Lu wrote: (2013/09/06 6:08), Geoffrey Sneddon wrote: The phrasing content section states: Text nodes and attribute values must consist of Unicode characters, must not contain U+ characters, must not contain permanently undefined Unicode characters

Re: [whatwg] Proposal: Adding methods like getElementById and getElementsByTagName to DocumentFragments

2013-09-07 Thread Simon Pieters
On Fri, 06 Sep 2013 16:42:47 +0200, Boris Zbarsky bzbar...@mit.edu wrote: On 9/6/13 8:20 AM, Simon Pieters wrote: So the use case is getting an element by id with an untrusted id as input, in an element or document fragment as opposed to the document? Or getting elements by tag name in a