| 00:01 | <robertkowalski> | hmmm |
| 00:01 | <robertkowalski> | for lists in <emu-alg> tags -- how are they rendered as lists? |
| 00:02 | <gsnedders> | robertkowalski: li elements? |
| 00:03 | <gsnedders> | robertkowalski: they have display: list-item on them |
| 00:06 | <robertkowalski> | gsnedders: no, those: https://cldup.com/Hf4xq51iRM.png |
| 00:07 | <robertkowalski> | gsnedders: https://github.com/whatwg/streams/blob/master/index.bs#L466 |
| 00:13 | <gsnedders> | robertkowalski: oh, the pre-processer rewrites them into HTML |
| 00:13 | <gsnedders> | robertkowalski: https://github.com/tabatkins/bikeshed is the tool |
| 00:14 | <Domenic> | robertkowalski: it's a bit more complicated than that, sorry |
| 00:15 | <Domenic> | robertkowalski: https://github.com/whatwg/streams/blob/master/ecmarkupify.js + https://github.com/whatwg/streams/blob/master/deploy.sh#L77 |
| 00:19 | <gsnedders> | Domenic, robertkowalski uh, sorry for being wrong |
| 00:22 | <Domenic> | I should factor that out into something reusable... or PR it into Bikeshed or something... |
| 00:22 | gsnedders | wonders how heavily BS relies on lxml |
| 00:24 | <robertkowalski> | gsnedders: no worries! :) |
| 00:24 | <robertkowalski> | Domenic: hm i tried that by cargo culting but it still does not work for me |
| 00:28 | <Domenic> | robertkowalski: show me what you did? in a branch maybe? |
| 00:31 | <robertkowalski> | Domenic: https://github.com/terinjokes/console-spec/compare/master...robertkowalski:render-issue |
| 00:34 | <Domenic> | robertkowalski: hmm that does look like it should work i will debug |
| 02:34 | <MikeSmith> | Domenic: so I think I've got it actually https://github.com/whatwg/html-build/pull/48 |
| 02:34 | <MikeSmith> | multipage output for the All Interfaces index |
| 02:36 | <MikeSmith> | had to harcode special-casing for two partial interface names |
| 02:36 | <MikeSmith> | but that seems like a decent tradeoff |
| 07:52 | <smaug____> | so github issue tracker send email when someone adds a comment but not when removing ? |
| 08:13 | <smaug____> | jst: I wouldn't mind if you still glanced over the patch for https://bugzilla.mozilla.org/show_bug.cgi?id=1233970 |
| 08:13 | <smaug____> | the bug is so weird |
| 08:13 | <smaug____> | or patch |
| 08:14 | <smaug____> | or everything there |
| 08:14 | smaug____ | continues baking Christmas cakes |
| 08:21 | <jst> | smaug____: Looks good to me, though unfortunate that it's that involved... |
| 08:21 | <smaug____> | k |
| 08:21 | <smaug____> | thanks |
| 08:22 | <jst> | smaug____: fortunately it's not something we'd carry along, release branch only |
| 08:22 | <smaug____> | sure |
| 08:22 | <smaug____> | I wonder how to prevent this to happen again |
| 08:23 | <smaug____> | somehow we should get google folks to test their stuff on non-Chrome too |
| 08:23 | <jst> | smaug____: if it wasn't for the unfortunate timing wrt the holidays, this would not be a problem |
| 08:23 | <jst> | smaug____: indeed |
| 08:23 | <smaug____> | (including beta versions) |
| 08:32 | <Ms2ger> | Morning jst |
| 08:32 | <jst> | Ms2ger: evenin' |
| 08:32 | <jst> | Ms2ger: also, happy holidays! |
| 08:33 | <smaug____> | happy holidays. Hopefully jst gets some lanttu- and perunalaatikko, and joulutorttu |
| 08:34 | <Ms2ger> | And to y'all |
| 08:35 | smaug____ | assumes Ms2ger will just eat chocolate for couple of days |
| 08:35 | <jst> | smaug____: hard to find lanttu or perunalaatikko or joulutorttu around here :( |
| 08:35 | <Ms2ger> | Not far off :) |
| 08:36 | <jgraham> | Finnish Christmas dishes? |
| 08:36 | <jst> | yeah |
| 08:36 | <jst> | smaug____: it's been a few years now since I've had joulutorttu, those I do miss! |
| 08:36 | <jgraham> | Exciting :) |
| 08:38 | <smaug____> | jgraham: oh, hmm, there was some question about wpt last night |
| 08:38 | <jgraham> | Wikipedia claims they have joulutorttu/jultårta in Sweden. How did I miss those? |
| 08:38 | <smaug____> | thinking |
| 08:38 | <jgraham> | And also do I have time to make them… |
| 08:38 | <smaug____> | jgraham: so rick was wondering how to get https://github.com/w3c/web-platform-tests/pull/2299 merged |
| 08:41 | <jgraham> | smaug____: I think if he has reviewed them we can just merge. The problem is usually getting someone to review them |
| 08:41 | <jgraham> | Has he reviewed them? :) |
| 08:43 | jgraham | comments on the issue |
| 08:43 | <smaug____> | ok, thanks |
| 10:19 | <nox> | Why is WebIDL not using bikeshed? Should it? |
| 10:22 | <nox> | And unrelated, isn't the DOM algorithm to "replace all" very badly defined? |
| 10:22 | <nox> | If an exception is thrown during an insertion, no mutation record is queued at all. |
| 10:22 | <nox> | annevk: ^ |
| 10:23 | <nox> | Oh I see, it inserts the node, it doesn't pre-inserts them. Never mind. |
| 10:41 | <Ms2ger> | nox, want to move it to bikeshed? |
| 11:12 | <nox> | Ms2ger: I knew you would say that. |
| 12:11 | <rits> | hello, i am working on this bug https://github.com/whatwg/html/issues/284 , i needed to know about the data-noexport plus a little more explanation to the bug |
| 17:44 | <rits> | Domenic: i needed to know about the data-noexport for this bug https://github.com/whatwg/html/issues/284 plus a little more explanation to the issue, if possible |
| 17:47 | <Domenic> | rits: I don't understand that bug too well.. annevk or TabAtkins are probably the people who do. |
| 17:48 | <rits> | Domenic: okay, thanks! |