Re: [whatwg] Parsing: don't move and to

2007-05-21 Thread Anne van Kesteren
On Mon, 21 May 2007 12:02:54 +0200, Anne van Kesteren <[EMAIL PROTECTED]> wrote: Internet Explorer 7 and Opera 9 don't move and to the element during parsing (much like they don't do that for

Re: [whatwg] Parsing: ignore ?

2007-05-21 Thread Anne van Kesteren
On Mon, 21 May 2007 12:14:51 +0200, Maciej Stachowiak <[EMAIL PROTECTED]> wrote: If we simply ignore there's no longer a need to append elements to the head element pointer. In fact, we can remove it. I'm not sure how much this would complicate conformance checking, but it would certainly

Re: [whatwg] [WF2] Clear On Focus attribute

2007-05-21 Thread Anne van Kesteren
e only possible value (indicating the input field or textarea should be cleared upon focusing it) would probably be most suitable. WebKit implements a placeholder= attribute which seems more suitable for this purpose. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] Style sheet loading and parsing (over HTTP)

2007-05-22 Thread Anne van Kesteren
sheets. Anything that ends up with a status code of 200 that is fetched from a "style sheet loader" (, @import) is parsed and applied. It would be nice if the specification said something along those lines. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Content-Type (was Style sheet loading and parsing (over HTTP))

2007-05-23 Thread Anne van Kesteren
ore general argument against Content-Type. At 10:44 +0200 UTC, on 2007-05-22, Anne van Kesteren wrote: For compatibility with the web it seems important to simply ignore Content-Type in all modes. I'm confused about "in all modes" in this context. I thouht the idea was to do

Re: [whatwg] Style sheet loading and parsing (over HTTP)

2007-05-23 Thread Anne van Kesteren
documents to match reality. Until that happens HTML 5 provides the necessary details. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Style sheet loading and parsing (over HTTP)

2007-05-24 Thread Anne van Kesteren
e not really up for debate. It has to be compatible with the web. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Style sheet loading and parsing (over HTTP)

2007-05-24 Thread Anne van Kesteren
iirc. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Style sheet loading and parsing (over HTTP)

2007-05-24 Thread Anne van Kesteren
sers can start to comply with their specification. That doesn't give us anything useful now so I rather waste not too much time on it. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Style sheet loading and parsing (over HTTP)

2007-05-25 Thread Anne van Kesteren
On Thu, 24 May 2007 19:07:58 +0200, Sander Tekelenburg <[EMAIL PROTECTED]> wrote: At 10:02 +0200 UTC, on 2007-05-23, Anne van Kesteren wrote: On Wed, 23 May 2007 04:05:26 +0200, Sander Tekelenburg <[EMAIL PROTECTED]> wrote: I'm confused about "in all modes" in this

Re: [whatwg] Style sheet loading and parsing (over HTTP)

2007-05-28 Thread Anne van Kesteren
On Mon, 28 May 2007 08:21:58 +0200, Karl Dubost <[EMAIL PROTECTED]> wrote: Le 24 mai 2007 à 16:50, Anne van Kesteren a écrit : The HTML WG accepted to review the HTML 5 proposal. Presumably members of the HTML WG are doing that. I'm not sure why they would need tutorials as well t

Re: [whatwg] ISO-8859-* and the C1 control range

2007-05-29 Thread Anne van Kesteren
rresponding windows-* family decoder?) 1. I heard rumors that browsers treat that particular range special in Unicode as well. 2. Maybe we should e-mail the charmod people about the bug in their document? Cheers, -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] P element's content model restrictions

2007-05-29 Thread Anne van Kesteren
han in standards-mode.) I don't care much for the semantic side of things but changing section 8.2 (and Acid2) to make not become as per HTML4 would be fine with me. We discussed this recently in #whatwg. Simon has some ideas about it. -- Anne van Kesteren <http://annevankeste

Re: [whatwg] should be allowed in

2007-05-29 Thread Anne van Kesteren
On Wed, 30 May 2007 00:11:22 +0200, David Hyatt <[EMAIL PROTECTED]> wrote: WinIE allows it, and we just changed WebKit to allow it too. So what exactly do you do when scripting is _disabled_ in this case? For instance with or ? -- Anne van Kesteren <http://annevankesteren.n

Re: [whatwg] should be allowed in

2007-05-30 Thread Anne van Kesteren
On Wed, 30 May 2007 10:23:51 +0200, Ivo Emanuel Gonçalves <[EMAIL PROTECTED]> wrote: As Anne pointed out, is used to display alternative content that

Re: [whatwg] should be allowed in

2007-05-30 Thread Anne van Kesteren
you're making the assumption that any consumer of HTML content is a browser. I think the primary consumer is. Content is written mostly against browsers, not parsing libraries. Parsing libraries should just follow the specification (like html5lib tries to do). -- Anne van Kes

Re: [whatwg] HTMLDocument.title and SVGDocument

2007-06-02 Thread Anne van Kesteren
content in both languages. Compound documents where both the HTML and the SVG have a title are possible, but that seems obscure enough that a special DOM API to get both titles is probably unnecessary. Even in that case only one title can be the document title. -- Anne va

Re: [whatwg] No-DOM HTML

2007-06-02 Thread Anne van Kesteren
tainty they don't need to be reordered. This is not an option. Consider test versus test Sending mutation events is probably the only way to go. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Issues concerning the element and xml:base

2007-06-02 Thread Anne van Kesteren
re are a lot of pages on the internet. It might be something we could restrict to quirks mode pages though, that's not a bad idea at all. Please don't introduce more quirks mode nonsense. We have more than enough already as it is. -- Anne van Kesteren <http://annevan

[whatwg] typos in HTMLElement IDL

2007-06-02 Thread Anne van Kesteren
* tabindex -> tabIndex * contenteditable -> contentEditable * The irrelevant DOM attribute currently doesn't link because there's no around its definition. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] Setting innerHTML to null or undefined

2007-06-02 Thread Anne van Kesteren
For .innerHTML = null Opera and Internet Explorer act as if the literal string "null" was used. Firefox acts as if "" was used. For .innerHTML = undefined Opera, Firefox and Internet Explorer act as if the literal string "undefined" was used.

Re: [whatwg] Issues concerning the element and xml:base

2007-06-05 Thread Anne van Kesteren
o if people code towards the new IE7. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Web Forms attributes: minlength / autocomplete

2007-06-06 Thread Anne van Kesteren
d. This attribute is defined in a way that is compatible with existing implementations. It was introduced long ago but never formally specified. So we can't really change it. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Web Forms attributes: minlength / autocomplete

2007-06-06 Thread Anne van Kesteren
of its specs may not be changed anymore, even though the HTML5 specs are still in working draft. Correct. The specification is driven by implementation and vice versa. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] CR "entities" and LFCR

2007-06-07 Thread Anne van Kesteren
These should be converted to LF too. One thing that might be interesting to look into is the handling of LFCR in browsers (as opposed to CRLF). I haven't done that yet... Some browsers (just tested Opera) also normalize two newline entities following each other (CRLF pair). -- Ann

Re: [whatwg] On separation of code and data

2007-06-07 Thread Anne van Kesteren
's much more convenient to have event listeners in the markup. It also makes sense if it's just a part of the application. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Web Forms attributes: minlength / autocomplete

2007-06-07 Thread Anne van Kesteren
7;re wrong. maxlength= was made to truncate (again) because not doing so broke existing content. (Implementation experience coming from Opera implementing the Web Forms 2 specification.) -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] CR "entities" and LFCR

2007-06-08 Thread Anne van Kesteren
On Thu, 07 Jun 2007 23:12:38 +0200, Michael A. Puls II <[EMAIL PROTECTED]> wrote: On 6/7/07, Anne van Kesteren <[EMAIL PROTECTED]> wrote: These should be converted to LF too. One thing that might be interesting to look into is the handling of LFCR in browsers (as opposed to CRLF

Re: [whatwg] Still more comments and questions on Web Apps 1.0

2007-06-09 Thread Anne van Kesteren
s and the root element can be beneficial for the readability of the final output. I'd keep them there, just like XML does. I don't think XML does that, actually. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Still more comments and questions on Web Apps 1.0

2007-06-10 Thread Anne van Kesteren
On Sat, 09 Jun 2007 23:03:54 +0200, Michel Fortin <[EMAIL PROTECTED]> wrote: I don't think XML does that, actually. See the first paragraph of http://www.w3.org/TR/xml/#syntax for the reason why this is so. White space outside the the root element is markup and not text.

Re: [whatwg] CR "entities" and LFCR

2007-06-11 Thread Anne van Kesteren
29%5B0%5D.firstChild.data%20%3D%20%22x%5Cr%5Cnx%22%20%3C/script%3E%3C/pre%3E%0D%0A can be used for playing with this. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg]

2007-06-12 Thread Anne van Kesteren
ne at some point. Well, at least the version switches that are important for interoparability. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] [WF2] Why does list="" work with ?

2007-06-12 Thread Anne van Kesteren
thors may start using in combination with display:none which is not what is desired. (This was mentioned on IRC, but it's probably worth mentioning here as well.) -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Empty attribute syntax

2007-06-13 Thread Anne van Kesteren
for tokenization differences I suppose, but I don't believe you're testing those here and I think there's still some research to be done for the exact tokenization rules. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Allowed characters in attribute names (was: Re: Steps for finding one or two numbers in a string)

2007-06-13 Thread Anne van Kesteren
On Wed, 13 Jun 2007 10:26:48 +0200, Thomas Broyer <[EMAIL PROTECTED]> wrote: 2007/6/13, Simon Pieters: On Wed, 13 Jun 2007 09:11:31 +0200, Thomas Broyer wrote: > I'd rather change the #tokenisation section to generate more parse > errors. Why? What if you want to pass a paramater to a plugin w

Re: [whatwg] Allowed characters in attribute names

2007-06-13 Thread Anne van Kesteren
the particular plugin implementation. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Allowed characters in attribute names

2007-06-13 Thread Anne van Kesteren
e able to use it with and be forced to use . Given that is deprecated, that's not a big deal. is not deprecated. It's the dedicated element for plugin content. In fact, no element or attribute is deprecated in HTML5. They are either part of the language or not.

Re: [whatwg] Allowed characters in attribute names

2007-06-13 Thread Anne van Kesteren
mbed" means "display" and "object" means "run" but breaking the fixed interface rule weighs more than introducing this distinction IMHO. How does deprecating help with your specific problem? -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] Parsing: comments (was: Re: About adopting quirks mode parsing)

2007-06-14 Thread Anne van Kesteren
We're encountering some difficulties with the current algorithm. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Entity parsing

2007-06-15 Thread Anne van Kesteren
hings like "naïve" actually conforming. I don't know if we want this. Rather not. This would break unencoded URLs: ?foo=bar®ion=baz → ?foo=bar®ion=baz You mean that Internet Explorer breaks them already? That doesn't make much sense to me. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Entity parsing

2007-06-16 Thread Anne van Kesteren
For what it's worth, they have _always_ been optional in HTML. And you're right, some people might do that. In fact, it was done wrong so often for that browsers now all support a charset= attribute on for indicating the document encoding. -- Anne van Kesteren <

Re: [whatwg] Entity parsing

2007-06-16 Thread Anne van Kesteren
On Fri, 15 Jun 2007 21:21:06 +0200, Kornel Lesinski <[EMAIL PROTECTED]> wrote: On Fri, 15 Jun 2007 19:37:46 +0100, Anne van Kesteren <[EMAIL PROTECTED]> wrote: I've defined the parsing and conformance requirements in a way that matches IE. As a side-effect, this has made t

Re: [whatwg] Please make < inside tags a parse error

2007-06-17 Thread Anne van Kesteren
t from &, ", ', etc.? The element eventually created would be non-conforming anyway. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Please make < inside tags a parse error

2007-06-18 Thread Anne van Kesteren
ibute values as errors. Neh: http://www.whatwg.org/>WHATWG. Maybe a warning at the discretion of conformance checkers. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] Parsing: comments DOCTYPE stuff

2007-06-18 Thread Anne van Kesteren
"DOCTYPE name state" and "After DOCTYPE name state" should probably set the correctness flag to incorrect for EOF. For the tree construction phase a correctness flag that is set to incorrect should also be a parse error. Otherwise foobarnonsense> will be conforming.

Re: [whatwg] Parsing: comments DOCTYPE stuff

2007-06-18 Thread Anne van Kesteren
On Mon, 18 Jun 2007 16:26:10 +0200, Anne van Kesteren <[EMAIL PROTECTED]> wrote: For the tree construction phase a correctness flag that is set to incorrect should also be a parse error. Otherwise foobarnonsense> will be conforming. This is flagged at the tokenizing level. S

Re: [whatwg] "in caption" insertion mode

2007-06-19 Thread Anne van Kesteren
On Mon, 18 Jun 2007 22:25:46 +0200, Ian Hickson <[EMAIL PROTECTED]> wrote: On Sun, 10 Dec 2006, Anne van Kesteren wrote: The "Anything else" case should probably trigger a parse error before reprocessing the current token. Why? Could you show a sample of markup that would go t

Re: [whatwg] Parsing: don't move and to

2007-06-20 Thread Anne van Kesteren
On Wed, 20 Jun 2007 04:00:03 +0200, Ian Hickson <[EMAIL PROTECTED]> wrote: On Mon, 21 May 2007, Anne van Kesteren wrote: Internet Explorer 7 and Opera 9 don't move and to the element during parsing (much like they don't do that for

[whatwg] CDATA and RCDATA restrictions don't always trigger a parse error

2007-06-20 Thread Anne van Kesteren
iven that conformance checkers are required to follow the parsing section this is a problem I think. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] innerHTML for HTML and

2007-06-20 Thread Anne van Kesteren
On Mon, 18 Jun 2007 22:26:57 +0200, Ian Hickson <[EMAIL PROTECTED]> wrote: On Sat, 9 Dec 2006, Anne van Kesteren wrote: On Fri, 08 Dec 2006 22:57:07 +0100, Ian Hickson <[EMAIL PROTECTED]> wrote: The section "If the child node is a Text or CDATASection node" should inclu

[whatwg] Parsing: handling of ,

2007-06-20 Thread Anne van Kesteren
I'm not convinced http://html5.org/tools/web-apps-tracker?from=917&to=918 is a good change to make. This changes how things like or

[whatwg] Parsing: initial phase "anything else"

2007-06-20 Thread Anne van Kesteren
If you encounter a start tag, end tag, end-of-file or non-space character token during the initial phase that token should be reprocessed in the root element phase. Just switching to the root element phase is not enough. -- Anne van Kesteren <http://annevankesteren.nl/>

Re: [whatwg] Parsing: handling of ,

2007-06-21 Thread Anne van Kesteren
On Wed, 20 Jun 2007 22:17:26 +0200, Ian Hickson <[EMAIL PROTECTED]> wrote: On Wed, 20 Jun 2007, Anne van Kesteren wrote: I'm not convinced http://html5.org/tools/web-apps-tracker?from=917&to=918 is a good change to make. This changes how things like or

[whatwg] Server sent events: sending documents

2007-06-21 Thread Anne van Kesteren
. Something like application/x-dom-document-event-stream... -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] Parsing: "in head noscript" and

2007-06-21 Thread Anne van Kesteren
Currently if you encounter or inside a element in the scripting disabled case you will get incorrect results as the current node is not the element but the element. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] Forms:

2007-06-21 Thread Anne van Kesteren
rror handling.) -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Forms:

2007-06-21 Thread Anne van Kesteren
On Thu, 21 Jun 2007 17:13:40 +0200, Thomas Broyer <[EMAIL PROTECTED]> wrote: 2007/6/21, Anne van Kesteren: It would be good if radio controls can not be shared accross multiple forms as that makes them a huge mess. Opera's proposal would be that if there's a form attribute sp

Re: [whatwg] Parsing: initial phase "anything else"

2007-06-22 Thread Anne van Kesteren
On Fri, 22 Jun 2007 07:08:17 +0200, Ian Hickson <[EMAIL PROTECTED]> wrote: On Wed, 20 Jun 2007, Anne van Kesteren wrote: If you encounter a start tag, end tag, end-of-file or non-space character token during the initial phase that token should be reprocessed in the root element phase

Re: [whatwg] Parsing: initial phase "anything else"

2007-06-22 Thread Anne van Kesteren
On Fri, 22 Jun 2007 13:43:17 +0200, Anne van Kesteren <[EMAIL PROTECTED]> wrote: On Fri, 22 Jun 2007 07:08:17 +0200, Ian Hickson <[EMAIL PROTECTED]> wrote: On Wed, 20 Jun 2007, Anne van Kesteren wrote: If you encounter a start tag, end tag, end-of-file or non-space character toke

Re: [whatwg] Entity parsing

2007-06-24 Thread Anne van Kesteren
eah, it makes sense to follow Internet Explorer 7 for this. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] Parsing: and

2007-06-27 Thread Anne van Kesteren
These closing tags also need to be "guided" through the head element phase and such to ensure documents such as behave similar to the browsers we try to imitate in English. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Entity parsing

2007-06-28 Thread Anne van Kesteren
icated rules that do not actually handle existing documents optimally. 1) It was quite easy to implement. Took me about thirty minutes including updating several tests and adding a few extra tests. (In html5lib, Python.) 2) You're saying that content breaks in IE? -- Anne van Kes

Re: [Whatwg] Request for HTML-only print link

2007-07-28 Thread Anne van Kesteren
most browsers (not sure about mobile devices though). * * * ... cover this. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Why Canvas?

2007-08-01 Thread Anne van Kesteren
issues we have with today (although, like CSS, it's still usable). -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Why Canvas?

2007-08-01 Thread Anne van Kesteren
graphics primitives to handle any rectangular entities, not just ? There are lots of potential problems, such as how it would interact with plugins or some video if both render to the same context. Or if you allow it on elements such as what would happen if text resizing caused the canvas

Re: [whatwg] Help with HTML5 Audio

2007-08-04 Thread Anne van Kesteren
's no such event handler on the Audio object. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] [WA1] Audio and relative URIs

2007-08-06 Thread Anne van Kesteren
ich takes into account the tag. Yes, but window.location.href does not. It probably makes sense to make it work exactly like: var i = new Image() i.src = url -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] members

2007-08-06 Thread Anne van Kesteren
hor. I can't really think of any use cases at the moment though. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] (was: Re: [html5] HTMLMapElement.images)

2007-08-08 Thread Anne van Kesteren
be to make certain parts of the image not "clickable". Given that, it makes sense to me to reduce the number of attributes browsers have to implement for ... -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] hashchange only dispatched in history traversal

2007-08-10 Thread Anne van Kesteren
Wouldn't it make sense to dispatch the event whenever location.hash changes value? When following a link for instance? (Unless I misunderstood something it's currently only dispatched in history traversal.) -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg]

2007-08-20 Thread Anne van Kesteren
't use getElementById() anyway as you have to check both id= and name=. To keep behavior the same between HTML quirks, HTML standards and XML doing a case-insensitive match makes some sense. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] document.writeln() without arguments

2007-09-11 Thread Anne van Kesteren
document.writeln() without arguments should cause a single line-break to be inserted into the stream. This should probably be part of the document.writeln() definition. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Offline Web Apps

2007-09-13 Thread Anne van Kesteren
s "no longer" very relevant.) -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Offline Web Apps

2007-09-13 Thread Anne van Kesteren
On Thu, 13 Sep 2007 17:30:02 +0200, Aaron Boodman <[EMAIL PROTECTED]> wrote: On Sep 13, 2007 4:44 AM, Anne van Kesteren <[EMAIL PROTECTED]> wrote: I feel like me and the other querystringers are missing some critical detail that would make omitting querystring support work. So here

Re: [whatwg] Offline Web Apps

2007-09-13 Thread Anne van Kesteren
rry about the browser/scripting context change. You seem to have missed what I pointed out earlier: http://www.whatwg.org/specs/web-apps/current-work/#pushstate This allows applications to make distinct URIs while keeping all the other benefits. -- Anne van Kesteren <http://an

[whatwg] SQL API error handling

2007-09-20 Thread Anne van Kesteren
abase that is not available for some reason * Database that is full I think it should also be a bit more clear on how the user agent constructs the SQL statement. Cheers, -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Offline Web Apps

2007-09-21 Thread Anne van Kesteren
for this. XMLHttpRequest level 2 supports sending ByteArray. So you could do something like the following maybe: xhr.send(file.bytes) Although if HTML5 gains a native File object I suppose support for that could be added as well if there's any benefit. -- Anne van Kesteren <

Re: [whatwg] [wf2] :read-write pseudoclass description issue

2007-09-24 Thread Anne van Kesteren
Quoting Rikkert Koppes <[EMAIL PROTECTED]>: > [...] A > disabled control can still match this pseudo-class; the states are > orthogonal. > > I believe the term "orthogonal" is incorrect here. :read-write is orthogonal to :disabled. That's co

Re: [whatwg] Compatibility problems with HTML5 Canvas spec.

2007-09-26 Thread Anne van Kesteren
to be decided for Infinity -Infinity and NaN for all of those. I don't have a strong opinion on it either way, although I would prefer it to be decided quickly so we have some time to propagate the changes in time for Opera 9.5. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Radio controls shared with multiple forms

2007-09-27 Thread Anne van Kesteren
On Tue, 19 Dec 2006 17:18:48 +0100, Anne van Kesteren <[EMAIL PROTECTED]> wrote: The draft should probably be more explicit about: Assuming "form1" and "form2" both exist selecting the first control will unset the controls associated with

Re: [whatwg] Video, Closed Captions, and Audio Description Tracks

2007-10-09 Thread Anne van Kesteren
should be possible for the browser to layer something div-equivalent over the media elements supporting captioning and pipe the HTML captions into it (with caution, imagine a caption itself recursively embedding a video). I think the cue points feature is designed to do that. -- Anne van Kesteren

[whatwg] database full error (was: Re: executeSql API is synchronous)

2007-10-12 Thread Anne van Kesteren
some platforms there's not much storage space available and knowing whether or not there's some space left is useful. So you can decide to only store the critical data for instance. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] When to stop elements from playing

2007-10-19 Thread Anne van Kesteren
at matches what Opera implements, too. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] When to stop elements from playing

2007-10-19 Thread Anne van Kesteren
On Fri, 19 Oct 2007 12:02:24 +0200, timeless <[EMAIL PROTECTED]> wrote: On 10/19/07, Anne van Kesteren <[EMAIL PROTECTED]> wrote: For that you need something in the browser UI. There's a large, maybe infinite, number of ways to make not visible even if it's within the

Re: [whatwg] When to stop elements from playing

2007-10-19 Thread Anne van Kesteren
On Fri, 19 Oct 2007 12:36:17 +0200, Robert O'Callahan <[EMAIL PROTECTED]> wrote: On Oct 19, 2007 9:03 PM, Anne van Kesteren <[EMAIL PROTECTED]> wrote: var soundeffect = new Audio("sound.wav") soundeffect.onload = function() { this.play() } which is what was poss

Re: [whatwg] When to stop elements from playing

2007-10-19 Thread Anne van Kesteren
e; left:-1000px } -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] When to stop elements from playing

2007-10-19 Thread Anne van Kesteren
) { this.play() } which is what was possible with the old Audio API (became ) Opera implemented. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] SQL API and database metadata at creation

2007-10-25 Thread Anne van Kesteren
ker?from=1093&to=1094 -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] SVG extensions to

2007-10-25 Thread Anne van Kesteren
nicer at some point. Cheers, -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] SQL API and changeVersion() with no callbacks

2007-10-26 Thread Anne van Kesteren
g that that have an explicit "null" though. Who do other people think? There at least some feedback from the developer community that they'd like to see optional arguments: http://www.dustindiaz.com/dom-interfaces-suck/ -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] SVG extensions to

2007-10-27 Thread Anne van Kesteren
ink that's one of the reasons it's simply gets clipped instead of scaled. (And clipping is a feature too, keep that in mind.) -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg]

2007-10-27 Thread Anne van Kesteren
The way newlines are handled for should also apply to to keep things consistent. That is, lines are CRLF delimited. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] several messages about a way to disable referer headers for links

2007-11-04 Thread Anne van Kesteren
orrect the spelling of "referer", we certainly need not duplicate it for "noreferrer". There must be some end to this self-humiliation. I think it's way better to stay consistent. Especially as the feature affects the Referer (sic) header. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Element

2007-11-04 Thread Anne van Kesteren
more off-topic, there are people working on solving this issue: http://lists.w3.org/Archives/Public/www-style/2007May/0030.html -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Feed autodiscovery draft may be resurrected

2007-11-05 Thread Anne van Kesteren
e know what happened with this? "Regardless of any specific issues that may exist with the draft itself, there was zero interest demonstrated. So, now it really is dead." -- http://www.imc.org/atom-syntax/mail-archive/msg19733.html -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

[whatwg] markup (was: Re: time and meter elements)

2007-12-11 Thread Anne van Kesteren
what I consider misuse of in that example, I would encourage people to use hCard to mark up a name instead of us introducing an element for the purpose. How would you mark that up instead? (currently) doesn't allow block-level descendents. -- Anne van Kesteren <http://annevankeste

Re: [whatwg] clientWidth and innerWidth

2007-12-19 Thread Anne van Kesteren
napping. The CSS WG is working on this: http://dev.w3.org/csswg/cssom-view/ Discussion "should" take place on [EMAIL PROTECTED] The draft will be published as a W3C First Public Working Draft soonish, though this may be after new year given the holidays and such. -- Anne van

Re: [whatwg] Suggestion: API for accessing cookies (document.cookies)

2007-12-28 Thread Anne van Kesteren
On Fri, 28 Dec 2007 18:13:38 +0100, Christian Schmidt <[EMAIL PROTECTED]> wrote: What do you think of this? I think that globalStorage and sessionStorage obviate the need for cookies. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Revised Plan for Server-sent DOM events

2008-01-07 Thread Anne van Kesteren
velopers more likely to use it. This does have the disadvantage that you always share your data with everyone where you can restrict that with Access Control. Especially for authenticated services this might be problematic. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

Re: [whatwg] Minor addition/rewording for canvas section

2008-01-14 Thread Anne van Kesteren
URL() and getImageData() functions throw for an unsafe HTMLCanvasElement. -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>

<    1   2   3   4   5   6   7   8   9   10   >