12:13 | <freddy> | How do I check / ensure that a concept in the HTML spec is exported? I'm looking for a template element's content. I see that there exists <dfn>template contents</dfn> . Do I want to supply a patch that adds an id= attribute here? |
13:12 | <annevk> | freddy: you want to make that <dfn for="HTMLTemplateElement" export>, ID should be generated already |
13:16 | <freddy> | Do these editorial things need an issue or would a pull request suffice? :) |
15:18 | <sefeng> |
|
15:21 | <sefeng> | Element Timing API spec has this ^, the timing-allow-check correctly covers loading a cross origin image case I believe, but I don't think it covers make renderTime 0 if there are cross origin redirects, regardless the timing-allow-origin header ? |
15:21 | <sefeng> | Yoav Weiss: ^ |
15:22 | <sefeng> | Here's the test case https://github.com/web-platform-tests/wpt/blob/master/largest-contentful-paint/multiple-redirects-TAO.html#L19 |
15:26 | <Yoav Weiss> | Hmm.. I'm almost out for the week, but I'll get back to you |
15:28 | <sefeng> | no worries, I can always file a github issue |
15:32 | <annevk> | freddy: PR is fine |
16:46 | <sefeng> | Yoav Weiss: could be I interpreted the test wrong, still looking |