| 07:36 | <annevk> | Oh yay, Microsoft fixed a pathname issue I filed a year and a bit ago: https://connect.microsoft.com/IE/feedback/details/1002846/pathname-incorrect-for-out-of-document-elements |
| 10:44 | <nox> | MathML ded? |
| 10:44 | <nox> | annevk: What's blocking my Unenumerable PR? |
| 10:45 | <annevk> | nox: I don't know, ask those responsible? |
| 10:46 | <nox> | annevk: Oh right, sorry. |
| 10:54 | <nox> | annevk: Where is the IDL for classList? |
| 10:54 | <annevk> | DOM |
| 10:55 | <nox> | Oh. |
| 10:55 | <annevk> | class="" is a superglobal attribute |
| 10:56 | <annevk> | like id="", and it seems soonish, slot="" |
| 10:56 | <nox> | Ok. |
| 10:56 | <nox> | annevk: slot is for Web Components, right? |
| 10:57 | <annevk> | Shadow DOM |
| 12:24 | <glazou> | zcorpan: ping |
| 12:24 | <zcorpan> | glazou: pong |
| 12:24 | <glazou> | zcorpan: I have a PR to submit on dom but I can't, do you need to allow me there? |
| 12:25 | <zcorpan> | glazou: anyone should be able to do a PR. have you created a fork? |
| 12:25 | <glazou> | zcorpan: ah ok fork-based ; nm then |
| 12:25 | <zcorpan> | ok :-) |
| 13:03 | glazou | waves at darobin |
| 13:37 | <zcorpan> | MikeSmith: <http://www.w3.org/mid/56C89957.90709⊙gd> |
| 13:46 | <JakeA> | Domenic: how would Promise.resolve(p) work with cancellable promises? Would it be: return new Promise((resolve, reject, cancel) => p.then(resolve, reject, cancel))? |
| 13:46 | <JakeA> | In which case it would break if the 3rd param was used for progress |
| 13:47 | <glazou> | zcorpan: https://github.com/whatwg/dom/pull/173 |
| 13:52 | <zcorpan> | glazou: i'll let annevk review. i *think* it's intentional to not invoke those algorithms there, but it could be clearer |
| 13:53 | <glazou> | zcorpan: my problem is that without links, I don't know if the intent is to call the algos or perform directly the action |
| 13:54 | <zcorpan> | right |
| 13:54 | <glazou> | I'll add that comment to the PR |
| 13:54 | <annevk> | glazou: any suggestions? The intention is to directly perform the action |
| 13:54 | <glazou> | annevk: oh! |
| 13:54 | <glazou> | annevk: let me think a second |
| 13:55 | <glazou> | annevk: use a prose that is different from the algo's |
| 13:55 | <glazou> | here the problem is that it's exactly the same |
| 13:55 | <glazou> | "insert a node in a parent before a child" |
| 13:56 | <glazou> | maybe say "insert node in the list of children of parent at a position right before child's" |
| 13:56 | <glazou> | ? |
| 13:56 | <annevk> | Because if that was the insert algo, we'd have an infinite loop |
| 13:56 | <glazou> | yep |
| 13:57 | <glazou> | ok, the PR is invalid then, closing ; but a clarification is probably still needed |
| 13:57 | <zcorpan> | http://www.thesaurus.com/browse/insert |
| 13:57 | <annevk> | Maybe the easiest would be to just add a note that this is the actual lowest possible insert operation |
| 13:57 | <annevk> | iirc there's only one instance of that operation in the entire spec |
| 13:57 | <annevk> | same for remove |
| 13:58 | <glazou> | right, the a spec has to be self-standing, and that "insert" is meaningless because undefined |
| 13:58 | <glazou> | s/the a/but a |
| 13:58 | <glazou> | and it's also too similar to the algo's prose |
| 13:59 | <annevk> | perhaps the answer here is to give https://dom.spec.whatwg.org/#trees a primitive "insert" and "remove" and use that |
| 13:59 | <glazou> | yes, I was coming to that conclusion too |
| 13:59 | <annevk> | I like it |
| 13:59 | <glazou> | but that requires describing precisely what it does |
| 13:59 | <annevk> | yeah |
| 14:00 | <annevk> | happy to take PRs or a new issue, currently reworking structured clone so won't get to it soon |
| 14:00 | <glazou> | will do |
| 14:00 | zcorpan | suggests shoehorn/pull out as new terms |
| 14:01 | <glazou> | bwarf |
| 14:01 | <glazou> | you need a 1st of april version with funny replacements for all important terms |
| 14:02 | glazou | suggests borisjohnsonize instead of replace |
| 14:06 | <glazou> | annevk: issue filed |
| 14:43 | <MikeSmith> | zcorpan: yeah I saw that message about rel=schema.dcterms but it seems it could be solved simply by somebody just taking time to add it to http://microformats.org/wiki/existing-rel-values |
| 16:48 | <Ms2ger> | We really should change references to the document's address to just call it the URL instead |
| 17:18 | <annevk> | All things will be rewritten, step-by-step |
| 18:48 | <TabAtkins> | Ms2ger: Shepherd spiders the multipage html regularly, and infers a bunch of metadata about definitions as well as it can. Why do you ask? |
| 21:09 | <smaug____> | igrigorik: ping |
| 21:09 | <smaug____> | igrigorik: why resource hints are triggered also when using link elements in data documents? |
| 21:10 | <smaug____> | (documents where document.defaultView is null) |
| 21:10 | <smaug____> | I think I asked this before, but if you answered, I lost the answer |
| 21:11 | <smaug____> | oh, even better, I've filed a bug about this months ago :) |
| 21:11 | <smaug____> | https://github.com/w3c/resource-hints/issues/49 |
| 21:44 | <smaug____> | igrigorik: another question, is it expected that a single <link> element may define several resource hints |
| 21:44 | <smaug____> | my using a list of tokens in rel attribute |