Re: [whatwg] [URL] Starting work on a URL spec

2010-07-24 Thread Boris Zbarsky
On 7/24/10 1:50 AM, Brett Zamir wrote: I would be particularly interested in data on this last, across different browsers, operating systems, and locales... There seem to be servers out there expecting their URIs in UTF-8 and others expecting them in ISO-8859-1, and it's not clear to me how to

Re: [whatwg] Constraint validation for maxlength

2010-07-24 Thread Ola P. Kleiven
On Sat, 24 Jul 2010 00:21:10 +0200, Aryeh Gregor simetrical+...@gmail.com wrote: On Thu, Jul 22, 2010 at 5:46 PM, Jonas Sicking jo...@sicking.cc wrote: I think that depends largely on how many, and how big, sites are affected by this. Do you have a list of known sites with this issue? No,

Re: [whatwg] [URL] Starting work on a URL spec

2010-07-24 Thread Boris Zbarsky
On 7/24/10 2:49 AM, Brett Zamir wrote: By the servers/scripting languages. While it is great that the browsers are involved in the process, I think it would be reasonable to invite the other stake-holders to join the discussions. If they're willing to talk to us, great. My past experience

Re: [whatwg] Please disallow javascript: URLs in browser address bars

2010-07-24 Thread Nikita Popov
On 24.07.2010 02:33, Bjartur Thorlacius wrote: Wrong. Plain wrong. Kids who like to test stuff do things like this. I do agree though that the urlbar isn't the right place, there should be a different prompt for this kind of stuff. Probably disabled at compile time by default and accessible

Re: [whatwg] Canvas stroke alignment

2010-07-24 Thread Nick
Op 24-7-2010 2:02, David Flanagan schreef: Nick wrote: Nice, less math. I think the outside alignment approach will only work on paths that have a 100% opacity fill. You'r right. The off-screen rectangle approach could work with opacity but it has the same problem with transparent pixels

Re: [whatwg] Script-related feedback

2010-07-24 Thread Diego Perini
Six out of the six mentioned sites are never visited by me. Though I know I am not representative in these numbers, I believe I recently saw tests about defer currently having different implementation across browser and different behavior depending on the script insertion point and again

Re: [whatwg] [URL] Starting work on a URL spec

2010-07-24 Thread Adam Barth
2010/7/23 Ian Fette (イアンフェッティ) ife...@google.com: http://code.google.com/apis/safebrowsing/developers_guide_v2.html#Canonicalization lists some interesting cases we've come across on the anti-phishing team in Google. To the extent you're concerned with / interested in canonicalizaiton, it

Re: [whatwg] [URL] Starting work on a URL spec

2010-07-24 Thread Peter Kasting
On Fri, Jul 23, 2010 at 8:59 PM, Silvia Pfeiffer silviapfeiff...@gmail.comwrote: Is that URLs as values of attributes in HTML or is that URLs as pasted into the address bar? I believe their processing differs... I strongly suggest ignoring browser address bars. As the author of most of the

Re: [whatwg] Timed tracks for video

2010-07-24 Thread Paul Ellis
On Fri, Jul 23, 2010 at 6:54 AM, Henri Sivonen hsivo...@iki.fi wrote: On Jul 23, 2010, at 08:40, Ian Hickson wrote: - Keep implementation costs for standalone players low. I think this should be a non-goal. It seems to me that trying to cater for non-browser user agents or non-Web uses in

Re: [whatwg] Constraint validation for maxlength

2010-07-24 Thread Mounir Lamouri
On 07/24/2010 08:46 AM, Ola P. Kleiven wrote: On Sat, 24 Jul 2010 00:21:10 +0200, Aryeh Gregor simetrical+...@gmail.com wrote: On Thu, Jul 22, 2010 at 5:46 PM, Jonas Sicking jo...@sicking.cc wrote: I think that depends largely on how many, and how big, sites are affected by this. Do you

Re: [whatwg] Timed tracks for video

2010-07-24 Thread Silvia Pfeiffer
On Sun, Jul 25, 2010 at 6:57 AM, Paul Ellis p...@ellisfoundation.comwrote: On Fri, Jul 23, 2010 at 6:54 AM, Henri Sivonen hsivo...@iki.fi wrote: On Jul 23, 2010, at 08:40, Ian Hickson wrote: - Keep implementation costs for standalone players low. I think this should be a non-goal. It

Re: [whatwg] Script-related feedback

2010-07-24 Thread Steve Souders
Defer doesn't achieve the desired behavior. The goal is load this script after everything else in the page is done. Instead, defer'ed scripts get loaded immediately, thus stealing one of the few network connections from other (more important) resources. Here's an example:

Re: [whatwg] [URL] Starting work on a URL spec

2010-07-24 Thread Maciej Stachowiak
On Jul 24, 2010, at 9:55 AM, Adam Barth wrote: 2010/7/23 Ian Fette (イアンフェッティ) ife...@google.com: http://code.google.com/apis/safebrowsing/developers_guide_v2.html#Canonicalization lists some interesting cases we've come across on the anti-phishing team in Google. To the extent you're

Re: [whatwg] video resource selection algorithm and NETWORK_NO_SOURCE

2010-07-24 Thread Maciej Stachowiak
On Jul 23, 2010, at 7:16 AM, Philip Jägenstedt wrote: Silvia made we aware of discrepancy in how browsers implement the resource selection algorithm, see forwarded message. It's my assessment that Opera is the only browser following the spec. I've filed this bug with Mozilla: