Options:
- # Session Start: Sun Jun 16 00:00:01 2013
- # Session Ident: #whatwg
- # [00:01] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [00:02] * Joins: jernoble (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net)
- # [00:06] * Quits: rcombs (~rcombs@rcombs.me) (Read error: Connection reset by peer)
- # [00:08] * Joins: rcombs (~rcombs@rcombs.me)
- # [00:11] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [00:12] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [00:18] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [00:24] * Joins: nimbu (~nimbu@90-145-158-4.bbserv.nl)
- # [00:24] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [00:34] * Joins: danbri_ (~danbri@cable-146-255-152-197.dynamic.telemach.ba)
- # [00:38] <dekiss> can I make contenteditable to not make new divs for each enter key I press?
- # [00:40] * Joins: slowhands (~emrantalu@c-50-136-110-211.hsd1.ct.comcast.net)
- # [00:42] * Joins: rniwa (~rniwa@17.212.154.114)
- # [00:43] <dekiss> what is best way to make wysiwyg editor?
- # [00:47] * Quits: nimbu (~nimbu@90-145-158-4.bbserv.nl) (Quit: Leaving.)
- # [00:53] * Quits: lilmonkey (~colin@pdpc/supporter/professional/riven) (Read error: Connection reset by peer)
- # [00:55] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [00:56] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [00:56] * Joins: lilmonkey (~colin@pdpc/supporter/professional/riven)
- # [01:10] <dekiss> can I put in html unicode code of some character and in browser to show the cahracter not t he code
- # [01:12] * Quits: Rubennn (~Rubennn@apher.gewooniets.nl) (Ping timeout: 264 seconds)
- # [01:12] * Joins: Rubennn (~Rubennn@apher.gewooniets.nl)
- # [01:12] * Quits: Aww (~Aww@cookies.erryfanclub.com) (Ping timeout: 248 seconds)
- # [01:20] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [01:20] <slowhands> hmm
- # [01:20] <slowhands> there is this component called CKEditor, it may be open source
- # [01:21] <slowhands> you might want to take a look at that
- # [01:23] * Quits: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi) (Read error: Operation timed out)
- # [01:30] * Joins: Aww (~Aww@cookies.erryfanclub.com)
- # [01:32] * Joins: dekiss_ (~dejan@77.29.84.76)
- # [01:34] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Ping timeout: 252 seconds)
- # [01:35] * Quits: dekiss (~dejan@unaffiliated/dekiss) (Ping timeout: 248 seconds)
- # [01:37] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [01:51] * Quits: dekiss_ (~dejan@77.29.84.76) (Changing host)
- # [01:51] * Joins: dekiss_ (~dejan@unaffiliated/dekiss)
- # [01:52] * dekiss_ is now known as dekiss
- # [01:53] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Read error: Connection reset by peer)
- # [01:56] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
- # [01:56] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [02:00] <dekiss> slowhands, thanks for information
- # [02:00] <slowhands> np also check out redactor
- # [02:00] <dekiss> yeah I know it I am concerned about security so I think ilkl make my own editor
- # [02:00] <dekiss> however
- # [02:00] <dekiss> <dekiss> enter is newline character in html?
- # [02:00] <dekiss> <dekiss> https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
- # [02:00] <dekiss> <dekiss> which is newline character?
- # [02:00] <slowhands> new line in html?
- # [02:00] <slowhands> you might want a <br>
- # [02:01] <slowhands> or <br/> depending on your html target
- # [02:01] <Hixie> you're unlikely to need a <br>
- # [02:01] <Hixie> unless you're doing a postal address or poem or some such
- # [02:02] <slowhands> the white-space property is extremely helpful
- # [02:02] <slowhands> especially when you don't want line breaks
- # [02:03] <dekiss> yeah I know but here I am not sure what 'newline character' is : https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
- # [02:03] <dekiss> thank you for help
- # [02:03] <dekiss> Hixie nice live DOM tree viewer if you made it ^^ :) http://software.hixie.ch/utilities/js/live-dom-viewer/#
- # [02:03] <dekiss> good job
- # [02:03] * Quits: jernoble (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Textual IRC Client: www.textualapp.com)
- # [02:04] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [02:04] <Hixie> thanks
- # [02:05] <dekiss> I am not sure why but I have set white-space: pre-wrap; on textarea and when I press enter and when I put more white spaces with spacebar nothing hapens
- # [02:05] <slowhands> it would be really cool if you integrated it with jsfiddle or gists
- # [02:05] <Hixie> not gonna happen :-)
- # [02:05] <dekiss> in paragraph sorry not textarea
- # [02:05] * Joins: nessy (~silviapf@124-149-48-246.dyn.iinet.net.au)
- # [02:07] <slowhands> it would be cool. but thats ok
- # [02:07] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [02:07] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [02:08] <dekiss> I am sorry I missed the selector -_-
- # [02:09] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Ping timeout: 256 seconds)
- # [02:09] <slowhands> i didn't realize you were referring to form inputs
- # [02:10] <dekiss> yaa word-space ftw!
- # [02:10] <dekiss> white* haha
- # [02:10] <dekiss> omg I need one episode of star trek to make little pause ^^
- # [02:11] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [02:12] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 252 seconds)
- # [02:14] <dekiss> which is best element for making structure of webpage? I use section element as generic element to divide my webpage into sections I have a lot of section elements is this bad? any idea what to use if not section? div will be better? or it doesn't matter so much?
- # [02:17] <slowhands> no not bad
- # [02:17] <slowhands> but older browsers will bug out
- # [02:17] <slowhands> you will need the shiv/shim
- # [02:17] <dekiss> ok thanks
- # [02:17] <slowhands> the typical hierarchy is sections then articles
- # [02:18] <slowhands> divs for more unconventional things
- # [02:18] <slowhands> try to keep it semantic
- # [02:18] * Quits: mygish (~mygan@78-70-166-27-no181.tbcn.telia.com) (Read error: Connection reset by peer)
- # [02:18] * Quits: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net) (Ping timeout: 260 seconds)
- # [02:18] <slowhands> with nav and footer
- # [02:18] <slowhands> a good resource is CodeSchool. I really like their html5 course. its really interactive and pretty fast
- # [02:22] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
- # [02:25] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [02:27] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [02:30] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Quit: Frextual IRC Client: www.frextualapp.com)
- # [02:34] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [02:34] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [02:39] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 256 seconds)
- # [02:40] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [02:44] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [03:11] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [03:15] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [03:16] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [03:20] * Joins: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net)
- # [03:33] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
- # [03:33] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
- # [03:33] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [03:41] * Joins: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net)
- # [03:42] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [03:53] * Quits: annevk (~annevk@pc6d192.kyotnt01.ap.so-net.ne.jp) (Remote host closed the connection)
- # [03:55] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [03:59] * Joins: annevk (~annevk@pc6d192.kyotnt01.ap.so-net.ne.jp)
- # [04:00] * Quits: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [04:03] <dekiss> which is newline character in html?On deciaml html unicode code unit of enter key I don't get new line
- # [04:08] * Quits: annevk (~annevk@pc6d192.kyotnt01.ap.so-net.ne.jp) (Remote host closed the connection)
- # [04:11] * Quits: ivan\ (~ivan@unaffiliated/ivan/x-000001) (Quit: ERC Version 5.3 (IRC client for Emacs))
- # [04:12] * Joins: ivan\ (~ivan@unaffiliated/ivan/x-000001)
- # [04:13] * Joins: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net)
- # [04:21] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [04:27] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [04:33] * Quits: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [04:37] * Joins: weinig (~weinig@24.130.60.35)
- # [04:44] * Quits: heycam|away (~cam@nextlevelau.spd.co.il) (Quit: Terminated with extreme prejudice - dircproxy 1.0.5)
- # [04:55] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [04:59] <dekiss> YEEEEEEEEE
- # [05:09] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [05:10] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
- # [05:35] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [05:45] * weinig is now known as weinig|lateDinne
- # [06:05] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [06:10] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Ping timeout: 276 seconds)
- # [06:14] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
- # [06:31] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [06:50] * Quits: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net) (Ping timeout: 256 seconds)
- # [06:58] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [07:02] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [07:07] * Quits: danbri_ (~danbri@cable-146-255-152-197.dynamic.telemach.ba) (Remote host closed the connection)
- # [07:07] * Quits: weinig|lateDinne (~weinig@24.130.60.35) (Quit: weinig|lateDinne)
- # [07:20] * Quits: vitorpacheco (~vitor@189-105-42-75.user.veloxzone.com.br) (Ping timeout: 256 seconds)
- # [07:21] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [07:27] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [07:30] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [07:34] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [07:35] * Joins: nimbu (~nimbu@90-145-158-4.bbserv.nl)
- # [07:39] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
- # [07:39] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [07:44] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [07:45] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [07:49] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 256 seconds)
- # [07:57] * Quits: nimbu (~nimbu@90-145-158-4.bbserv.nl) (Quit: Leaving.)
- # [08:01] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [08:01] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [08:06] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [08:21] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [08:22] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [08:26] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 264 seconds)
- # [08:30] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [08:33] * Joins: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk)
- # [08:42] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [08:44] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [08:46] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [08:51] * Quits: izhak (~izhak@31.47.118.199) (Read error: Connection reset by peer)
- # [08:56] * Joins: Ms2ger (~Ms2ger@175.202-242-81.adsl-dyn.isp.belgacom.be)
- # [08:57] * Quits: barneybook|2 (~kvirc@220-136-60-154.dynamic.hinet.net) (Read error: Connection reset by peer)
- # [09:03] * Quits: dekiss (~dejan@unaffiliated/dekiss) (Quit: Ex-Chat)
- # [09:11] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [09:13] * Joins: Adawerk_ (~ada@169.241.49.57)
- # [09:13] * Joins: nessy1 (~silviapf@202-159-131-199.dyn.iinet.net.au)
- # [09:15] * Joins: ivan``_ (~ivan@unaffiliated/ivan/x-000001)
- # [09:16] * Quits: ivan`` (~ivan@unaffiliated/ivan/x-000001) (Ping timeout: 264 seconds)
- # [09:16] * Quits: jochen__ (jochen@nat/google/x-bjxbxaopvyepulez) (Ping timeout: 264 seconds)
- # [09:16] * Quits: runeh (~Rune@phlebotinum.org) (Ping timeout: 264 seconds)
- # [09:16] * Joins: jochen__ (jochen@nat/google/x-rlkvfchzlpxxazkk)
- # [09:16] * Joins: runeh (~Rune@phlebotinum.org)
- # [09:16] * Quits: Adawerk (~ada@169.241.49.57) (Ping timeout: 264 seconds)
- # [09:17] * Quits: nessy (~silviapf@124-149-48-246.dyn.iinet.net.au) (Ping timeout: 252 seconds)
- # [09:17] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [09:25] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [09:26] * Quits: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk) (Ping timeout: 268 seconds)
- # [09:30] * Quits: rcombs (~rcombs@rcombs.me) (Ping timeout: 256 seconds)
- # [09:39] * Joins: rcombs (~rcombs@rcombs.me)
- # [09:43] * Joins: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk)
- # [09:45] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
- # [09:52] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [09:54] * Quits: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk) (Ping timeout: 264 seconds)
- # [09:56] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [10:02] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [10:05] * Joins: [[zzz]] (~q@node-8y0.pool-125-25.dynamic.totbb.net)
- # [10:08] * Joins: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk)
- # [10:08] * Quits: [[zz]] (~q@node-mj8.pool-101-108.dynamic.totbb.net) (Ping timeout: 240 seconds)
- # [10:08] * Joins: skcin7 (~skcin7@192.69.243.2)
- # [10:12] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [10:13] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
- # [10:13] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Client Quit)
- # [10:14] * Joins: izhak (~izhak@31.47.118.199)
- # [10:14] * Quits: mh0 (mh0@unaffiliated/mh0) (Ping timeout: 260 seconds)
- # [10:20] * Quits: ^esc (~esc_ape@178.115.250.83.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
- # [10:22] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [10:23] * Joins: danbri (~danbri@cable-146-255-152-197.dynamic.telemach.ba)
- # [10:26] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Ping timeout: 240 seconds)
- # [10:28] * Quits: izhak (~izhak@31.47.118.199) (Read error: Operation timed out)
- # [10:33] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [10:35] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
- # [10:40] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [10:43] * Joins: nonge (~nonge@p508295E5.dip0.t-ipconnect.de)
- # [10:47] * Quits: nonge_ (~nonge@p5082AC3E.dip0.t-ipconnect.de) (Ping timeout: 276 seconds)
- # [10:52] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Ping timeout: 264 seconds)
- # [10:55] * Joins: ^esc (~esc_ape@178.115.249.172.wireless.dyn.drei.com)
- # [10:58] * Joins: barneybook (~kvirc@114-36-55-160.dynamic.hinet.net)
- # [11:26] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [11:27] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
- # [11:28] * Joins: mattgifford (~mattgiffo@108.161.20.199)
- # [11:32] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 240 seconds)
- # [11:38] * Quits: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [12:04] * Quits: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk) (Ping timeout: 256 seconds)
- # [12:05] * Joins: timClicks (~tim@101.98.184.137)
- # [12:09] * Joins: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk)
- # [12:10] * Joins: dekiss (~dejan@77.29.84.76)
- # [12:10] * Quits: dekiss (~dejan@77.29.84.76) (Changing host)
- # [12:10] * Joins: dekiss (~dejan@unaffiliated/dekiss)
- # [12:11] * Quits: dekiss (~dejan@unaffiliated/dekiss) (Read error: Connection reset by peer)
- # [12:12] * Joins: dekiss (~dejan@unaffiliated/dekiss)
- # [12:21] * Quits: dekiss (~dejan@unaffiliated/dekiss) (Read error: Connection reset by peer)
- # [12:22] * Quits: bacilla (~karolis@unaffiliated/velkam) (Ping timeout: 241 seconds)
- # [12:23] * Joins: bacilla (~karolis@unaffiliated/velkam)
- # [12:43] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [12:46] * Quits: barneybook (~kvirc@114-36-55-160.dynamic.hinet.net) (Read error: Connection reset by peer)
- # [12:56] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
- # [13:17] * Joins: scor (~scor@drupal.org/user/52142/view)
- # [13:17] * Quits: scor (~scor@drupal.org/user/52142/view) (Client Quit)
- # [13:24] * Quits: timClicks (~tim@101.98.184.137) (Remote host closed the connection)
- # [13:25] * Quits: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk) (Ping timeout: 252 seconds)
- # [13:27] * Parts: JibberJim (~opera@host-78-146-58-128.as13285.net)
- # [13:28] * Joins: JibberJim (~opera@host-78-146-58-128.as13285.net)
- # [13:36] * Joins: dekiss (~dejan@77.28.31.215)
- # [13:36] * Quits: dekiss (~dejan@77.28.31.215) (Changing host)
- # [13:36] * Joins: dekiss (~dejan@unaffiliated/dekiss)
- # [13:36] * Quits: dekiss (~dejan@unaffiliated/dekiss) (Read error: Connection reset by peer)
- # [13:37] * Joins: dekiss (~dejan@unaffiliated/dekiss)
- # [14:02] * Quits: skcin7 (~skcin7@192.69.243.2) (Quit: Computer has gone to sleep.)
- # [14:11] * Joins: skcin7 (~skcin7@192.69.243.2)
- # [14:20] * Joins: barneybook (~kvirc@220-136-60-154.dynamic.hinet.net)
- # [14:38] * Quits: nessy1 (~silviapf@202-159-131-199.dyn.iinet.net.au) (Quit: Leaving.)
- # [14:42] * Joins: yorick (~yorick@oftn/member/yorick)
- # [15:13] * Quits: dekiss (~dejan@unaffiliated/dekiss) (Read error: Connection reset by peer)
- # [15:14] * Joins: dekiss (~dejan@unaffiliated/dekiss)
- # [15:54] * Joins: vitorpacheco (~vitor@189-105-42-75.user.veloxzone.com.br)
- # [16:18] * Quits: skcin7 (~skcin7@192.69.243.2) (Ping timeout: 264 seconds)
- # [16:35] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [16:39] * Joins: skcin7 (~skcin7@cpe-76-171-156-36.socal.res.rr.com)
- # [16:47] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Remote host closed the connection)
- # [16:49] * Quits: karlcow (~karl@nerval.la-grange.net) (Quit: :tiuQ tiuq sah woclrak)
- # [16:57] * Quits: skcin7 (~skcin7@cpe-76-171-156-36.socal.res.rr.com) (Read error: Connection reset by peer)
- # [17:03] * Joins: skcin7 (~skcin7@cpe-76-171-156-36.socal.res.rr.com)
- # [17:19] * Joins: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net)
- # [17:21] * Joins: karlcow (~karl@nerval.la-grange.net)
- # [17:22] * Joins: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net)
- # [17:22] * Joins: annevk (~annevk@pc6d192.kyotnt01.ap.so-net.ne.jp)
- # [17:30] * Quits: danbri (~danbri@cable-146-255-152-197.dynamic.telemach.ba) (Remote host closed the connection)
- # [17:31] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
- # [17:35] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [17:49] * Quits: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [17:54] * [[zzz]] is now known as [[zz]]
- # [17:55] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [18:01] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [18:06] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [18:13] * Quits: annevk (~annevk@pc6d192.kyotnt01.ap.so-net.ne.jp) (Remote host closed the connection)
- # [18:15] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [18:23] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [18:29] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
- # [18:32] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [18:34] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
- # [18:35] * Quits: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi) (Ping timeout: 240 seconds)
- # [18:37] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [18:37] * Joins: SimonSapin (~simon@94-195-203-91.zone9.bethere.co.uk)
- # [18:43] * Joins: marcdm (~marcdm@72.27.152.15)
- # [18:43] <marcdm> hey all
- # [18:43] <marcdm> I have some questions regarding html5lib-python, anyone want to help me out?
- # [18:48] <Ms2ger> You can always try
- # [19:02] * Quits: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net) (Quit: Leaving.)
- # [19:03] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [19:07] * Quits: marcdm (~marcdm@72.27.152.15) (Ping timeout: 240 seconds)
- # [19:08] * Joins: weinig (~weinig@17.212.154.202)
- # [19:09] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [19:14] * Quits: weinig (~weinig@17.212.154.202) (Quit: weinig)
- # [19:18] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [19:20] * Joins: marcdm (~marcdm@72.27.103.0)
- # [19:23] <SimonSapin> marcdm: just ask, someone might answer later
- # [19:24] <marcdm> it's ok. I think I posted it to the mailing list. If it doesn't go thru (I don't see it yet), I'll post an issue on github
- # [19:25] <marcdm> it's about the treewalker/_base.py. it does isinstance(name, six.text_type) where I think it should be isinstance(name, six.string_types)
- # [19:33] * Joins: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi)
- # [19:35] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
- # [19:35] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [19:39] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [19:40] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [19:42] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [19:48] * Joins: weinig (~weinig@17.212.154.202)
- # [19:50] * Joins: izhak (~izhak@31.47.118.199)
- # [19:51] <GPHemsley> Ms2ger: Did you see all my babbling from yesterday after you left?
- # [19:51] <GPHemsley> about html5lib and anolis
- # [19:52] <Ms2ger> Attribute order? I don't quite remember what the story was there
- # [19:52] * Ms2ger looks
- # [19:54] <Ms2ger> http://code.google.com/p/html5lib/issues/detail?id=153
- # [19:55] <GPHemsley> https://github.com/html5lib/html5lib-python/issues/37
- # [19:56] <GPHemsley> but AFAICT, attributes are not actually maintained in their original order
- # [19:57] <GPHemsley> (and there appear to be 4 different commits associated with that bug that presume to do the same thing)
- # [19:57] <GPHemsley> oh, I should say that I installed the git html5lib using the instructions on the wiki
- # [19:57] <GPHemsley> and I didn't get the dependencies I needed
- # [19:58] <GPHemsley> so it's possible that I missed others
- # [19:58] <GPHemsley> "sudo python setup.py install" apparently doesn't use the requirements.txt file(s)
- # [20:01] <gsnedders> GPHemsley: Basically no Python document tree API preserves attribute order
- # [20:01] <gsnedders> GPHemsley: So what html5lib does is basically irrelevant
- # [20:01] <GPHemsley> gsnedders: Are you sure that your fix made things better and not worse? At least sorting them alphabetically maintains a predictable order.
- # [20:02] <gsnedders> GPHemsley: There's a filter that gives the old behaviour
- # [20:02] <gsnedders> GPHemsley: Of giving alphabetical order.
- # [20:03] <GPHemsley> gsnedders: How does that work? (Or does Ms2ger already know?)
- # [20:03] <Ms2ger> I don't
- # [20:04] <GPHemsley> because this breaks the tests for anolis, and will likely cause unnecessary churn in specs (IIUC)
- # [20:04] <gsnedders> GPHemsley: The point is given a tree API that does preserve order, html5lib should roundtrip correctly. This means we can't blindingly reorder attributes.
- # [20:05] <GPHemsley> gsnedders: Well, I don't know the particulars, but it doesn't seem like whatever anolis is using is preserving order, either alphabetical or given
- # [20:05] <gsnedders> Probably we should make the filter have a native API in the serializer much as inject_meta_charset, etc., is
- # [20:06] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [20:06] <gsnedders> GPHemsley: Right, given a lot of tree APIs in Python you will get no defined order (in practice, it's the hash of a dict key)
- # [20:07] <GPHemsley> gsnedders: So are you saying that you removed the alphabetical sorting from html5lib without replacing it with something that preserves order? (I don't really know how html5lib works.)
- # [20:08] <gsnedders> GPHemsley: By default, yes. (You have to realize html5lib doesn't have any tree format of its own — it just uses various existing XML toolchains, and they're what don't preserve order.)
- # [20:08] <gsnedders> GPHemsley: Optionally, you can preserve order. We do this for the html5lib test suite, for obvious reason (i.e., determinism).
- # [20:08] <GPHemsley> gsnedders: So you have to tell html5lib which tree format to us?
- # [20:08] <gsnedders> GPHemsley: Yes.
- # [20:09] <GPHemsley> Ms2ger: So I guess we need to do this?
- # [20:10] <gsnedders> GPHemsley, Ms2ger: can one of you file a bug on the AlphabeticizeAttributes filter not having a native API like inject_meta_charset?
- # [20:10] <gsnedders> Because that is an oversight.
- # [20:10] <GPHemsley> Ms2ger: I'll leave that to you, as I assume you have a better knowledge of the inner workings of html5lib.
- # [20:10] <gsnedders> (html5lib.serialize(my_document, alphabeticize_attributes=True) should work as an API basically)
- # [20:10] <gsnedders> Rather than having to use the long-hand API.
- # [20:11] <gsnedders> marcdm: Oh, someone mentioned that on IRC before.
- # [20:11] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Ping timeout: 245 seconds)
- # [20:11] <gsnedders> marcdm: File a bug, as that probably shouldn't be the behaviour on Python 2.
- # [20:11] <GPHemsley> gsnedders: As an aside, do you have any idea why I wouldn't have gotten the right dependencies installed when I installed html5lib per the WHATWG wiki article?
- # [20:11] <gsnedders> What wiki article?
- # [20:12] <GPHemsley> sudo python setup.py install
- # [20:12] <GPHemsley> err
- # [20:12] <GPHemsley> ugh
- # [20:12] <Ms2ger> GPHemsley, that's an assumption I'm not sure is warranted :)
- # [20:12] <GPHemsley> http://wiki.whatwg.org/wiki/Anolis
- # [20:12] <GPHemsley> Ms2ger: Well, I defer to you anyway ;)
- # [20:12] <Ms2ger> I don't want to think about attribute order tonight, file an issue? :)
- # [20:12] <gsnedders> Why does that wiki article not just say to use pip for all of them?
- # [20:13] <GPHemsley> gsnedders: Probably for historical reasons
- # [20:13] <GPHemsley> gsnedders: (Which is not to say it shouldn't now.)
- # [20:13] <Ms2ger> pip? What's that? ;)
- # [20:14] <Ms2ger> And in particular, that'd require me to upload anolis to pypy rather more often, I'd think
- # [20:14] <gsnedders> Ms2ger: I meant for the dependencies.
- # [20:14] <Ms2ger> Python dependencies make me cry
- # [20:14] <gsnedders> Ms2ger: Do what the hell you want for Anolis, that's your project. ;P
- # [20:15] <Ms2ger> If you mean for lxml/cssselect, I blame... tantek?
- # [20:15] <GPHemsley> gsnedders, Ms2ger: https://github.com/html5lib/html5lib-python/issues/62
- # [20:15] <gsnedders> For html5lib it says you have to use it from git. I wonder why.
- # [20:15] <gsnedders> Did Anolis not work with 0.95?
- # [20:16] <Ms2ger> It did
- # [20:16] <gsnedders> GPHemsley: Cheers.
- # [20:16] <Ms2ger> (It used to refer to google code)
- # [20:16] <gsnedders> Now really I'm going away.
- # [20:17] * Ms2ger waves
- # [20:19] <GPHemsley> Ms2ger: So now what do we do with this order filter thing?
- # [20:20] <Ms2ger> File an Anolis issue? :)
- # [20:20] <marcdm> gsnedders: issue #63 submitted on github
- # [20:31] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Quit: Frextual IRC Client: www.frextualapp.com)
- # [20:31] * Quits: izhak (~izhak@31.47.118.199) (Ping timeout: 276 seconds)
- # [20:33] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [20:33] <GPHemsley> Ms2ger: https://bitbucket.org/ms2ger/anolis/issue/16/force-sorted-attributes
- # [20:34] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [20:43] <Ms2ger> Thanks
- # [20:47] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
- # [20:47] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Client Quit)
- # [20:59] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [21:00] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [21:05] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [21:08] * Quits: skcin7 (~skcin7@cpe-76-171-156-36.socal.res.rr.com) (Read error: Connection reset by peer)
- # [21:14] * Joins: skcin7 (~skcin7@cpe-76-171-156-36.socal.res.rr.com)
- # [21:25] * Joins: jarek (~jarek@unaffiliated/jarek)
- # [21:27] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [21:27] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 246 seconds)
- # [21:31] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [21:32] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
- # [21:36] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Ping timeout: 256 seconds)
- # [21:56] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [21:59] * Quits: vitorpacheco (~vitor@189-105-42-75.user.veloxzone.com.br) (Remote host closed the connection)
- # [21:59] * Quits: Ms2ger (~Ms2ger@175.202-242-81.adsl-dyn.isp.belgacom.be) (Quit: nn)
- # [22:03] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
- # [22:11] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Quit: Leaving)
- # [22:17] * Quits: skcin7 (~skcin7@cpe-76-171-156-36.socal.res.rr.com) (Ping timeout: 264 seconds)
- # [22:19] * Quits: weinig (~weinig@17.212.154.202) (Quit: weinig)
- # [22:32] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [22:36] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 252 seconds)
- # [22:45] * Joins: nessy (~silviapf@202-159-131-199.dyn.iinet.net.au)
- # [22:56] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
- # [22:57] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Client Quit)
- # [23:00] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
- # [23:00] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Remote host closed the connection)
- # [23:09] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
- # [23:11] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Quit: Frextual IRC Client: www.frextualapp.com)
- # [23:13] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
- # [23:15] * Quits: dbaron (~dbaron@173-228-85-238.dsl.dynamic.sonic.net) (Read error: Operation timed out)
- # [23:17] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
- # [23:22] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
- # [23:24] * Quits: mitsuhiko (~mitsuhiko@ubuntu/member/mitsuhiko) (Ping timeout: 245 seconds)
- # [23:29] * Joins: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt)
- # [23:34] * Quits: marcosc (~marcosc@bl7-52-53.dsl.telepac.pt) (Ping timeout: 245 seconds)
- # [23:39] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Quit: Frextual IRC Client: www.frextualapp.com)
- # [23:58] * Joins: mitsuhiko (~mitsuhiko@ubuntu/member/mitsuhiko)
- # Session Close: Mon Jun 17 00:00:00 2013
The end :)