03:02
<Manishearth>
Any help with building the specs myself?
03:02
<Manishearth>
I get SyntaxError: Terms not defined: [[u'api referrer source', 'html'], [u'api referrer source', 'html'], [u'api referrer source', 'html']].
03:02
<Manishearth>
for xhr
03:02
<Manishearth>
and for fetch there is no CSS/js
03:03
<MikeSmith>
Manishearth: with bikeshed?
03:04
<MikeSmith>
espadrine`: I think Hixie was replying to a question from estellevw here earlier
03:04
<Manishearth>
MikeSmith: how?
03:05
<Manishearth>
I'm using anolis
03:05
<MikeSmith>
ah ok
03:05
<Manishearth>
I don't mind using something else
03:05
<MikeSmith>
(bikeshed is the new anolis)
03:05
<Manishearth>
Where do I find it?
03:06
<MikeSmith>
Manishearth: https://github.com/tabatkins/bikeshed
03:06
<MikeSmith>
Manishearth: but when you say "Any help with building the specs myself", you mean some other specs? Like, the Fetch spec or something?
03:07
<MikeSmith>
it looks like Fetch is still using anolis
03:10
<MikeSmith>
Manishearth: if you need to use anolis I think you need to make sure to use the version from https://bitbucket.org/ms2ger/anolis/
03:10
<MikeSmith>
I think that's the canonical/latest these days
03:11
<MikeSmith>
and I'm not sure but I don't think you could use bikeshed to process spec source that's written to expect anolis
03:12
<MikeSmith>
e.g., not sure they handle xrefs for <dfn>s in the same way
03:12
<caitp>
maybe if someone assembled a list of all the quirks and features of all of the different spec generating tools and specified them, it would improve interoperability enough that it wouldn't matter
03:14
<Hixie>
espadrine`: uh yeah, sorry man. meant to respond to estellevw and didn't notice autocomplete had gotten the wrong name.
03:22
<Manishearth>
MikeSmith: yeah, I'm using that
03:22
<Manishearth>
But the fetch spec doesn't have any JS/CSS when compiled with anolis
03:23
<MikeSmith>
weird
03:26
<MikeSmith>
Manishearth: will try it myself to see if I can reproduce it
03:26
<Manishearth>
thanks
03:27
<Manishearth>
MikeSmith: how do I compile the html sepc?
03:28
<MikeSmith>
Manishearth: I think you don't, because the tools aren't published. But ask Hixie
03:29
<Manishearth>
aw
03:29
<Manishearth>
that's kinda what I wanted to compile :p
03:29
<Manishearth>
(Wanted to have it offline, with xrefs)
03:39
<MikeSmith>
Manishearth: curl https://html.spec.whatwg.org > index.html :)
03:39
<MikeSmith>
or clone https://github.com/whatwg/html-mirror and used complete.html
03:40
<Manishearth>
MikeSmith: multipage
03:40
<MikeSmith>
ah
03:41
<MikeSmith>
Manishearth: can't help you there :(
03:42
<MikeSmith>
Manishearth: about the Fetch spec though, see https://github.com/whatwg/fetch/blob/master/Overview.src.html#L5
03:42
<MikeSmith>
<link rel=stylesheet href=//whatwg.org/style/specification>;
03:43
<MikeSmith>
that't going to work if you're browsing the file from your filesystem
03:43
<MikeSmith>
for it to work, you'd need to serve it over http locally
03:44
<MikeSmith>
e.g., run "python -m SimpleHTTPServer" in your fetch dir
03:44
<Manishearth>
yeah
03:48
<MikeSmith>
totally urelated dumb question: are .pyc files architecture-dependent?
03:48
<MikeSmith>
I guess they must be
03:50
<MikeSmith>
trying to decide if I should just exclude them from an rysnc between a workspace on my macbook and a linux server
04:21
<Hixie>
Manishearth: see https://github.com/benschwarz/developers.whatwg.org/issues/90
04:23
<Manishearth>
Hixie: thanks
04:25
<Manishearth>
i think wget --recursive will work
08:34
<annevk>
Manishearth: sounds like you're doing everything right
08:35
<annevk>
Manishearth: I need to update XMLHttpRequest to use the new term "referrer source" and Fetch stylesheets likely don't load due to scheme-relative URLs
08:35
<Manishearth>
annevk: How do I get the CSS to work, though?
08:36
<Manishearth>
ah
08:36
<Manishearth>
so the css will be there for XHR
08:36
<annevk>
Manishearth: we could update the URLs to say https explicitly
08:37
<annevk>
MikeSmith: https://www.w3.org/Bugs/Public/show_bug.cgi?id=23646#c48 spam (not just comments, also altering URL field)
08:37
<annevk>
MikeSmith: due to mailing list integration that spam also reached www-international: http://lists.w3.org/Archives/Public/www-international/2014OctDec/0154.html and http://lists.w3.org/Archives/Public/www-international/2014OctDec/0155.html
08:39
<MikeSmith>
annevk: lookin now
08:40
<Manishearth>
annevk: any idea how to get internal cross-referencing to work on the html spec?
08:40
<Manishearth>
multipage
08:41
<Manishearth>
I did a recursive wget
08:41
<annevk>
Manishearth: from XMLHttpRequest?
08:41
<Manishearth>
no, html
08:42
<Manishearth>
aha, fragment-links.js
08:42
<annevk>
Manishearth: Hixie has a bunch of custom scripts
08:43
<annevk>
Manishearth: that is what we scrape in some manner, yes
08:43
<MikeSmith>
annevk: thanks for the heads-up -- marked those messages as spam and banned in bugzilla (thankfully looks like he/she only changed that one bug)
08:44
<annevk>
nice
08:44
<annevk>
Manishearth: it's not entirely clear to me what you are trying to do, but I guess you found something that works :-)
08:46
<Manishearth>
annevk: I'm trying to have a local copy of multipage (singlepage too slow)
08:46
<Manishearth>
For the flight
08:48
<annevk>
Manishearth: I see, I guess we should start writing a service worker script for these so going forward nobody has to resort to hacks
08:48
<Manishearth>
heh
08:51
<Manishearth>
annevk: I have a list of steps, anywhere they can go?
09:31
<annevk>
Manishearth: WHATWG Wiki?
09:33
<Manishearth>
annevk: okay, sure
09:36
<Manishearth>
annevk: account please? :)
10:21
<annevk>
Manishearth: you don't have one? Oh, email and desired username please, through /msg or here is fine
14:14
<MikeSmith>
in Nightly there's no user option I can set to enable MessageChannel?
14:14
<MikeSmith>
Firefox Nightly I mean
14:17
<MikeSmith>
caniuse claims there's a dom.messageChannel.enabled but I don't see it in about:config
14:17
<MikeSmith>
ah I guess I need to manually add it