01:15
<michaelp_>
I'm having a bit of trouble understanding the entirety of CORS.
01:15
<michaelp_>
If i specify Access-Control-Allow-Origin header does it stop me requesting to myself, or does it simply add an allowance to request externally at the specified domain?
01:16
<michaelp_>
ie: If my browser is on michaelp.com and i specify Access-Control-Allow-Origin: michaelp.io can I still make XHR request against michaelp.com?
01:16
<MikeSmith>
michaelp_: yes
01:17
<MikeSmith>
it has no effect on same-origin requests
01:20
<michaelp_>
awesome, thanks!
08:33
<annevk>
I filed https://github.com/whatwg/html/issues/955 on moving robots.jpeg
11:06
<annevk>
Domenic: I reviewed the DOM bits
12:09
<annevk>
philipj: FWIW, if you could confirm in https://www.w3.org/Bugs/Public/show_bug.cgi?id=28001 that that's what you had in mind that'd be great
13:57
<annevk>
smaug____: I commented out query/queryAll/Elements for now
13:57
<annevk>
smaug____: btw, if you could go through https://github.com/w3c/webcomponents/issues?q=is%3Aissue+is%3Aopen+label%3A%22needs+consensus%22 that'd be great
13:58
<smaug____>
thanks
13:58
<smaug____>
11 open, only
13:58
<smaug____>
surprising
13:58
<smaug____>
time to file some more :)
13:58
<annevk>
smaug____: 11 that need consensus :-)
13:59
<smaug____>
oh, that label
13:59
<annevk>
there's a bunch more with a plan of sorts
13:59
<annevk>
that just need fixing
16:46
<annevk>
mathiasbynens: so I don't think the regexp would need to account for TLD-specific restrictions
16:46
<annevk>
mathiasbynens: if we had to do that EAI would be impossible to validate
16:47
<annevk>
mathiasbynens: also, TLS-specific restrictions can't really apply to all labels in a domain, since you can just do whatever with subdomains
18:03
<smaug____>
anyone have contacts to Polymer team?
18:03
<smaug____>
or anyone from Polymer here?