[whatwg] [wa1] Status of tree construction section and SVN interface

2006-07-07 Thread Stewart Brodie
://svn.whatwg.org but I just get web pages with the text (literally) of the current revision of the specs, rather than access to the history logs that WA1 implies I should find there. Neither web browsers nor svn itself can talk to that URI. Am I doing something wrong or is it broken? -- Stewart

Re: [whatwg] [wa1] Status of tree construction section

2006-07-10 Thread Stewart Brodie
Ian Hickson [EMAIL PROTECTED] wrote: On 7/7/06, Stewart Brodie [EMAIL PROTECTED] wrote: I thought I'd have a go at implementing the parsing algorithms, specifically the tree construction algorithms, to see what effect it had on the DOM trees that our parser creates. Has anybody else

[whatwg] [WA1] Formatting elements

2006-07-17 Thread Stewart Brodie
be executed automatically when opening the next formatting/phrasing element or text node anyway) -- Stewart Brodie Software Engineer ANT Software Limited

Re: [whatwg] [WA1] Formatting elements

2006-07-19 Thread Stewart Brodie
Ian Hickson [EMAIL PROTECTED] wrote: On Mon, 17 Jul 2006, Stewart Brodie wrote: I tried dry-running the algorithm for handling mis-nested formatting elements, but I ended up with a tree that looked very odd. I can't believe that the output I ended up with is what the desired result

[whatwg] [WA1] Missing step in formatting element algorithm

2006-07-21 Thread Stewart Brodie
a step 14 that looped the whole algorithm, perhaps? I think you can strike the first paragraph of step 3, and move the second paragraph of step 3 into step 4, and remove the sentence There will always be one ... from step 4, then delete step 3 completely. -- Stewart Brodie Software Engineer ANT

Re: [whatwg] Allow trailing slash in always-empty HTML5 elements?

2006-11-29 Thread Stewart Brodie
the author thought was going on. Did they think it was XHTML and just got stymied by the server configuration? I'm still in favour of permitting the trailing slash, personally. -- Stewart Brodie Software Engineer ANT Software Limited

Re: [whatwg] Parsing: Greater-than characters in doctype

2007-06-29 Thread Stewart Brodie
tested, because you clearly cannot have tested all browsers. IE, Firefox, Safari and Opera aren't all browsers (especially if you only test one specific version) -- Stewart Brodie Software Engineer ANT Software Limited

Re: [whatwg] more discussion regarding codecs (Was: whatwg Digest, Vol 45, Issue 16)

2007-12-12 Thread Stewart Brodie
have to find another solution. (Similarly -- Opera, Mozilla, et al, don't want to implement H.264. So we have to find a solution other than H.264.) Is there any codec that would satisfy everybody? I doubt it, to be honest. -- Stewart Brodie Software Engineer ANT Software Limited

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

2008-01-07 Thread Stewart Brodie
. -- Stewart Brodie Software Engineer ANT Software Limited

Re: [whatwg] getElementsByClassName case sensitivity

2009-01-12 Thread Stewart Brodie
/getElementsByClassName/) but given the dates on them predate the latest spec changes (which causes some to fail now), I was wondering if up to date versions are now kept somewhere else instead? -- Stewart Brodie Software Engineer ANT Software Limited

Re: [whatwg] getElementsByClassName case sensitivity

2009-01-13 Thread Stewart Brodie
Anne van Kesteren ann...@opera.com wrote: On Mon, 12 Jan 2009 15:25:33 +0100, Stewart Brodie stewart.bro...@antplc.com wrote: Ian Hickson i...@hixie.ch wrote (on 25 July 2008): I've made [getElementsByClassName] consistent with how classes work in CSS (case-insensitive for quirks

Re: [whatwg] getElementsByClassName case sensitivity

2009-01-14 Thread Stewart Brodie
out of date. * updates the test now. Excellent - thanks! -- Stewart Brodie Software Engineer ANT Software Limited

Re: [whatwg] Exposing EventTarget to JavaScript

2009-04-30 Thread Stewart Brodie
. They are called in registration order, from oldest to newest. This is stated in both the latest D3E working draft, and the older versions dating back to 2003 (at least - I didn't go back any further) -- Stewart Brodie Software Engineer ANT Software Limited

[whatwg] [EventSource] Garbage collection rules

2009-07-10 Thread Stewart Brodie
must be callable. The only difference that this makes, I *think*, is that pages in the history lose unreferenced EventSource objects. Is this true and would it actually be a problem? -- Stewart Brodie Software Engineer ANT Software Limited

[whatwg] [html5] Attaching option elements to select elements in different documents

2010-03-03 Thread Stewart Brodie
5.0.307.11 beta, Firefox 3.5.8, and our own ANT Galio 3.1.0 -- Stewart Brodie Team Leader - ANT Galio Browser ANT Software Limited

Re: [whatwg] [html5] Attaching option elements to select elements in different documents

2010-03-03 Thread Stewart Brodie
my test so that it tries both. The behaviour seems to be the same, regardless of how the option is created. -- Stewart Brodie Team Leader - ANT Galio Browser ANT Software Limited

Re: [whatwg] [html5] Attaching option elements to select elements in different documents

2010-03-04 Thread Stewart Brodie
Boris Zbarsky bzbar...@mit.edu wrote: On 3/3/10 12:11 PM, Stewart Brodie wrote: As far as I can tell, this affects: HTMLSelectElement.add(), HTMLOptionsCollection.add(), Node.appendChild(), Node.replaceChild(), Node.insertBefore(). Is it option-specific, though? Last I checked, various

Re: [whatwg] [html5] Attaching option elements to select elements in different documents

2010-03-04 Thread Stewart Brodie
Anne van Kesteren ann...@opera.com wrote: On Thu, 04 Mar 2010 11:27:23 +0100, Stewart Brodie stewart.bro...@antplc.com wrote: Boris Zbarsky bzbar...@mit.edu wrote: On 3/3/10 12:11 PM, Stewart Brodie wrote: As far as I can tell, this affects: HTMLSelectElement.add

Re: [whatwg] Media elements statistics

2011-01-28 Thread Stewart Brodie
on a separate processor), we do not have access to most of the information that is necessary to drive the algorithms. For example, network usage (if indeed there is any at all), which frames you have, seekable ranges, buffering statistics - all of these are unavailable. -- Stewart Brodie Team Leader

[whatwg] [html5] Question on the structured cloning algorithm

2011-05-24 Thread Stewart Brodie
? The typographic convention description set out in section 1.8.2 doesn't say either way. Do getters need to be called to obtain a value which can be stored (after being cloned itself) in the result? -- Stewart Brodie Team Leader - ANT Galio Browser ANT Software Limited

Re: [whatwg] [html5] Question on the structured cloning algorithm

2011-05-26 Thread Stewart Brodie
Ian Hickson i...@hixie.ch wrote: On Tue, 24 May 2011, Stewart Brodie wrote: Do getters need to be called to obtain a value which can be stored (after being cloned itself) in the result? I'm not sure I follow the question. Can you elaborate? Are getters called during cloning? i.e. what

Re: [whatwg] Proposal for window.DocumentType.prototype.toString

2012-10-30 Thread Stewart Brodie
Johan Sundström oyas...@gmail.com wrote: Hi everybody! Serializing a complete HTML document DOM to a string is surprisingly hard in javascript. Does XMLSerializer().serializeToString(document) not meet your requirement? -- Stewart Brodie Team Leader - ANT Galio Browser ANT Software

Re: [whatwg] A plea to Hixie to adopt main

2012-12-14 Thread Stewart Brodie
It doesn't necessarily. I've come across pages that expect the head to be displayed too. e.g. tests at http://meyerweb.com/eric/css/tests/css3/ like http://meyerweb.com/eric/css/tests/css3/show.php?p=caption-side -- Stewart Brodie Team Leader - ANT Galio Browser ANT Software Limited

Re: [whatwg] A plea to Hixie to adopt main

2012-12-14 Thread Stewart Brodie
Is this a common mark up pattern? I've not gone looking for any other real-world examples - that's the only one I've seen. However, I can't think of any reason why it shouldn't work, as it's just a block box like the body element (usually) is. -- Stewart Brodie Team Leader - ANT Galio Browser ANT Software

Re: [whatwg] [Notifications] Constructor should not have side effects

2013-01-29 Thread Stewart Brodie
. -- Stewart Brodie Team Leader - ANT Galio Browser ANT Software Limited

Re: [whatwg] HTML spec incorrectly suggests that br can have its rendering changed with CSS

2014-01-23 Thread Stewart Brodie
. I've put a suitably anonymised version of the test case on my own website: http://www.metahusky.net/~stewart/css/br/br-rendering.html And yes, the real page really did have the first line of its stylesheet as: * { position: absolute; margin: 0px; float: left } -- Stewart Brodie Team