| 00:02 | <Domenic> | Was wondering how to handle that. |
| 00:04 | <Domenic> | It looks like caniuse is very responsive to PRs but not very responsive to bugs. Maybe we should be more proactive about adding entries. |
| 13:24 | <annevk> | "The semantic web project failed because it didn't have the most influence, even if it was the better idea." |
| 13:24 | <annevk> | This URL issue is really going places |
| 13:54 | <nox> | XRI? Didn't know that one. |
| 14:22 | <nox> | annevk: All these emojis on that ticket. |
| 14:22 | nox | shakes head. |
| 19:01 | <timwis> | Hey folks, I'm learning about web components (without polymer). I'd like to use something like <x-profile name="tim"> and access the name attribute from within the <template> that's put into its shadowdom. Any idea how to access attributes from within the template? |
| 19:38 | <annevk> | timwis: shadowRoot.host.getAttribute()? |
| 19:56 | <timwis> | annevk: looks like shadowRoot is not defined |
| 19:56 | <timwis> | http://codepen.io/timwis/pen/mPgozd?editors=1011 |
| 19:57 | <annevk> | timwis: that's not a global |
| 19:58 | <annevk> | timwis: you'll have to get there from some node in the shadow tree |