[Bug 14094] EventSource: Add example of listening for and using an event type other than 'message'

2011-10-05 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14094 Ian 'Hixie' Hickson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 14393] New: If exception is thrown during upgradeneeded event dispatch, abort the VERSION_CHANGE transaction

2011-10-05 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14393 Summary: If exception is thrown during upgradeneeded event dispatch, abort the VERSION_CHANGE transaction Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All

[Bug 13772] Example code should contain a comma instead of semicolon: worker.port.postMessage({ foo: 'structured', bar: ['data', 'also', 'possible']});

2011-10-05 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13772 Ian 'Hixie' Hickson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

Re: [DOM4] XML lang

2011-10-05 Thread Jonas Sicking
On Wed, Oct 5, 2011 at 1:14 AM, Marcos Caceres wrote: > Would it be possible to add something to DOM4 to allow one to find out what > language (xml:lang) was inherited from up the chain, if any? > > Use cases: > > 1. I need to find elements of a particular type/name that are in a particular > la

Re: [indexeddb] Implicit Transaction Request associated with failed transactions

2011-10-05 Thread David Grogan
On Tue, Oct 4, 2011 at 3:01 AM, Jonas Sicking wrote: > On Mon, Oct 3, 2011 at 7:59 PM, Jonas Sicking wrote: > > On Mon, Sep 12, 2011 at 2:53 PM, Israel Hilerio > wrote: > >> Based on previous conversations, it seems we've agreed that there are > situations in which a transaction could failed in

[Bug 13975] Get rid of multi-Range Selections

2011-10-05 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13975 Aryeh Gregor changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Joint meeting of the CSS/WebApps/WebFonts WGs

2011-10-05 Thread Levantovsky, Vladimir
Dear WG Chairs, W3C Staff contacts and WG members, The WebFonts WG has recently published WOFF specification as W3C Candidate Recommendation. The specification flags two features as "at risk", both of them related to font loading behavior with default same-origin restriction and CORS as a mecha

Re: [DOM4] XML lang

2011-10-05 Thread Bjoern Hoehrmann
* Marcos Caceres wrote: >1. I need to find elements of a particular type/name that are in a >particular language (in tree order), so that I can extract that >information to display to a user. .selectNodes("//type[lang('language')]") >2. I need to check what the language of an element is (if any

New tests for element traversal properties

2011-10-05 Thread Philippe Le Hegaret
I took a pass at rewriting the existing element traversal tests we have at [1]: http://w3c-test.org/webapps/ElementTraversal/tests/submissions/W3C/ The new tests now relies on testharness.js, so they can easily be integrated in the framework. I also submitted those tests to DOM Core as well: ht

[Bug 14389] New: Remove =FunctionOnly from the callbacks

2011-10-05 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14389 Summary: Remove =FunctionOnly from the callbacks Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2

Re: [DOM4] XML lang

2011-10-05 Thread Boris Zbarsky
On 10/5/11 10:51 AM, Marcos Caceres wrote: One other question: "expensive" is a relative term. How often do you expect to perform this operation? Not very in my case. The document is static. OK. Just to put this into perspective, on the attached testcase I get numbers in the 40-300 range on

Re: [DOM4] XML lang

2011-10-05 Thread Marcos Caceres
On Wednesday, October 5, 2011 at 4:36 PM, Boris Zbarsky wrote: > On 10/5/11 4:14 AM, Marcos Caceres wrote: > > 1. I need to find elements of a particular type/name that are in a > > particular language (in tree order), so that I can extract that information > > to display to a user. > > This

Re: [DOM4] XML lang

2011-10-05 Thread Boris Zbarsky
On 10/5/11 4:14 AM, Marcos Caceres wrote: 1. I need to find elements of a particular type/name that are in a particular language (in tree order), so that I can extract that information to display to a user. This use case is handled by querySelectorAll and :lang, no? 2. I need to check what

[Bug 14252] Put DOM Range to rest

2011-10-05 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14252 Anne changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [DOM4] XML lang

2011-10-05 Thread Marcos Caceres
On Wednesday, October 5, 2011 at 11:08 AM, Robin Berjon wrote: > Unless you're dealing with documents of incredible depth, walking up the tree > should really not be all that costly. What's more, since you're dealing with > a tree that doesn't change, you can walk the tree once and precompute

Re: [DOM4] XML lang

2011-10-05 Thread Robin Berjon
Hi Marcos, On Oct 5, 2011, at 10:14 , Marcos Caceres wrote: > 2. I need to check what the language of an element is (if any), without > walking up the tree to look for an xml:lang attribute. Walking the tree is > expensive, specially when XML says that xml:lang value is inherited by > default.

Re: [DOM4] XML lang

2011-10-05 Thread Marcos Caceres
On Wednesday, 5 October 2011 at 10:14, Marcos Caceres wrote: > Would it be possible to add something to DOM4 to allow one to find out what > language (xml:lang) was inherited from up the chain, if any? > > Use cases: > > 1. I need to find elements of a particular type/name that are in a par

[DOM4] XML lang

2011-10-05 Thread Marcos Caceres
Would it be possible to add something to DOM4 to allow one to find out what language (xml:lang) was inherited from up the chain, if any? Use cases: 1. I need to find elements of a particular type/name that are in a particular language (in tree order), so that I can extract that information to

Re: RfC: LCWD of Web Socket API; comment deadline October 21

2011-10-05 Thread Anne van Kesteren
On Wed, 05 Oct 2011 09:15:45 +0200, Julian Reschke wrote: What's the Webapps WG's procedure to manage changes during LC? We have another Last Call. -- Anne van Kesteren http://annevankesteren.nl/

Re: RfC: LCWD of Web Socket API; comment deadline October 21

2011-10-05 Thread Julian Reschke
On 2011-09-29 18:28, Arthur Barstow wrote: On September 29, aLCWD of Web Sockets API was published: http://www.w3.org/TR/2011/WD-websockets-20110929/ Please send all comments to public-webapps@w3.org by October 21. I just noted that as of yesterday, the API spec contains the custom URI parsi