Re: [clipboard events] Pasting scenarios and the shape of clipboardData.getData(‘text/html’) return value

2014-04-01 Thread Hallvord R. M. Steen
>> How hard do you think this is to implement? > Thanks for the code sample and thoughts! I'll run it by a few more > developers to get deeper insight and get back to you. Great! Note that the code samples are just to get us started thinking about the issues we'll have to tackle if we're going t

RE: [clipboard events] Pasting scenarios and the shape of clipboardData.getData(‘text/html’) return value

2014-04-01 Thread Ben Peters
>> One possibility would be to do something similar to Firefox, but also >> include a text/css clipboard item, which contains styles relevant to >> what is copied >This seems like an excellent idea! I'm not sure how hard it is to implement, >but it might be doable without too much effort. Some

[Bug 25223] New: IDB exposes GC behavior

2014-04-01 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25223 Bug ID: 25223 Summary: IDB exposes GC behavior Product: WebAppsWG Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Pri

RE: [Custom Elements] attributeChanged not sufficient?

2014-04-01 Thread Travis Leithead
As a point of information, IE supports an "elementresize" event in order to support this scenario. It's not great because it puts a lot of implementation requirements on our layout engine, but it's one potential approach to addressing this scenario. (Note, the event is prefixed in our implement