Re: [whatwg] HTMLCollection and HTMLAllCollection suggestion

2010-04-03 Thread David Flanagan
Perry Smith wrote: HTMLCollection has a namedItem method that returns either null or one object. [1] HTMLAllCollection has a namedItem method that returns either null, one object, or a collection of objects. [2] I'm a Rails freak and one of the things that they do which I love is foo return

[whatwg] HTMLCollection and HTMLAllCollection suggestion

2010-04-03 Thread Perry Smith
HTMLCollection has a namedItem method that returns either null or one object. [1] HTMLAllCollection has a namedItem method that returns either null, one object, or a collection of objects. [2] I'm a Rails freak and one of the things that they do which I love is foo returns an item and foo

[whatwg] Web Apps as epub

2010-04-03 Thread Perry Smith
Hi, Ian and I have been working trying to get the "overall.html" document as an epub format for ebook readers. I have got a version that appears to be working on my nook. I've put it here: http://aix-consulting.net/web_apps.epub If anyone has an ebook reader, please download it and let

Re: [whatwg] Using fonts stored on servers

2010-04-03 Thread Ashley Sheridan
On Sat, 2010-04-03 at 14:43 -0700, Tab Atkins Jr. wrote: > On Sat, Apr 3, 2010 at 2:31 PM, Ashley Sheridan > wrote: > > > > On Sat, 2010-04-03 at 23:25 +0200, Onsemeliot wrote: > > > > Hi people, > > > > I hope nobody is offended if I start being a member of this group by asking > > for a featur

Re: [whatwg] Using fonts stored on servers

2010-04-03 Thread Tab Atkins Jr.
On Sat, Apr 3, 2010 at 2:31 PM, Ashley Sheridan wrote: > > On Sat, 2010-04-03 at 23:25 +0200, Onsemeliot wrote: > > Hi people, > > I hope nobody is offended if I start being a member of this group by asking > for a feature in the new standard. > > I'm a web designer and try to stick to clear stan

Re: [whatwg] Using fonts stored on servers

2010-04-03 Thread Ashley Sheridan
On Sat, 2010-04-03 at 23:25 +0200, Onsemeliot wrote: > Hi people, > > I hope nobody is offended if I start being a member of this group by asking > for a feature in the new standard. > > I'm a web designer and try to stick to clear standards in order to get the > best results on various system

[whatwg] Using fonts stored on servers

2010-04-03 Thread Onsemeliot
Hi people, I hope nobody is offended if I start being a member of this group by asking for a feature in the new standard. I'm a web designer and try to stick to clear standards in order to get the best results on various systems, but I wonder why you don't implement the support of defining (at

[whatwg] Section 2.7.2.1 (HTMLCollection) question

2010-04-03 Thread Perry Smith
From [1] The namedItem(key) method must return the first node in the collection that matches the following requirements: It is an a, applet, area, embed, form, frame, frameset, iframe, img, or object element with a name attribute equal to key, or, It is an element with an ID equal to key.

Re: [whatwg] Font metrics

2010-04-03 Thread Greg Brown
OK, that makes sense. Thanks for the info. On Apr 2, 2010, at 5:39 PM, Ian Hickson wrote: > On Fri, 2 Apr 2010, Greg Brown wrote: >> >> In reviewing the current draft API for the element >> (http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html), >> >> I noticed

[whatwg] Web version formatting request

2010-04-03 Thread Perry Smith
At the top of each page of the multipage version is a "previous", "TOC", "next" type of navigation. Can one of those be added at the bottom of each page too? When I get finished reading one "page", I have to scroll to the top and click to get to the next page. Thanks, Perry