Re: [Selection] Should selection.getRangeAt return a clone or a reference?

2015-01-11 Thread Karl Dubost
Pulling out my user hat: Le 11 janv. 2015 à 01:30, Aryeh Gregor a écrit : > The reason for all this is that while it makes wonderful theoretical > sense to support multiple ranges for a selection, and is necessary for > extremely sensible features like allowing a user to select columns of > a tab

RE: Custom element design with ES6 classes and Element constructors

2015-01-11 Thread Domenic Denicola
Following some old bug links indicates to me this has all been gone over many times before. In particular: - https://www.w3.org/Bugs/Public/show_bug.cgi?id=20913 discussion of class syntax, prototypes, vs. , and more - https://www.w3.org/Bugs/Public/show_bug.cgi?id=21063 and related about upgr

Custom element design with ES6 classes and Element constructors

2015-01-11 Thread Domenic Denicola
This is a spinoff from the thread "Defining a constructor for Element and friends" at http://lists.w3.org/Archives/Public/public-webapps/2015JanMar/0038.html, focused specifically on the design of custom elements in that world. >> The logical extension of this, then, is that if after that >> `

RE: Defining a constructor for Element and friends

2015-01-11 Thread Domenic Denicola
From: Boris Zbarsky [mailto:bzbar...@mit.edu] > That said, I do have one question already: what does the term "own-instances" > mean in that document? Explained at the top: "Terminology: In what follows I use 'own-instances of X' to mean objects where obj.constructor === X, as distance from '

[Bug 27727] Remove DOMError from IDB

2015-01-11 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27727 Ms2ger changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|LATER