Re: An import statement for Web IDL

2009-06-29 Thread Ian Hickson
On Mon, 29 Jun 2009, Cameron McCormack wrote: I propose that we have an import statement that takes a (possibly relative) URL. If I were writing the DOM 2 Events IDL, then I’d write:   import http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/idl/dom.idl;;   import 

Re: Feature names: Typo in example

2009-06-29 Thread Marcos Caceres
Hi Marcin, For the LC DoC, can I get a quick confirmation that you are satisfied with the responses of the WG for this thread. Kind regards, Marcos On Fri, May 29, 2009 at 5:17 PM, Marcos Caceresmarc...@opera.com wrote: For the sake of the disposition of comment, please verify that you are

Re: [widgets] PC LC comments on I18N/L10N

2009-06-29 Thread Marcos Caceres
Hi Jere, Fixes and some questions below. I got stuck on your last point, can you please clarify it or suggest more clearly what you want me to do there? On Wed, Jun 3, 2009 at 11:47 AM, jere.kapy...@nokia.com wrote: Marcos, all, here's a bunch of comments related to the I18N/L10N related

Re: [widgets] PC LC#2 comment regarding icons

2009-06-29 Thread Marcos Caceres
Hi Venkat, On Fri, Jun 5, 2009 at 8:02 PM, Arthur Barstowart.bars...@nokia.com wrote: Marcos, All - I can't find a record of this email in the mail list archive. Begin forwarded message: From: Penukonda Venkat (EXT-PSD-MSW/Boston) ext-venkat.penuko...@nokia.com Date: June 2, 2009 11:59:34

Re: [widgets] Rule for extracting file data from a file entry

2009-06-29 Thread Marcos Caceres
On Wed, Jun 10, 2009 at 4:48 PM, Anne van Kesterenann...@opera.com wrote: The rule for extracting file data from a file entry is described in this section. This begs the question what a section is in this specification. It seems that the next paragraph defines this algorithm rather, not the

RE: [widgets] PC LC#2 comment regarding icons

2009-06-29 Thread Marcos Caceres
Following email is not showing up in the archive, so I'm forwarding it. Emails is relevant for the Widget's PC DoC. Kind regards, Marcos Original Message Subject: RE: [widgets] PC LC#2 comment regarding icons Date: Mon, 29 Jun 2009 16:26:32 +0200 From:

Re: [widgets] editorial style

2009-06-29 Thread Marcos Caceres
On Wed, Jun 10, 2009 at 5:03 PM, Anne van Kesterenann...@opera.com wrote: Why are Reserved Characters, control characters, and space characters presented in such a different way? It seems that they can be done in a single style in a single place. Editorial: Done. I created a new sub-section

[WebStorage] Property enumeration and checking presence

2009-06-29 Thread Nikunj R. Mehta
There is a requirement to obtain the storage mutex prior to performing Storage interface operations on the localStorage DOM attribute. Section 3.4 asks for obtaining the storage mutex during property enumeration, although this term is not used anywhere else in the document. Similarly, it

Re: File API Feedback

2009-06-29 Thread Arun Ranganathan
Garrett, Thanks for taking the time to review this. Garrett Smith wrote: http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.xhtml Why does the URI contain the date 2006? It certainly is confusing, but the '2006' persists as an artifact of the CVS repository that I'm using to work on

Re: Widgets PAG seeks feedback on Widget Updates spec

2009-06-29 Thread Robin Berjon
Hi, sorry, I hadn't seen that this was also posted publicly. On Jun 29, 2009, at 20:23 , Arthur Barstow wrote: The current Widgets-update Specification http://dev.w3.org/2006/waf/widgets-updates/ contains in 12.3 a description on how a widget could update itself by a javascript calling the

Fw: An import statement for Web IDL

2009-06-29 Thread Cameron McCormack
[Forwarded with permission.] - Forwarded message from Dimitry Golubovsky golubov...@gmail.com - From: Dimitry Golubovsky golubov...@gmail.com Date: Mon, 29 Jun 2009 07:27:28 -0400 To: Cameron McCormack c...@mcc.id.au Subject: An import statement for Web IDL Cameron, On Mon, Jun 29,

Re: An import statement for Web IDL

2009-06-29 Thread Cameron McCormack
Cameron McCormack: I propose that we have an import statement that takes a (possibly relative) URL. … Ian Hickson: I'd rather we just implicitly said that all IDL files were imported. What exactly would “all IDL files” include? The problem with import statements is that (a) they require

Re: Fw: An import statement for Web IDL

2009-06-29 Thread Cameron McCormack
Dimitry Golubovsky: I just think that this is a problem separate (although related) from the forward declarations that we started with, so let's discuss #include's as well. In fact, (maybe I didn't make myself clear) I am for keeping #include's and therefore having all dependent idl files

Re: An import statement for Web IDL

2009-06-29 Thread Maciej Stachowiak
On Jun 28, 2009, at 10:54 PM, Cameron McCormack wrote: The OMG-ish IDL fragments published for W3C specs use C preprocessor- like directives to include other IDL fragments, so that names resolve correctly. For example, http://www.w3.org/TR/DOM-Level-2-Events/idl/events.idl has: [...]