00:44
<jwalden>
Hixie: assertEquals((-0.00006).toFixed(4), "-0.0001", "toFixd(4) wrong for -0.00006"); // typo "toFixd"
03:34
<othermaciej>
Hixie: ayt?
04:03
<Hixie>
othermaciej: yeah
04:03
<othermaciej>
Hixie: one of the khtml developers said that acid3 tests for the default type of <button> being "button"
04:03
<othermaciej>
I didn't verify that it does, but if so, that's contrary to HTML 4.01
04:04
<othermaciej>
(and I don't think there is a superseding later spec)
04:15
<Hixie>
it is?
05:40
<othermaciej>
HTML 4.01 says the default is "submit"
05:40
<othermaciej>
http://www.w3.org/TR/REC-html40/interact/forms.html#adef-type-BUTTON
07:11
<Hixie>
othermaciej: oh right. IE defaults to button.
07:11
<Hixie>
duh
07:11
<Hixie>
my bad will fix
09:07
<MacDome>
othermaciej: we do it wrong of course :)
09:07
<MacDome>
Hixie: there is some other part of the spec which talks about "type = button" though, I'm sure of it
09:09
<MacDome>
ah
09:09
<MacDome>
I was just reading the spec wrong
09:51
<othermaciej>
MacDome: I don't remember if we match IE or Firefox, or which matches the spec, or whether this is a compat issue
12:42
<gsnedders>
Lachy: ASCII art rulez.
13:05
<Lachy>
gsnedders, I assume you're referring to the site I twitterd? http://procool.ru/interesting/funny_kitten.htm
13:08
<gsnedders>
Lachy: yeah
13:09
<gsnedders>
anyhow, bbiab
13:49
<hsivonen>
hmm. <menu> now has this: "If there is a menu element ancestor: phrasing content."
13:50
<hsivonen>
that requirement together with the element normally being prose is no fun at all
13:51
<hsivonen>
Hixie: are you sure that is what you meant and you didn't mean that <li> as descendants of <menu> take either phrase or <menu>?
13:52
<hsivonen>
Hixie: why would one want to allow <menu><li><code><menu>...</menu></code></li></menu>?
13:56
<zcorpan>
hsivonen: the intent was to allow nested <menu>s (for submenus)
13:57
<zcorpan>
perhaps the rule would be better as "if the parent is an <li>, and that element's parent is a <menu>"?
13:57
<hsivonen>
zcorpan: do you mean in ways other than having the nested menu as the only child of a <li>?
13:57
<hsivonen>
zcorpan: right. that's what I'm after
13:59
<hsivonen>
time for me to send email again, I guess
14:12
<hsivonen>
Hixie: in general, making the proseness of an element depend on ancestors is very, very bad for RELAX NG
14:13
<hsivonen>
(proseness depending on parent is fine, though)
14:14
<hsivonen>
ouch. I had forgot about the whole datatemplate thing
14:16
hsivonen
continues with the ostrich approach to datatemplates
16:18
jwalden
is sad that RFC 4329 is two years too late for acid3
16:25
<jwalden>
Hixie: any reason for a duplicated case 12 in test 1?