<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jul 10, 2009, at 6:31 PM, Robert O'Callahan wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Sat, Jul 11, 2009 at 5:23 AM, Aryeh Gregor <span dir="ltr"><<a href="mailto:Simetrical%2Bw3c@gmail.com">Simetrical+w3c@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"> Maybe you'd try testing all the video types you support, and<br> if one is "maybe" while another is "probably" you'd go with<br> "probably"? </blockquote><div><br>Right. Or you might have plugin-based fallback you can use if you get "maybe". Other authors with no plugin-based fallback would go ahead if they get "maybe".<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Programmers expect binary logic,<br> not ternary (look at the complaints about SQL's NULL).<br> </blockquote></div><br>I agree. In the past I argued for two boolean functions.<br><br>Anyway, it's a little late now to change canPlayType more than we just did. There is already deployed content checking for "probably"/"maybe".<br></blockquote></div><br><div>If I were designing the API from scratch, I would have two functions, "mightPlayType()" and "canDefinitelyPlayType()". That would make it easier to write natural boolean expressions. However, I think the current canPlayType() is good enough - the empty string pseudo-false return should make it mostly ok to treat canPlayType as a boolean method. Also, it's a change that we felt we could rush into Firefox and Safari updates without undue risk, before the even more broken version with the "no" return got locked in. To everyone proposing more wide-ranging changes , this API is probably past the point where we can freely change it any way we want.</div><div><br></div><div>Regards,</div><div>Maciej</div><div><br></div></body></html>