00:40
<Hixie_>
hm, this nolanw fellow raises an interesting point
08:21
<Ms2ger>
Hixie_, enjoy paging in the parser again :)
10:16
<galant>
for some reason arrow I have &#x21e8; is sticking to the bottom of the line and going out of the bottom line, is this how default &#x21e8; is acting?
10:51
<MikeSmith>
Ms2ger: saw your replyon IRC a while back about the automation of the canvas tests but am I missing something or is e.g. http://w3c-test.org/web-platform-tests/master/html/semantics/embedded-content-0/the-canvas-element/2d.canvas.readonly.html not reporting using testharness.js
10:54
<smaug____>
oh, css wg is on crack http://dev.w3.org/csswg/selectors4/#profiles
10:57
<Ms2ger>
MikeSmith, you mean it doesn't have a <div id=log>?
10:59
<MikeSmith>
Ms2ger: yeah that :) I just realized that right after I asked you
11:00
<Ms2ger>
Yeah; it's probably worth refactoring them some more
11:00
<Ms2ger>
But I'm waiting for darobin :)
11:00
<MikeSmith>
OK
11:02
<MikeSmith>
what other refactoring would they need? Is there any reason we couldn't just append <div id=log></div to all of them now?
11:03
<MikeSmith>
or am I being naive?
11:03
<Ms2ger>
Sure
11:03
<Ms2ger>
If you write a one-off script
11:04
<Ms2ger>
I'd prefer getting back to the point where the tests are generated from the source data
11:04
<MikeSmith>
ah I see
11:04
<MikeSmith>
ok
11:05
<MikeSmith>
so I'll wait til darobin is back too :)
11:06
<MikeSmith>
though I wonder what you're waiting for from him on this?
11:06
<Ms2ger>
He moved the tests into subdirs, and he promised to fix the script to deal with that
11:06
<Ms2ger>
I might end up doing it myself, but that's not near the top of my todo list :)
11:09
<MikeSmith>
ok
11:27
<MikeSmith>
Ms2ger: is the script that needs to be fixed in the repo, or somewhere else?
11:28
<Ms2ger>
In 2dcontext/tools/
11:29
<MikeSmith>
thanks
11:29
<Ms2ger>
Np
11:35
<MikeSmith>
Ms2ger: so the tests in the 2dcontext supersede the html/semantics/embedded-content-0/the-canvas-element tests?
11:35
<MikeSmith>
shouldn't we just remove html/semantics/embedded-content-0/the-canvas-element ?
11:36
<Ms2ger>
No
11:36
<Ms2ger>
There's tests for canvas.foo in html/semantics/embedded-content-0/the-canvas-element, and tests for canvas.getContext("2d").foo in 2dcontext
11:36
<MikeSmith>
ah
11:37
<Ms2ger>
And that should match tests.yaml vs tests2d.yaml and tests2dtext.yaml
11:37
<MikeSmith>
k
16:46
<ChaoBoy>
hello, does anyone have some time to answer some newbie questions?
19:06
<zewt>
i want to know who thought this insane scrolling behavior on g+ pages wasn't insane
19:06
<zewt>
asymmetric scrolling is Bad(tm)
23:12
<SimonSapin>
gsnedders: any plan to make a new release (or beta) of html5lib? I hitting a bug in 1.0b2 that’s fixed in git
23:12
<SimonSapin>
I mean PyPI release
23:37
<gsnedders>
SimonSapin: What bug?
23:38
<gsnedders>
The BufferedStream stuff?
23:40
<gsnedders>
SimonSapin: Because I guess I can make a release.
23:42
<gsnedders>
SimonSapin: Will do so tomorrow.