Re: [whatwg] link rel=icon width= height=aRe:

2008-05-08 Thread Martin Atkins
Ian Hickson wrote: Using media queries for this is serious overkill. I can easily imagine uses for this that are from code that doesn't have a media queries implementation available, and this isn't something that implementors are going to implement media queries for. We need a solution that

Re: [whatwg] Text APIs on canvas

2008-05-08 Thread Mathieu HENRI
Ian Hickson wrote: On Wed, 7 May 2008, Tim Johansson wrote: On Tue, 06 May 2008 05:10:41 +0200, Ian Hickson [EMAIL PROTECTED] wrote: I have introduced the following APIs: context.font context.textAlign context.textBaseline context.fillText() context.strokeText() strokeText

Re: [whatwg] link rel=icon width= height=aRe:

2008-05-08 Thread Křištof Želechovski
The integers should be separated by times; and not by x. In case you care about semantics, that is. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Hickson Sent: Thursday, May 08, 2008 4:18 AM To: WHATWG Subject: [whatwg] link rel=icon width=

Re: [whatwg] Adding mouseenter and mouseleave events

2008-05-08 Thread Křištof Želechovski
I have recently developed an application to identify persons pointed at on a photograph. When person A stands in front of person B the inquirer moves from person A to person B, the application becomes unstable: exit A, enter B, exit B, enter A. It is rather annoying. The person behind should be

Re: [whatwg] SQL section feedback

2008-05-08 Thread Křištof Želechovski
I think it is safest not to replace the placeholders at all; the data server engine should accept queries with parameters (submitted separately). Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Hickson Sent: Wednesday, May 07, 2008 7:15 AM To:

Re: [whatwg] A few editing suggestions for the HTML5 spec

2008-05-08 Thread Křištof Želechovski
The problem does not exist in German grammar because the infinitive is placed at the end. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maciej Stachowiak Sent: Wednesday, May 07, 2008 7:03 AM To: Peter Kasting Cc: [EMAIL PROTECTED]; Geoffrey

Re: [whatwg] Text APIs on canvas

2008-05-08 Thread Charles
Apple Macintosh, the GUI champion, uses condensed font. Lucida Grande is not considered a condensed font. -- Charles -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Krištof Želechovski Sent: Thursday, May 08, 2008 9:53 AM To: 'Mathieu HENRI'; [EMAIL

Re: [whatwg] Text APIs on canvas

2008-05-08 Thread Křištof Želechovski
I do not know about Lucida Grande, I stopped at Charcoal. Sad but true. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles Sent: Thursday, May 08, 2008 7:03 PM To: [EMAIL PROTECTED] Subject: Re: [whatwg] Text APIs on canvas Apple Macintosh,

Re: [whatwg] link rel=icon width= height=aRe:

2008-05-08 Thread Philipp Serafin
There's no need to request things more than once -- I base my editing decisions on the quality of the arguments put forward, not the quantity. By all means, if you have new information, bring it forward, but merely repeating what has already been said doesn't do anything. I'm sorry. I missed

Re: [whatwg] Script, style and backwards compatibility

2008-05-08 Thread Ian Hickson
On Mon, 30 Apr 2007, Simon Pieters wrote: From http://forums.whatwg.org/viewtopic.php?t=38 I can extract two requests. 1. Explain how authors are supposed to comment their script and style elements in HTML5. (Post #171.) Something along the following lines could be inserted as a note

Re: [whatwg] Typo in UndoManager interface

2008-05-08 Thread Ian Hickson
On Sun, 17 Jun 2007, Samuel Weinig wrote: In the UndoManager interface there is a typo in the add() method. The title parameter should be a DOMString, not a DOMStrong. :) Thanks, fixed. -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/

Re: [whatwg] Discussion on machine-checkability on public-html

2008-05-08 Thread Ian Hickson
On Fri, 6 Jul 2007, Henri Sivonen wrote: http://lists.w3.org/Archives/Public/public-html/2007Jun/0251.html http://lists.w3.org/Archives/Public/public-html/2007Jun/0252.html http://lists.w3.org/Archives/Public/public-html/2007Jun/0254.html

Re: [whatwg] Script, style and backwards compatibility

2008-05-08 Thread Samuel Santos
On Thu, May 8, 2008 at 11:43 PM, Ian Hickson [EMAIL PROTECTED] wrote: On Mon, 30 Apr 2007, Simon Pieters wrote: From http://forums.whatwg.org/viewtopic.php?t=38 I can extract two requests. 1. Explain how authors are supposed to comment their script and style elements in HTML5.

Re: [whatwg] link rel=icon width= height=

2008-05-08 Thread Kornel Lesinski
On Thu, 08 May 2008 03:17:38 +0100, Ian Hickson [EMAIL PROTECTED] wrote: I've added a sizes attribute to link for the icon keyword. The spec now contains: If multiple icons are provided, the user agent must select the most appropriate icon according to the media and sizes attributes. If

Re: [whatwg] Script, style and backwards compatibility

2008-05-08 Thread Kornel Lesinski
On Fri, 09 May 2008 00:50:20 +0100, Samuel Santos [EMAIL PROTECTED] wrote: In order to validate a page as valid HTML/XHTML you need to escape inline script when using characters like . You can use: /*![CDATA[*/ /*]]*/ It's compatible with both HTML and XHTML. -- regards, Kornel Lesiński

[whatwg] link rel=icon sizes=? What if sizes is incorrect?

2008-05-08 Thread Ernest Cline
On further reflection, I'll concede that the style attribute is probably better suited to deciding what to do with the icon once it is fetched. Using it as metadata to decide what is fetched is problematic if multiple sizes are to be allowed to be specified in a single link element. However I

Re: [whatwg] link rel=icon sizes=? What if sizes is incorrect?

2008-05-08 Thread Aaron Boodman
On Thu, May 8, 2008 at 7:29 PM, Ernest Cline [EMAIL PROTECTED] wrote: No matter what the spec says, I think we can all agree that once this enters the real world there will be times when the icon size given is wrong. So what to do? At a minimum, I think the behavior called for when dealing

[whatwg] Couple of appendicies

2008-05-08 Thread Ian Hickson
On Thu, 12 Jul 2007, Smylers wrote: A very minor niggle with the 'Structure of this specification' section, which says: There are also a couple of appendices, defining shims for WYSIWYG editors, rendering rules for Web browsers, and listing areas that are out of scope for this