[Shadow DOM] Shadown DOM and Regions CSSOM

2012-06-21 Thread Andrei Bucur
Hello, This is a cross-post from the www-style discussion list in case anyone is interested about this subject: Currently the CSS Regions spec doesn't mention what happens with regions that are part of a shadow tree. The NamedFlow interface exposes the getRegions API that "returns the sequence of

[WebIDL] A new way to define UnionTypes

2012-08-29 Thread Andrei Bucur
Hi! I was wondering if it would make sense to use supplemental interfaces as a way to generate union types, like in this example: X implements S Y implements S Z implements S interface someInterface { NewSyntaxGeneratingUnionTypeFrom(S) someMethod(); } The example assumes the user agent

RE: [WebIDL] A new way to define UnionTypes

2012-08-29 Thread Andrei Bucur
> It's not impossible in IDL. In fact, it's remarkably easy to define in IDL. > We > just don't want to implement multi-inheritance in WebKit because it's slow. > However, I don't see how Andrei's proposal makes the implementation any > more efficient. > The proposal tries to reduce the issue t

Re: Scheduling multiple types of end-of-(micro)task work

2012-10-19 Thread Andrei Bucur
Hello, I agree using micro-tasks for the "regionLayoutUpdate" event is not a very good option and we should respecify the event behaviour. One idea that comes in my mind is to specialize the "regionLayoutEvent" into something more measurable (basically, having a better answer to what are the c

[css-regions] Fwd: Scheduling multiple types of end-of-(micro)task work

2012-11-15 Thread Andrei Bucur
he "resize" event. The reason is to allow smooth updates of the layout when the user resizes the browser window. Thoughts? Thanks, Andrei. Begin forwarded message: > From: Andrei Bucur > Subject: Re: Scheduling multiple types of end-of-(micro)task work > Date: October 19, 2

Re: [shadow-dom] Counters and list item counting

2013-03-07 Thread Andrei Bucur
Hello, I want to clarify a certain situation: A X Y C How is this case supposed to be rendered? 1. A 2. 1. X 2. Y 3. C or 1. A 2,3. X 4. Y 5. C Basically, do we want the shadow root to become the counting root for t

Re: [shadow-dom] Counters and list item counting

2013-03-11 Thread Andrei Bucur
A kind reminder this question still requires an answer. I'd like to know if it's OK to implement lists to act as shown in the first rendering of the example (i.e counting doesn't cross upper-boundary encapsulation). Thanks, Andrei. On Mar 7, 2013, at 11:43 AM, Andrei Bucur

RE: [shadow-dom] Counters and list item counting

2013-03-14 Thread Andrei Bucur
Thanks for diving into the conversation Tab! I guess I just need to wait for Elliott to confirm shadow roots create counter scopes. Andrei. From: Tab Atkins Jr. [jackalm...@gmail.com] Sent: Monday, March 11, 2013 12:53 PM To: Andrei Bucur Cc: Elliott