Options:
Previous day, Next day
- # Session Start: Sun Mar 08 00:00:01 2015
- # Session Ident: #whatwg
- # [00:13] * Joins: jacobolus (~jacobolus@38.140.30.178)
- # [00:14] * Joins: aphprentice_ (~aphprenti@cpe-173-174-38-222.austin.res.rr.com)
- # [00:19] * Quits: jsx (uid48919@fsf/intern/jsx) (Quit: Connection closed for inactivity)
- # [00:21] <ccat> .
- # [00:21] * Quits: espadrine (~tyl@srv02.capitainetrain.com) (Ping timeout: 256 seconds)
- # [00:23] <ccat> "Thus, in an HTML document, document.getElementsByTagName("FOO") will match FOO elements that are not in the HTML namespace, and foo elements that are in the HTML namespace, but not FOO elements that are in the HTML namespace."
- # [00:24] * Joins: newtron (~newtron@69-196-172-45.dsl.teksavvy.com)
- # [00:24] <ccat> -- this seems to say that you cannot get HTML elements with uppercase tags -- which seems rather wrong!
- # [00:32] <Ms2ger> With document.getElementsByTagName? No
- # [00:32] <Ms2ger> Note that <DIV>.localName == 'div'
- # [00:36] <ccat> Ms2ger: y, but it says not GET the FOO elements that are in the HTML namespace, and which is what that DIV would be
- # [00:36] <Ms2ger> It isn't
- # [00:39] <ccat> Ms2ger: why? confused
- # [00:39] * LloydW is now known as ComicSans
- # [00:39] * ComicSans is now known as LloydW
- # [00:39] * Quits: Lachy (~Lachy@cm-84.215.179.176.getinternet.no) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
- # [00:40] * Joins: boogyman (~boogyman@2601:0:b801:ad00:2ca0:cc55:6594:d263)
- # [00:40] * Quits: boogyman (~boogyman@2601:0:b801:ad00:2ca0:cc55:6594:d263) (Changing host)
- # [00:40] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [00:40] * Parts: LloydW (~Flump5281@214.133.251.23.bc.googleusercontent.com) ("WeeChat 1.1")
- # [00:42] * Joins: Lachy (~Lachy@cm-84.215.179.176.getinternet.no)
- # [00:43] <ccat> Ms2ger: so document.getElementsByTagName("DIV") should find nothing if HTML page is all UC ?
- # [00:48] * Quits: newtron (~newtron@69-196-172-45.dsl.teksavvy.com) (Remote host closed the connection)
- # [01:02] * Joins: newtron (~newtron@69-196-172-45.dsl.teksavvy.com)
- # [01:04] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [01:06] <MikeSmith> Hixie: 👆
- # [01:06] <MikeSmith> ccat: I reckon Ms2ger is sleeping by now
- # [01:07] <MikeSmith> or nearly
- # [01:08] <ccat> MikeSmith: ok, ty -- want to take over? :)
- # [01:08] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [01:12] <MikeSmith> nope
- # [01:13] <MikeSmith> you were just talking to the one guy who could explain it to you better than anybody
- # [01:13] <ccat> MikeSmith: : (
- # [01:14] <MikeSmith> anyway it's the weekend
- # [01:14] <MikeSmith> Hixie might roll around at some point but my guess is he's busy doing something else fun
- # [01:15] <MikeSmith> so you might have better luck trying again during the hours of overlap between CET/UK time and US/West
- # [01:15] <ccat> MikeSmith: ok, ty
- # [01:15] <MikeSmith> ccat: anyway you're doing the right thing
- # [01:15] * Joins: smaug____ (~chatzilla@85-76-128-228-nat.elisa-mobile.fi)
- # [01:16] <MikeSmith> there are plenty of places where the wording in the spec could be refined
- # [01:16] <MikeSmith> and Hixie cares a lot about making it as clear and unambiguous as possible
- # [01:17] <ccat> MikeSmith: found one (above) but this seems like an error -- then again so did the last one!
- # [01:22] * Quits: jacobolus (~jacobolus@38.140.30.178) (Remote host closed the connection)
- # [01:24] <MikeSmith> ccat: in general you're not likely to find errors in the specーnot for this kind of stuff at least
- # [01:25] <MikeSmith> so when you find something that looks like an error it's much more likely that the problem is just that the spec needs to be reworded to make it more clear
- # [01:25] <MikeSmith> is this the DOM spec or HTML?
- # [01:26] <MikeSmith> oh about https://developers.whatwg.org/tabular-data.html#attr-table-sortable yeah that's a mixed-content problem that needs to be fixed
- # [01:26] <ccat> https://dom.spec.whatwg.org/#dom-document-getelementsbytagname
- # [01:26] <MikeSmith> I can't remember now who took over work on the generating the developer edition
- # [01:27] <ccat> me: "it says not GET the FOO elements that are in the HTML namespace, and which is what that DIV would be"
- # [01:27] <MikeSmith> ccat: ah yeah so the DOM was written my Ms2ger
- # [01:27] <MikeSmith> in part
- # [01:28] * Quits: mdln (~mdln@97-103-43-207.res.bhn.net) (Quit: mdln)
- # [01:28] <MikeSmith> annevk is writing/maintaining it so you could ask him later too
- # [01:29] <MikeSmith> s/the DOM was written my Ms2ger/the DOM was spec written partly by Ms2ger/
- # [01:31] <ccat> ok, ty
- # [01:33] <MikeSmith> strugee: if you're the one maintaining developers.whatwg.org now, there's a mixed-content problem at https://developers.whatwg.org/tabular-data.html#tabular-data which ccat noticed
- # [01:33] <MikeSmith> strugee: "The page at 'https://developers.whatwg.org/tabular-data.html' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold'."
- # [01:34] <MikeSmith> strugee: seems like that URL cna just be changed to the https equivalent
- # [01:37] <ccat> strugee: also insecure pictures
- # [01:41] * Quits: eBureau (~Bruno@181.164.77.172) (Quit: My iMac has gone to sleep. ZZZzzz…)
- # [01:45] * Joins: satazor (~satazor@av-217-129-136-252.netvisao.pt)
- # [01:47] * Quits: Ms2ger (~Ms2ger@215.196-242-81.adsl-dyn.isp.belgacom.be) (Ping timeout: 246 seconds)
- # [01:52] <smaug____> MikeSmith: you gave me a good laugh: "in general you're not likely to find errors in the spec" :)
- # [01:52] <MikeSmith> smaug____: well you know what I mean
- # [01:53] <MikeSmith> smaug____: I wouldn't say that to you :)
- # [01:53] <MikeSmith> I should have written, "in general unless you're smaug or bz you're not likely to find errors in the spec"
- # [01:54] <smaug____> well, I hope everyone implementing something from specs review them first
- # [01:54] * Quits: alrra (uid62345@gateway/web/irccloud.com/x-whrcejexyxybkhpr) (Quit: Connection closed for inactivity)
- # [01:54] <smaug____> but I know that isn't actually happening
- # [01:56] <jgraham> ccat: If you parse <FOO> it ends up as <foo> in the DOM
- # [01:56] <jgraham> You can only get FOO by using createElementNS
- # [01:56] <jgraham> (FOO in the HTML namespace, that is)
- # [01:57] <jgraham> So the fact that getElementsByTagName won't find elements that are very difficult to create isn't a problem
- # [01:57] <jgraham> Because they ~never actually exist in real pages
- # [01:58] <jgraham> smaug____: Nice to know you still have a sense of humour
- # [01:58] <ccat> jgraham: :)
- # [01:58] <ccat> jgraham: but "spec" says "but not FOO elements that are in the HTML namespace" , which should mean <FOO>
- # [01:58] <caitp> does it ever make you angry that it's so terribel
- # [01:58] <caitp> sp
- # [01:59] <jgraham> ccat: Yes, but you can only create that using a createElementNS call from the DOM
- # [01:59] <jgraham> Every other way of creating HTML elements lowercases them
- # [01:59] <ccat> jgraham: what about "<HTML><FOO></HTML> ?
- # [02:00] <jgraham> ccat: That is identical to <html><foo></html> -> it gets lowercased by the parser
- # [02:01] <jgraham> Specifically it will create a DOM like <html><head></head><body><foo></foo></body></html>
- # [02:05] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [02:07] <jgraham> http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3441 <- this example might be instructive although the DOM view gets the case wrong. The w() function writes to the text box at the bottom.
- # [02:07] * jgraham sleep
- # [02:08] <jgraham> annevk: BTW it seems to me that Aryeh
- # [02:09] <jgraham> 's permissions argument is rather strong. AFAICT the main effect of the change you propose is to make the UX for these things over HTTP sufficiently unappealing that more people with use HTTPS
- # [02:09] <jgraham> Which is fine, but isn't the way it's prevented
- # [02:09] <jgraham> I might have misunderstood though
- # [02:09] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [02:10] <ccat> jgraham: ok, then "list of elements with local name localName" : "Whose namespace is the HTML namespace and whose local name is localName converted to ASCII lowercase." should be "Whose namespace is the HTML namespace and whose local name is localName (stored as lowercase ASCII when element is created)."
- # [02:20] * Quits: aphprentice_ (~aphprenti@cpe-173-174-38-222.austin.res.rr.com) (Remote host closed the connection)
- # [02:21] <ccat> jgraham: still, this is the way it seems to read "Thus, in an HTML document, document.getElementsByTagName("FOO") will match FOO elements that are not in the HTML namespace (xml<FOO>), and foo elements that are in the HTML namespace (<HTML><foo>), but not FOO elements that are in the HTML namespace (<HTML><FOO>)."
- # [02:28] <ccat> jgraham: also, document.getElementsByTagName("FOO") is from point of view of person, not parser, so tagname "FOO" would mean <FOO>
- # [02:29] * Quits: tav (~tav`@host31-52-138-62.range31-52.btcentralplus.com) (Read error: Connection reset by peer)
- # [02:34] * Quits: newtron (~newtron@69-196-172-45.dsl.teksavvy.com) (Remote host closed the connection)
- # [02:45] * Joins: tav (~tav`@host31-52-138-62.range31-52.btcentralplus.com)
- # [02:51] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [02:55] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Client Quit)
- # [02:55] * Quits: satazor (~satazor@av-217-129-136-252.netvisao.pt) (Read error: Connection reset by peer)
- # [02:55] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [02:55] * Joins: satazor (~satazor@av-217-129-136-252.netvisao.pt)
- # [03:04] * Joins: jsx (uid48919@fsf/intern/jsx)
- # [03:08] * Joins: eBureau (~Bruno@181.164.77.172)
- # [03:22] * Quits: satazor (~satazor@av-217-129-136-252.netvisao.pt) (Remote host closed the connection)
- # [03:37] * Quits: gsnedders (~gsnedders@5.2.16.23) (Ping timeout: 255 seconds)
- # [03:39] * Joins: gsnedders (~gsnedders@5.2.16.23)
- # [03:42] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [03:46] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [03:48] * Quits: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net) (Quit: eric_carlson)
- # [03:50] * Joins: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net)
- # [03:50] * Quits: sarri (~sari@unaffiliated/sarri) (Ping timeout: 250 seconds)
- # [03:52] * Joins: sarri (~sari@unaffiliated/sarri)
- # [03:54] * Quits: smaug____ (~chatzilla@85-76-128-228-nat.elisa-mobile.fi) (Ping timeout: 255 seconds)
- # [04:03] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [04:05] <ccat> .
- # [04:07] * Quits: Maurice (copyman@unaffiliated/maurice)
- # [04:08] <ccat> q: is there a simple description on how to create a sortable table? the standard doc is (overly) complex and somewhat confusing, or does not work (maybe when done via chrome devtools)
- # [04:14] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [04:14] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Client Quit)
- # [04:18] * Joins: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon)
- # [04:25] * Joins: mdln (~mdln@97-103-43-207.res.bhn.net)
- # [04:26] * Quits: mdln (~mdln@97-103-43-207.res.bhn.net) (Client Quit)
- # [04:26] * Joins: mdln (~mdln@97-103-43-207.res.bhn.net)
- # [04:30] * Quits: mdln (~mdln@97-103-43-207.res.bhn.net) (Client Quit)
- # [04:30] * Joins: jacobolus (~jacobolus@70-36-196-50.dsl.static.fusionbroadband.com)
- # [04:32] * Quits: dbaron (~dbaron@70-36-140-197.dsl.dynamic.fusionbroadband.com) (Ping timeout: 272 seconds)
- # [04:38] * Quits: CvP (CvP@203.76.123.238) (Disconnected by services)
- # [04:38] * Joins: xCG (CvP@203.76.123.238)
- # [04:39] * xCG is now known as CvP
- # [04:47] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-nsgujhabrjlalthg) (Quit: Connection closed for inactivity)
- # [05:00] * Quits: nickstenn (~nickstenn@unaffiliated/nickstenn) (Quit: Bye)
- # [05:19] * Quits: eBureau (~Bruno@181.164.77.172) (Quit: My iMac has gone to sleep. ZZZzzz…)
- # [05:20] * Joins: eBureau (~Bruno@181.164.77.172)
- # [05:35] * Joins: xiinotulp (~plutoniix@node-aua.pool-125-25.dynamic.totbb.net)
- # [05:39] * Quits: plutoniix (~plutoniix@node-og9.pool-101-108.dynamic.totbb.net) (Ping timeout: 264 seconds)
- # [05:43] * Quits: ccat (32098290@gateway/web/freenode/ip.50.9.130.144) (Ping timeout: 246 seconds)
- # [05:54] * Joins: hemanth (~hemanth@122.167.106.246)
- # [06:23] * Quits: hemanth (~hemanth@122.167.106.246) (Quit: This computer has gone to sleep)
- # [06:40] * Joins: hemanth (~hemanth@122.167.106.246)
- # [06:41] * xiinotulp is now known as plutoniix
- # [06:55] * Joins: bholley (~bholley@c-98-210-101-88.hsd1.ca.comcast.net)
- # [06:59] * Quits: hemanth (~hemanth@122.167.106.246) (Quit: This computer has gone to sleep)
- # [07:16] * Quits: bholley (~bholley@c-98-210-101-88.hsd1.ca.comcast.net) (Quit: ZZZzzz…)
- # [08:16] * Joins: benjamingr (uid23465@gateway/web/irccloud.com/x-gsqxwlavbcuzvkoo)
- # [08:21] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [08:21] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [08:27] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [08:29] * Joins: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [08:30] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [09:11] * Joins: dbaron (~dbaron@70-36-140-197.dsl.dynamic.fusionbroadband.com)
- # [09:26] * Joins: alrra (uid62345@gateway/web/irccloud.com/x-ilsxxeqsfhglswof)
- # [09:29] * Quits: brcweggs (~brcweggs@pool-71-177-224-47.lsanca.fios.verizon.net) (Quit: Lingo: www.lingoirc.com)
- # [10:03] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [10:07] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [10:11] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 244 seconds)
- # [10:15] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [10:20] * Joins: Maurice (copyman@unaffiliated/maurice)
- # [10:24] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [10:25] * Quits: dbaron (~dbaron@70-36-140-197.dsl.dynamic.fusionbroadband.com) (Ping timeout: 272 seconds)
- # [10:27] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [10:32] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Ping timeout: 255 seconds)
- # [10:33] * Quits: dtribble (~dtribble@c-50-174-167-72.hsd1.ca.comcast.net) (Ping timeout: 272 seconds)
- # [10:34] * Joins: Ms2ger (~Ms2ger@215.196-242-81.adsl-dyn.isp.belgacom.be)
- # [10:38] * Joins: espadrine (~tyl@dan75-7-88-166-187-54.fbx.proxad.net)
- # [10:59] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [11:06] * Quits: tav (~tav`@host31-52-138-62.range31-52.btcentralplus.com) (Read error: Connection reset by peer)
- # [11:08] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [11:13] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 272 seconds)
- # [11:16] * Joins: tav (~tav`@host31-52-138-62.range31-52.btcentralplus.com)
- # [11:23] * Quits: Lachy (~Lachy@cm-84.215.179.176.getinternet.no) (Quit: Textual IRC Client: www.textualapp.com)
- # [11:24] * Joins: Lachy (~Lachy@cm-84.215.179.176.getinternet.no)
- # [11:54] * Quits: Lachy (~Lachy@cm-84.215.179.176.getinternet.no) (Quit: Textual IRC Client: www.textualapp.com)
- # [11:57] * Joins: iandevlin (~iandevlin@dslb-092-072-139-022.092.072.pools.vodafone-ip.de)
- # [11:57] * Quits: Rastus_Vernon (uid15187@wikimedia/Rastus-Vernon) (Quit: Connection closed for inactivity)
- # [12:17] * Quits: yoichio (yoichio@nat/google/x-sjqvcqyipfclfrjx) (Ping timeout: 245 seconds)
- # [12:23] * Joins: nickstenn (~nickstenn@unaffiliated/nickstenn)
- # [12:35] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [12:39] * Quits: iandevlin (~iandevlin@dslb-092-072-139-022.092.072.pools.vodafone-ip.de) (Quit: Nettalk6 - www.ntalk.de)
- # [12:39] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [12:43] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 255 seconds)
- # [13:03] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [13:26] * Joins: ^esc_ (~esc-ape@178.165.131.23.wireless.dyn.drei.com)
- # [13:27] * Joins: smaug____ (~chatzilla@85-76-129-121-nat.elisa-mobile.fi)
- # [13:29] * Quits: ^esc (~esc-ape@178.165.130.146.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
- # [13:38] * Quits: CvP (CvP@203.76.123.238) (Quit: [ UPP ] > all)
- # [13:38] * Joins: CvP (~CvP@203.76.123.238)
- # [13:39] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [13:42] * Quits: ^esc_ (~esc-ape@178.165.131.23.wireless.dyn.drei.com) (Ping timeout: 264 seconds)
- # [13:44] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Ping timeout: 252 seconds)
- # [13:55] * Quits: devFrederick (~devFreder@186.221.14.2) (Ping timeout: 246 seconds)
- # [14:13] * Quits: smaug____ (~chatzilla@85-76-129-121-nat.elisa-mobile.fi) (Ping timeout: 264 seconds)
- # [14:20] * Joins: ^esc (~esc-ape@178.165.129.143.wireless.dyn.drei.com)
- # [15:10] * Quits: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net) (Quit: eric_carlson)
- # [15:13] * Joins: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net)
- # [15:17] * Joins: newtron (~newtron@69-196-172-45.dsl.teksavvy.com)
- # [15:21] * Joins: hemanth (~hemanth@122.167.106.246)
- # [15:29] * Quits: hemanth (~hemanth@122.167.106.246) (Read error: Connection reset by peer)
- # [15:47] * Quits: newtron (~newtron@69-196-172-45.dsl.teksavvy.com) (Remote host closed the connection)
- # [15:56] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [15:56] * Joins: newtron (~newtron@69-196-172-45.dsl.teksavvy.com)
- # [15:59] * Quits: lerc_ (~quassel@121-74-237-41.telstraclear.net) (Read error: Connection reset by peer)
- # [16:00] * Joins: lerc (~quassel@121-74-237-41.telstraclear.net)
- # [16:20] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Ping timeout: 265 seconds)
- # [16:32] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [16:55] * Krinkle|detached is now known as Krinkle
- # [16:56] * Joins: xiinotulp (~plutoniix@node-1agp.pool-101-109.dynamic.totbb.net)
- # [16:59] * Quits: plutoniix (~plutoniix@node-aua.pool-125-25.dynamic.totbb.net) (Ping timeout: 252 seconds)
- # [17:29] * Joins: charl (~charl@524A8B30.cm-4-3c.dynamic.ziggo.nl)
- # [17:30] * Joins: plutonux (~plutoniix@node-1d26.pool-101-108.dynamic.totbb.net)
- # [17:31] * Quits: xiinotulp (~plutoniix@node-1agp.pool-101-109.dynamic.totbb.net) (Ping timeout: 256 seconds)
- # [17:36] * plutonux is now known as plutoniix
- # [17:42] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [17:49] * Joins: espadrine_ (~tyl@dan75-7-88-166-187-54.fbx.proxad.net)
- # [17:51] * Quits: espadrine (~tyl@dan75-7-88-166-187-54.fbx.proxad.net) (Ping timeout: 264 seconds)
- # [17:57] * Quits: jochen__ (jochen@nat/google/x-qwfvlafspkhxrawd) (Ping timeout: 256 seconds)
- # [18:07] * Joins: dtribble (~dtribble@173-164-252-202-SFBA.hfc.comcastbusiness.net)
- # [18:22] * Joins: psy_ (~psy@103.6.159.177)
- # [18:22] * Quits: psy_ (~psy@103.6.159.177) (Max SendQ exceeded)
- # [18:22] * Joins: psy_ (~psy@103.6.159.177)
- # [18:22] * Quits: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net) (Quit: eric_carlson)
- # [18:31] * Joins: satazor (~satazor@av-217-129-136-252.netvisao.pt)
- # [18:34] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Remote host closed the connection)
- # [18:42] * Quits: newtron (~newtron@69-196-172-45.dsl.teksavvy.com) (Remote host closed the connection)
- # [18:43] * Quits: eBureau (~Bruno@181.164.77.172) (Quit: Textual IRC Client: www.textualapp.com)
- # [18:48] * Joins: eric_carlson (~ericc@c-24-6-239-9.hsd1.ca.comcast.net)
- # [18:56] * Quits: dtribble (~dtribble@173-164-252-202-SFBA.hfc.comcastbusiness.net) (Ping timeout: 244 seconds)
- # [18:58] * Quits: satazor (~satazor@av-217-129-136-252.netvisao.pt) (Remote host closed the connection)
- # [18:58] * Joins: eBureau (~Bruno@181.164.77.172)
- # [18:58] * Joins: newtron (~newtron@69-196-172-45.dsl.teksavvy.com)
- # [18:58] * Quits: newtron (~newtron@69-196-172-45.dsl.teksavvy.com) (Remote host closed the connection)
- # [18:59] * Joins: newtron (~newtron@69-196-172-45.dsl.teksavvy.com)
- # [19:00] * Krinkle is now known as Krinkle|detached
- # [19:02] * Joins: mdln (~mdln@97-103-43-207.res.bhn.net)
- # [19:03] * Quits: newtron (~newtron@69-196-172-45.dsl.teksavvy.com) (Ping timeout: 252 seconds)
- # [19:11] * Joins: satazor (~satazor@av1-84-91-23-108.netvisao.pt)
- # [19:17] * Joins: newtron (~newtron@69-196-172-45.dsl.teksavvy.com)
- # [19:21] * Quits: satazor (~satazor@av1-84-91-23-108.netvisao.pt) (Ping timeout: 272 seconds)
- # [19:24] * Joins: satazor (~satazor@av-217-129-136-252.netvisao.pt)
- # [19:31] * Quits: satazor (~satazor@av-217-129-136-252.netvisao.pt) (Remote host closed the connection)
- # [19:31] * Joins: satazor (~satazor@av-217-129-136-252.netvisao.pt)
- # [19:34] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [19:39] * Quits: newtron (~newtron@69-196-172-45.dsl.teksavvy.com) (Remote host closed the connection)
- # [19:40] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Ping timeout: 264 seconds)
- # [19:41] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [19:59] * Quits: jsx (uid48919@fsf/intern/jsx) (Quit: Connection closed for inactivity)
- # [20:07] * Quits: benjamingr (uid23465@gateway/web/irccloud.com/x-gsqxwlavbcuzvkoo) (Quit: Connection closed for inactivity)
- # [20:22] * Quits: manu (~manu@216.252.204.51) (Ping timeout: 245 seconds)
- # [20:23] * Joins: ccat (32098290@gateway/web/freenode/ip.50.9.130.144)
- # [20:25] * Joins: manu (~manu@216.252.204.51)
- # [20:26] * Joins: frivoal (~frivoal@cm-84.208.175.177.getinternet.no)
- # [20:28] <ccat> .
- # [20:28] <ccat> Thus, in an HTML document, document.getElementsByTagName("FOO") will match FOO elements that are not in the HTML namespace [as xml <FOO>], and foo elements that are in the HTML namespace [as <HTML><foo>], but not FOO elements that are in the HTML namespace [as <HTML><FOO>]. ---- Is this correct?
- # [20:28] <ccat> .
- # [20:34] * Joins: smaug____ (~chatzilla@62-78-246-79.bb.dnainternet.fi)
- # [20:35] <caitp-> which FOO elements in the html namespace?
- # [20:39] <ccat> caitp-: that is from docs -- so it implies any element <FOO> in an html page
- # [20:39] <ccat> -- THE docs
- # [20:41] * Quits: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net) (Quit: sicking)
- # [20:44] * Quits: encryptd_fractl (~encryptd_@24-177-122-160.dhcp.mdsn.wi.charter.com) (Remote host closed the connection)
- # [20:47] <ccat> caitp-: ?
- # [20:49] * Joins: iandevlin (~iandevlin@dslb-092-072-139-022.092.072.pools.vodafone-ip.de)
- # [20:56] * Joins: weinig (~weinig@17.202.50.223)
- # [21:03] * Quits: iandevlin (~iandevlin@dslb-092-072-139-022.092.072.pools.vodafone-ip.de) (Quit: Nettalk6 - www.ntalk.de)
- # [21:08] * Quits: satazor (~satazor@av-217-129-136-252.netvisao.pt) (Remote host closed the connection)
- # [21:08] * Joins: encryptd_fractl (~encryptd_@66-188-106-78.static.ftbg.wi.charter.com)
- # [21:11] * Joins: newtron (~newtron@69-196-172-45.dsl.teksavvy.com)
- # [21:11] * Quits: newtron (~newtron@69-196-172-45.dsl.teksavvy.com) (Remote host closed the connection)
- # [21:12] * Joins: newtron (~newtron@69-196-172-45.dsl.teksavvy.com)
- # [21:14] * Joins: dtribble (~dtribble@c-50-174-167-72.hsd1.ca.comcast.net)
- # [21:29] * Quits: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
- # [21:43] * Joins: malcolmva (~malcolmva@c-67-180-198-144.hsd1.ca.comcast.net)
- # [21:44] * Joins: jamesheston (~jameshest@107-133-27-112.lightspeed.chtnsc.sbcglobal.net)
- # [22:10] * Quits: mdln (~mdln@97-103-43-207.res.bhn.net) (Quit: mdln)
- # [22:47] * Joins: sicking (~sicking@c-98-210-159-193.hsd1.ca.comcast.net)
- # [22:48] * Quits: boogyman (~boogyman@pdpc/supporter/professional/boogyman) (Ping timeout: 256 seconds)
- # [22:51] * Joins: boogyman (~boogyman@pdpc/supporter/professional/boogyman)
- # [22:53] * Quits: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Remote host closed the connection)
- # [22:54] * Joins: caitp (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com)
- # [22:59] * Parts: charl (~charl@524A8B30.cm-4-3c.dynamic.ziggo.nl) ("WeeChat 1.1.1")
- # [22:59] * Quits: encryptd_fractl (~encryptd_@66-188-106-78.static.ftbg.wi.charter.com) (Remote host closed the connection)
- # [23:00] * Quits: caitp- (~caitp@CPE48f8b385c01c-CM84948c4c6f80.cpe.net.cable.rogers.com) (Quit: Leaving)
- # [23:03] * Quits: Maurice (copyman@unaffiliated/maurice)
- # [23:18] * Joins: encryptd_fractl (~encryptd_@24-177-122-160.dhcp.mdsn.wi.charter.com)
- # [23:35] * Quits: frivoal (~frivoal@cm-84.208.175.177.getinternet.no) (Quit: Leaving...)
- # [23:40] * Joins: igoroliveira (uid20755@gateway/web/irccloud.com/x-lrohwwpegcnbzkqn)
- # [23:53] * Joins: ohaibbq (~ohaibbq@98.248.65.213)
- # [23:53] * Quits: ohaibbq (~ohaibbq@98.248.65.213) (Read error: Connection reset by peer)
- # [23:53] * Joins: ohaibbq (~ohaibbq@2601:9:a80:a8f:21b8:3cdb:796f:d18f)
- # [23:56] * Joins: satazor (~satazor@80.99.114.89.rev.vodafone.pt)
- # Session Close: Mon Mar 09 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn