| 00:01 | <ojan> | TabAtkins: yup...we get that wrong |
| 00:08 | <ojan> | What is the purpose of TR specs? |
| 00:08 | <TabAtkins> | To confuse and enrage. |
| 00:18 | <zewt> | Totally Retro |
| 00:18 | <zewt> | sorry, best i could come up with |
| 04:04 | <MikeSmith> | "The Whole Point Of Standards Is To Take Decisions Away From Developers" |
| 04:04 | <MikeSmith> | etc. |
| 04:04 | <MikeSmith> | http://krijnhoetmer.nl/irc-logs/ |
| 04:04 | <MikeSmith> | krijn: good stuff man |
| 04:04 | <MikeSmith> | not just that one but all of them |
| 04:17 | <MikeSmith> | dglazkov: y u at there? |
| 04:37 | <MikeSmith> | https://twitter.com/#!/mikebelshe/status/162799418565857280 |
| 04:37 | <MikeSmith> | "Upgraded Firefox9 to Firefox3.5 to avoid CORS retardation." |
| 04:37 | <MikeSmith> | Mike Belshe |
| 04:38 | <MikeSmith> | I wonder what problem he means |
| 04:38 | <MikeSmith> | oh |
| 04:38 | <MikeSmith> | Jonas on top of it already |
| 04:39 | MikeSmith | notices scheib |
| 04:39 | <MikeSmith> | scheib: fyi, if/when you need to reach me about some W3C thing, feel free to ping me here. Quicker than e-mail |
| 04:40 | <MikeSmith> | WTF |
| 04:40 | <MikeSmith> | "Now I need a disable SOP on firefox. There is none. I hate CORS." |
| 04:41 | <MikeSmith> | let's add a user option to disable the Web security model |
| 10:06 | <krijn> | MikeSmith: :) |
| 15:57 | <Ms2ger> | http://www.whatwg.org/issues/data.html?period=0 is looking nice |
| 21:28 | <GPHemsley> | Any chance of there being allowed multiple IDs for a single element? |
| 21:28 | <GPHemsley> | eg. id="id1 id2" |
| 21:36 | <Philip`> | GPHemsley: That would conflict with any currently-used IDs that contain spaces |
| 21:36 | <GPHemsley> | Philip`: According to the standard, IDs are not allowed to contain spaces |
| 21:36 | <Philip`> | They're not allowed to, but they still might |
| 21:37 | <GPHemsley> | oh |
| 21:37 | <GPHemsley> | hmm |
| 21:37 | <GPHemsley> | was that common? |
| 21:38 | <GPHemsley> | (couldn't have been that common, or else the restrictions on space characters would have been lifted, no?) |
| 21:44 | <webben> | GPHemsley: What would be the point of multiple IDs? |
| 21:48 | <GPHemsley> | webben: URL backwards compatability |
| 21:48 | <GPHemsley> | e.g. if you change the ID of an element but don't want to break URLs that used to link there |
| 21:49 | <GPHemsley> | (particularly relevant if the IDs are somehow auto-generated) |
| 21:59 | <Hixie> | GPHemsley: just put another elementthere with the other ID |
| 21:59 | <Hixie> | GPHemsley: (i do this often in the spec) |
| 22:00 | <GPHemsley> | Hixie: Doesn't seem a little hackish to you? |
| 22:00 | <GPHemsley> | +that |
| 22:00 | <Hixie> | *shrug* |