[webkit-dev] Starting implementation on W3C Filter Effects

2011-09-22 Thread Dean Jackson
Dirk (known in these parts as krit) reminded me that I had not emailed webkit-dev about the plans to start an implementation of W3C's new Filter Effects specification. https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/publish/Filters.html The quick summary is that this exposes the 'filter'

Re: [webkit-dev] New feature announcement - Implement HTML5 Microdata in WebKit

2011-09-22 Thread Dean Jackson
On 23/09/2011, at 5:59 AM, Ian Hickson wrote: On Thu, 22 Sep 2011, Charles Pritchard wrote: Regardless of an ENABLE flag, be certain to use the webkit prefix. document.getItems(typeNames) turns into document.webkitGetItems(typeNames) Note that it's easy to implement this in pure

Re: [webkit-dev] Starting implementation on W3C Filter Effects

2011-09-22 Thread Dean Jackson
Hey Dirk, On 23/09/2011, at 6:24 AM, Dirk Schulze wrote: Dean, do you want to reuse the existing filter code, or do you plan to write another filter implementation just for CSS? Would be interesting if we would need to nest CSS_FILTERS and FILTERS, or if they could get enabled independent

[webkit-dev] New feature enabled - ANIMATION_API

2011-04-29 Thread Dean Jackson
It is with some reluctance that I inform this list of a new ENABLE option: ANIMATION_API. I realise we are supposed to be removing these, not adding :( Basically the feature is a scripting interface to CSS animations and potentially SMIL/SVG. It doesn't do much at the moment but will eventually

Re: [webkit-dev] webkit vs webkit 2 , svg functionality

2011-04-28 Thread Dean Jackson
Saba, It seems no one answered your question so I'll take a stab. On 24/04/2011, at 5:26 AM, Saba Taseer wrote: I am new to webkit and trying to understand its api and processes. I have been experimenting with winlaumcher and mini browser projects on windows. I tried to load an svg circle

Re: [webkit-dev] null clients of Page

2010-08-17 Thread Dean Jackson
On 16/08/2010, at 11:35 PM, Darin Fisher wrote: Wouldn't it be easier to allow null clients than to have these EmptyClient implementations? Dean I think that'd be a lot of null checks. It seems like it could add a fair bit of code throughout WebCore, and folks would have to be

Re: [webkit-dev] DeviceOrientation/Motion on Document rather than Page

2010-08-17 Thread Dean Jackson
be a single object - but that is another discussion. If it wasn't on Document, what do you suggest otherwise? DOMWindow? Putting it on Frame but tying it to Document seems less than perfect. Dean -eric On Mon, Aug 16, 2010 at 11:43 PM, Dean Jackson d...@apple.com wrote: Hi, I've been

Re: [webkit-dev] DeviceOrientation/Motion on Document rather than Page

2010-08-17 Thread Dean Jackson
Document better. It is HUGE. Seeing as you are discussing similar topics on IRC with EricC, maybe now is the time to bring it up. Dean Carry on. -eric On Tue, Aug 17, 2010 at 8:50 AM, Dean Jackson d...@apple.com wrote: On 17/08/2010, at 12:22 AM, Maciej Stachowiak wrote: On Aug 16

[webkit-dev] DeviceOrientation/Motion on Document rather than Page

2010-08-16 Thread Dean Jackson
Hi, I've been looking into implementing the clients for DeviceOrientation/Motion Events. Currently, the controllers for these events are members of Page. I think they are better suited on Document. Here are a few reasons: - Page isn't tied to any actual web page or document. Would we want to

Re: [webkit-dev] Support for SVG preserveAspectRatio in img

2010-02-02 Thread Dean Jackson
Hi Leif, Yes, this is a bug. Please file it, thanks! Dean On 02/02/2010, at 8:17 AM, Leif Arne Storset wrote: Hello, While doing some SVG-related work over here I discovered that WebKit's rendering of SVG in img tags differs from Opera's. Since WebKit and Opera to my knowledge are the

Re: [webkit-dev] support for svg handler element

2010-01-14 Thread Dean Jackson
On 10/01/2010, at 1:27 AM, nagarjuna atluri wrote: Hai all, Is handler element for svg supported in webkit.. can anyone help me out.. If you're talking about the XML Events handler element that is mentioned in SVG 1.2, then the answer is no - it isn't supported. Dean

Re: [webkit-dev] CSS Animations and SVG

2009-02-26 Thread Dean Jackson
On 27/02/2009, at 2:57 AM, Harry Underwood wrote: Do the CSS Animations, Transitions, Transforms and Transforms 3D modules that are being proposed by Apple and currently included in WebKit inclusive of the SVG spec, or is it exclusive to interaction with xHTML as far as stylesheet-markup

<    1   2