Re: [shadow-dom] ::before/after on shadow hosts

2015-06-30 Thread Erik Isaksen
#2 for sure On Tue, Jun 30, 2015, 4:52 PM Tab Atkins Jr. wrote: > I was recently pointed to this StackOverflow thread > < > http://stackoverflow.com/questions/31094454/does-the-shadow-dom-replace-before-and-after/ > > > which asks what happens to ::before and ::after on shadow hosts, as > it's n

Re: Custom Elements: is=""

2015-06-15 Thread Erik Isaksen
ss-forms/ > > Will leaving is= (or whatever we call it) in situ create backward > compatibility problems later on if/when it changes? > > That aside, concentrating efforts on styling native HTML elements makes a > lot of sense. > > > Léonie > > -- > L

Re: Permissions API vs local APIs

2015-05-06 Thread Erik Isaksen
place to check with a single consistent style seems like the right > way to go. > > -- > Mike West >, @mikewest > > Google Germany GmbH, Dienerstrasse 12, 80331 München, > Germany, Registergericht und -nummer: Hamburg, HRB 86891, Sitz der > Gesellschaft: Hamburg, Ge

Re: JSON imports?

2015-04-24 Thread Erik Isaksen
Would be nice to have this. We only have imperative ways to grab JSON (that is verified as JSON) . This would give a built in way to grab JSON data. I do agree with Wilson that we can do this with custom elements but I think this is much more suited to be a native element or extension of script. m