[webcomponents] HTML Imports

2013-10-06 Thread Angelina Fabbro
So, Anne just reopened this bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22305 To bring in the discussion here and provide some context, a bunch of us got together at the Mozilla Summit in Brussels to discuss the current state of web components so that we could figure out what platform

Re: [webcomponents]: de-duping in HTMLImports

2013-04-11 Thread Angelina Fabbro
I don't believe it's *needed* exactly, but we imagined somebody wanting to import HTML, use it destructively, then import it again. That does sound totally crazy. Can you give an example as to what someone might want to do with this? Maybe it's not totally crazy and I'm just not being creative

Re: [webcomponents]: Scope of link rel=components, was: Naming the Baby

2013-04-03 Thread Angelina Fabbro
I was having a conversation with someone about this topic offline. Given the legitimacy of: link rel=import href=/imports/heart.html link rel=stylesheet href=/stylesheets/style.css The person felt they should be able / wants to be able to: link rel=script href=/js/script.js I didn't have a

Re: [webcomponents]: Naming the Baby

2013-03-27 Thread Angelina Fabbro
should be HTML links. On Wed, Mar 27, 2013 at 10:20 AM, Angelina Fabbro angelinafab...@gmail.com wrote: Just going to drop this in here for discussion. Let's try and get at what a just a component 'is': A gold-standard component: 1. Should do one thing well 2. Should contain all

Re: [webcomponents]: Naming the Baby

2013-03-26 Thread Angelina Fabbro
'Component Include' 'Component Include' describes what the markup is doing, and I like that a lot. The syntax is similar to including a stylesheet or a script and so this name should be evocative enough for even a novice to understand what is implied by it. - Angelina On Tue, Mar 26, 2013 at

Re: Feedback and questions on shadow DOM and web components

2012-11-13 Thread Angelina Fabbro
Angelina here again - Good to know I can style the shadow DOM hosts this way. Good for styling elements that are specifically affected by the shadow DOM magic. I can see that being important. So: style @host { *[is=news] {

Re: Feedback and questions on shadow DOM and web components

2012-11-13 Thread Angelina Fabbro
No problem! I'm just poking away at this trying to learn more. No rush by any means.

Re: Feedback and questions on shadow DOM and web components

2012-11-13 Thread Angelina Fabbro
...@gmail.com wrote: Brian Kardell :: @bkardell :: hitchjs.com On Nov 13, 2012 9:34 AM, Angelina Fabbro angelinafab...@gmail.com wrote: Hello public-webapps, I'm Angelina, and I've been very interested in shadow DOM and web components for some time now. So much so that I've tried to teach

Re: Feedback and questions on shadow DOM and web components

2012-11-13 Thread Angelina Fabbro
attribute selector (*[is=news]) and they all work, but no other rules do. On Tue, Nov 13, 2012 at 7:29 PM, Mike Taylor mi...@opera.com wrote: On 11/13/12 6:23 PM, Angelina Fabbro wrote: Good to know I can style the shadow DOM hosts this way. The message you're replying to never made