Re: [whatwg] Proposal for cross domain security framework

2008-06-23 Thread Anne van Kesteren
that do not check this header? It's not strictly required, but highly recommended. Older Web applications wouldn't opt-in and would therefore be as vulnerable as they are today. Anyway, this is the wrong list to debate that specification. You want [EMAIL PROTECTED] -- Anne van Kesteren http

Re: [whatwg] Javascript API to query supported codecs for video and audio

2008-06-18 Thread Anne van Kesteren
is that needed? The elements provide a way to link to multiple codecs of which the user agent will then make a choice. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Restricting style inheritance

2008-06-17 Thread Anne van Kesteren
div style='inherit: nothing'/div That would be CSS. I suggest you subscribe to the [EMAIL PROTECTED] mailing list and give your feedback there. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Sandboxing to accommodate user generated content.

2008-06-17 Thread Anne van Kesteren
= and seamless= we already have for sandboxing. This attribute, doc=, would take a string of markup where you would only need to escape the quotation character used (so either ' or ). The fallback for legacy user agents would be the src= attribute. -- Anne van Kesteren http://annevankesteren.nl

Re: [whatwg] comment on autofocus attribute from Web Forms 2.0 spec

2008-06-16 Thread Anne van Kesteren
. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] video background color

2008-06-13 Thread Anne van Kesteren
represent nothing. What does this mean? Black is customary for video, but leaving the region transparent (thus falling back to css background color) is another option. Which is better? Maybe a default style sheet entry like video { background-color:#000 } -- Anne van Kesteren http

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

2008-06-07 Thread Anne van Kesteren
in a particular browser while we can still make the handling something sane we can all agree on. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Bad CSS on the multipage version

2008-06-04 Thread Anne van Kesteren
specify it on font-size), it's different from the traditional em unit in that respect. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Bad CSS on the multipage version

2008-06-04 Thread Anne van Kesteren
with your suggested replacement rule? I'd expect that to not work. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Context help in Web Forms

2008-06-03 Thread Anne van Kesteren
that, if we don't make it clear what the idea is that might end up happening in practice here and there. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Proposal for a link attribute to replace a href

2008-06-02 Thread Anne van Kesteren
. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Proposal for a link attribute to replace a href

2008-05-31 Thread Anne van Kesteren
a as being phrasing content only. The only issue I see if this were added, is whether it would be better to have the ismap attribute of img only work with a or to have it work with the new element as well. The a element can already do this and it would be backwards compatible. -- Anne van Kesteren

Re: [whatwg] Proposal for a link attribute to replace a href

2008-05-30 Thread Anne van Kesteren
think we should allow this for cases as demonstrated by this site: http://noorderlicht.vpro.nl/ (Disclaimer: I have worked on that site three years ago.) (I agree that a global href= attribute would not be very feasible given all the other attributes a has.) -- Anne van Kesteren http

Re: [whatwg] link rel=icon width=

2008-05-05 Thread Anne van Kesteren
) that would imply a body element for instance. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] DOM Storage feedback

2008-04-28 Thread Anne van Kesteren
, setItem(foo, null); Is this correct? If so, the spec is fine as-is, and removeItem() is the only way to remove an individual item. This was what I was suggesting, yes. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] A suggestion, if postMessage becomes async

2008-04-23 Thread Anne van Kesteren
a * as argument? I would prefer we keep that part of the API as is. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Are unfocusable elements focusable with tabIndex=-1.

2008-04-23 Thread Anne van Kesteren
implementations do differ. I think it would make sense for Firefox and Opera (and Safari) to align with Internet Explorer and ignore the tabindex attribute when it has an invalid value specified. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Element borders as resizable handles

2008-04-20 Thread Anne van Kesteren
for: http://www.w3.org/TR/css3-background/#the-background-origin ? -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Element borders as resizable handles

2008-04-20 Thread Anne van Kesteren
100x100px wide regardless of the border size, but the content size would shrink and expand. Oh, you want 'box-sizing': http://www.w3.org/TR/2004/CR-css3-ui-20040511/#box-sizing (This property has several UA implementations already. Some with a prefix only, admittedly.) -- Anne van Kesteren http

Re: [whatwg] Question about the PICS label in HTML5

2008-04-17 Thread Anne van Kesteren
community. ' Is that really so? That's the current proposal. I personally think a W3C Recommendation backing it should be enough as well. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Supporting MathML and SVG in text/html, and related topics

2008-04-16 Thread Anne van Kesteren
obstacles to this exist? The Web. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Supporting MathML and SVG in text/html, and related topics

2008-04-16 Thread Anne van Kesteren
On Wed, 16 Apr 2008 22:01:49 +0200, William F Hammond [EMAIL PROTECTED] wrote: Anne van Kesteren [EMAIL PROTECTED] writes: The Web. Really!?! Yes, see for instance: http://lists.w3.org/Archives/Public/public-html/2007Aug/1248.html It's time for user agents to stop supporting bogus

Re: [whatwg] More Storage clarification

2008-04-10 Thread Anne van Kesteren
setItem() is called with a null value. 2 - Specify setItem(key, null) to have the exact same effects as removeItem(key). I prefer #2. Thoughts? Euhm, setItem() takes two strings. Therefore I'd expect null, undefined, etc. to be stringified. -- Anne van Kesteren http://annevankesteren.nl/ http

Re: [whatwg] img element: downloading a resource

2008-04-10 Thread Anne van Kesteren
On Fri, 11 Apr 2008 02:03:45 +0200, Ian Hickson [EMAIL PROTECTED] wrote: On Tue, 7 Nov 2006, Anne van Kesteren wrote: The definition of downloading a resource must be clear that even if the resource does not need to be downloaded (because it has been cached or something) the load event still

Re: [whatwg] Request: Canvas Tag CSS

2008-04-08 Thread Anne van Kesteren
/daltonize/ As far as that goes I don't think you should classify canvas any different from a scripted img. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Request: window.postMessage should be async

2008-04-06 Thread Anne van Kesteren
synchronous was more a side effect of the moving process than something intentional.) -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Request: Canvas Tag CSS

2008-04-06 Thread Anne van Kesteren
search and replace through JavaScript files and CSS files not suffice? Alternatively, you could use getComputedStyle() to get the color values from your CSS file. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Listing element

2008-04-05 Thread Anne van Kesteren
in the specification. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Request: window.postMessage should be async

2008-04-04 Thread Anne van Kesteren
synthesized event dispatching is synchronous. I don't think postMessage() should be different. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Request: window.postMessage should be async

2008-04-04 Thread Anne van Kesteren
On Sat, 05 Apr 2008 00:03:58 +0200, Aaron Boodman [EMAIL PROTECTED] wrote: On Fri, Apr 4, 2008 at 2:39 PM, Anne van Kesteren [EMAIL PROTECTED] wrote: It doesn't make sense to change this given that all synthesized event dispatching is synchronous. I don't think postMessage() should

Re: [whatwg] Video

2008-04-03 Thread Anne van Kesteren
with camcorders, to be clear, given that animation in HTML has come up elsewhere.) -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Video

2008-04-03 Thread Anne van Kesteren
there's considerable overlap between the two communities they're not the same thing. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Images preprocessing

2008-03-31 Thread Anne van Kesteren
extensions to the input type=file control and canvas. (The extensions basically give you access to the file contents.) They will have to write the processing script themselves. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Tree construction: parse error and plaintext

2008-03-12 Thread Anne van Kesteren
use plaintext, you'll have a parse error at EOF. Is this intended? Yes: http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-January/009113.html -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Preventing nested click() calls

2008-03-10 Thread Anne van Kesteren
think we're fine either way though. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

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

2008-03-02 Thread Anne van Kesteren
for Firefox 3 not to fix its behavior (which is fine by me, the restriction on moving nodes doesn't make much sense). I'd expect it to be used with XMLHttpRequest for instance. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

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

2008-03-01 Thread Anne van Kesteren
resource however if the base URI changed since the initial load. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] @Irrelevant [was: Re: Thoughts on HTML 5]

2008-02-29 Thread Anne van Kesteren
already have sections in the page for several steps, but only one of those sections is currently relevant. The rest is marked irrelevant until the user completes some action. This is a totally different case from the one you seem to be worried about. -- Anne van Kesteren http

Re: [whatwg] Proposal for a link attribute to replace a href

2008-02-27 Thread Anne van Kesteren
[... global attribute for links ...] We have a FAQ entry on this -- quite common -- request: http://wiki.whatwg.org/wiki/FAQ#Does_HTML5_support_href_on_any_element_like_XHTML_2.0.3F Hope that helps! -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] HTML 5: The l (line) element

2008-02-19 Thread Anne van Kesteren
.../) on the same nesting level from an empty into a start tag. Actually, we can't. /br is a br start tag because of legacy. I don't see why l is so compelling by the way. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Workers in HTML5

2008-02-19 Thread Anne van Kesteren
the object and interface a different name doesn't really help. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] drawImage with non-existent images

2008-02-18 Thread Anne van Kesteren
no new risk here. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

[whatwg] reply() extension to postMessage()

2008-02-14 Thread Anne van Kesteren
described in terms of equivalence. That is, e.reply(message) is equivalent to e.source.postMessage(message, e.origin) except that the latter won't work anymore when reply() is added. Kind regards, -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] reply() extension to postMessage()

2008-02-14 Thread Anne van Kesteren
reply is invoked on that event object it creates an event that again has the same UUID. Both parties can have multiple conversations that way by checking the UUID of the message. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] createImageData - new ImageData() ?

2008-02-10 Thread Anne van Kesteren
On Sun, 10 Feb 2008 10:21:34 +0100, Ian Hickson [EMAIL PROTECTED] wrote: On Sun, 3 Feb 2008, Anne van Kesteren wrote: Why not give the object a constructor? I think that's cleaner. Also, Opera already supports that :-) The relationship between the height and width arguments and the height

Re: [whatwg] SQL storage and onunload

2008-02-10 Thread Anne van Kesteren
On Sat, 09 Feb 2008 22:06:39 +0100, Alexey Proskuryakov [EMAIL PROTECTED] wrote: On Feb 9, 2008, at 12:58 PM, Anne van Kesteren wrote: As far as the unload handler question, what are the semantics for XHR? I think the user leaving the page is the same as aborting the download. I've seen

Re: [whatwg] canvas and ImageData

2008-02-10 Thread Anne van Kesteren
On Sun, 10 Feb 2008 22:52:33 +0100, Ian Hickson [EMAIL PROTECTED] wrote: On Sun, 3 Feb 2008, Anne van Kesteren wrote: The moment people start using getImageData() as storage mechanism (which they will if browsers do not fix their data: image origin stuff) you'll have a problem So you want

Re: [whatwg] SQL storage and onunload

2008-02-09 Thread Anne van Kesteren
On Fri, 08 Feb 2008 18:24:58 +0100, Brady Eidson [EMAIL PROTECTED] wrote: As far as the unload handler question, what are the semantics for XHR? I think the user leaving the page is the same as aborting the download. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] canvas and ImageData

2008-02-03 Thread Anne van Kesteren
van Kesteren http://annevankesteren.nl/ http://www.opera.com/

[whatwg] createImageData - new ImageData() ?

2008-02-03 Thread Anne van Kesteren
Why not give the object a constructor? I think that's cleaner. Also, Opera already supports that :-) -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] createImageData - new ImageData() ?

2008-02-03 Thread Anne van Kesteren
On Sun, 03 Feb 2008 12:20:54 +0100, Oliver Hunt [EMAIL PROTECTED] wrote: On Feb 3, 2008, at 2:38 AM, Anne van Kesteren wrote: Why not give the object a constructor? I think that's cleaner. Also, Opera already supports that :-) The biggest problem is that you would have to define

Re: [whatwg] Referer header sent with a ping?

2008-02-01 Thread Anne van Kesteren
-To. Provisionally registering headers is pretty simple and when HTML5 finally becomes a W3C Recommendation we can move them to the permanent registry. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Some video questions

2008-01-28 Thread Anne van Kesteren
, but will there be read-only attributes for the width, height and position for controls? There are readonly attributes to get the height and width of the video. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] More random comments on the putImageData definition

2008-01-25 Thread Anne van Kesteren
and ImageData.width and .height return 4 you know there's a factor two scaling happening between canvas pixels and device pixels. What the factor is between canvas pixels and CSS pixels isn't really relevant (and easy to determine). -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] More random comments on the putImageData definition

2008-01-25 Thread Anne van Kesteren
displays: canvas height=1000 width=1000 style=height:100px;width:100px (Might be a bit much.) -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] How to use SVG in HTML5?

2008-01-24 Thread Anne van Kesteren
files)? HTML 5 defines processing of HTML5, XHTML5, and documents created using DOM methods. Only the latter two can contain elements from other namespaces at this point. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Shadows

2008-01-15 Thread Anne van Kesteren
that it is a bit vague, but do you have any specific suggestions as to what it should say exactly? I'm not sure what to write. http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2007-June/011799.html -- 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
for an unsafe HTMLCanvasElement. -- 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
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] 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] clientWidth and innerWidth

2007-12-19 Thread Anne van Kesteren
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 Kesteren http://annevankesteren.nl/ http

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

2007-12-11 Thread Anne van Kesteren
Notwithstanding what I consider misuse of br 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? address (currently) doesn't allow block-level descendents. -- Anne van Kesteren http

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

2007-11-04 Thread Anne van Kesteren
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] BIG Element

2007-11-04 Thread Anne van Kesteren
, 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] SVG extensions to canvas

2007-10-27 Thread Anne van Kesteren
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] textarea pattern

2007-10-27 Thread Anne van Kesteren
The way newlines are handled for textarea maxlength should also apply to textarea pattern to keep things consistent. That is, lines are CRLF delimited. -- 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
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] SQL API and database metadata at creation

2007-10-25 Thread Anne van Kesteren
-- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

[whatwg] SVG extensions to canvas

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

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

2007-10-12 Thread Anne van Kesteren
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] Video, Closed Captions, and Audio Description Tracks

2007-10-09 Thread Anne van Kesteren
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 http://annevankesteren.nl

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: input type=radio name=A form=form1 input type=radio name=A form=form1 form2 checked input type=radio name=A form=form2 Assuming form1 and form2 both exist

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

2007-09-26 Thread Anne van Kesteren
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] [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 correct. -- Anne van Kesteren http://www.opera.com

Re: [whatwg] Offline Web Apps

2007-09-21 Thread Anne van Kesteren
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 http://annevankesteren.nl/ http

[whatwg] SQL API error handling

2007-09-20 Thread Anne van Kesteren
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-13 Thread Anne van Kesteren
page foo.cgi?page=x wouldn't that page also be simply the offline page? What exactly is the scenario in some more detail? (Note that with history.pushState() you can set the URI of the current page so the fragment identifier bookmarking argument is no longer very relevant.) -- Anne van

Re: [whatwg] Offline Web Apps

2007-09-13 Thread Anne van Kesteren
/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://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] map id=

2007-08-20 Thread Anne van Kesteren
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] 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] [WA1] Audio and relative URIs

2007-08-06 Thread Anne van Kesteren
into account the base href=/ 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] details members

2007-08-06 Thread Anne van Kesteren
of any use cases at the moment though. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Help with HTML5 Audio

2007-08-04 Thread Anne van Kesteren
handler on the Audio object. -- 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 canvas 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
, not just canvas? 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 div what would happen if text resizing caused the canvas to rescale, et cetera. -- Anne van Kesteren

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

2007-07-28 Thread Anne van Kesteren
browsers (not sure about mobile devices though). * a href=... media=print rel=alternate * area href=... media=print rel=alternate * link href= media=print rel=alternate ... cover this. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

Re: [whatwg] Entity parsing

2007-06-28 Thread Anne van Kesteren
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 Kesteren http

[whatwg] Parsing: /br and /p

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 !doctype html/br !doctype htmlhead/p 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-24 Thread Anne van Kesteren
On Sat, 23 Jun 2007 20:12:45 +0200, Sam Ruby [EMAIL PROTECTED] wrote: Before, A mdash B == A — B, now A mdash B == A amp;mdash B. Is that what we really want? Testing with Firefox, the old behavior is preferable. Yeah, it makes sense to follow Internet Explorer 7 for this. -- Anne van

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. Just

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 token during

Re: [whatwg] Parsing: handling of /body, /head

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=917to=918 is a good change to make. This changes how things like /bodymeta or /bodystyle work in browsers

[whatwg] Parsing: in head noscript and /body

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

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

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 meta and link to the head element during parsing (much like they don't do that for style). I think that's a good enough reason

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

2007-06-20 Thread Anne van Kesteren
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 plaintext

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 include the plaintext element

[whatwg] Parsing: handling of /body, /head

2007-06-20 Thread Anne van Kesteren
I'm not convinced http://html5.org/tools/web-apps-tracker?from=917to=918 is a good change to make. This changes how things like /bodymeta or /bodystyle work in browsers. That doesn't seem wise. -- Anne van Kesteren http://annevankesteren.nl/ http://www.opera.com/

[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/ http://www.opera.com/

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 through this path

<    7   8   9   10   11   12   13   14   15   16   >