| 11:50 | <jkt_> | Hi, I thought I would ask my dumb questions here rather than pestering Anne directly. In Firefox we had a concept of inheriting the Principal and I wondered where it was in the HTML/fetch standard |
| 11:51 | <jkt_> | Aka where an origin would come from a parent in certain situations. javascript: iframes inherit unless they have an opaque sandbox origin. |
| 11:51 | <annevk> | jkt_: https://html.spec.whatwg.org/#determining-the-origin is an attempt |
| 11:51 | <annevk> | jkt_: https://github.com/whatwg/html/issues/4926 is what would be ideal |
| 11:52 | <annevk> | (not dumb btw and I don't mind) |
| 11:52 | <jkt_> | :) |
| 11:52 | <jkt_> | Ah the PR certainly makes the concept cleaner |
| 11:55 | <jkt_> | s/pr/issue/ |
| 12:00 | <jkt_> | Yeah I think that's probably the issue I'm having with Servo is this isn't utilised properly |
| 12:10 | <jkt_> | Ah yeah it seems like the places in the spec that call into this part are what I was after. Like passing null when creating a new document. |