[whatwg] [WA1] lang and xml:lang

2005-04-17 Thread Lachlan Hunt
-work/#lang -- Lachlan Hunt http://lachy.id.au/ http://GetFirefox.com/ Rediscover the Web http://GetThunderbird.com/ Reclaim your Inbox

[whatwg] [WA1] The profile Attribute

2005-04-17 Thread Lachlan Hunt
, because UAs may apply differing semantics, depending on the profiles they do and do not know. Remove the note from the end of the section entirely (or rewrite it) because the reason given does not match the recommendation to avoid multiple profiles, which is confusing. -- Lachlan Hunt http

Re: [whatwg] [WA1] lang and xml:lang

2005-04-17 Thread Lachlan Hunt
Ian Hickson wrote: On Sun, 17 Apr 2005, Lachlan Hunt wrote: It should be stated that lang is for HTML only and xml:lang is for X(HT)ML only. Done. Thank you, but now there's just one more issue. # If both the xml:lang attribute and the lang attribute are set, user # agents must use the xml:lang

Re: [whatwg] [WA1] The profile Attribute

2005-04-17 Thread Lachlan Hunt
Ian Hickson wrote: On Sun, 17 Apr 2005, Lachlan Hunt wrote: 1. There are no reasons there to avoid multiple profiles all together, only reasons to avoid profiles with conflicting definitions. Imagine you use publicly available profiles A and B. A has definitions foo and bar. B has definitions

Re: [whatwg] [WA1] lang and xml:lang

2005-04-17 Thread Lachlan Hunt
Ian Hickson wrote: On Sun, 17 Apr 2005, Lachlan Hunt wrote: # If both the xml:lang attribute and the lang attribute are set, user # agents must use the xml:lang attribute, and the lang attribute must be # ignored for the purposes of determining the element's language. Is that the case for both

Re: [whatwg] text/html flavor conformance checkers and foo /

2005-04-26 Thread Lachlan Hunt
an error? I don't think it should be an error. A warning like the WDG validator issues is appropriate. What about foo/? Same as foo /. -- Lachlan Hunt http://lachy.id.au/ http://GetFirefox.com/ Rediscover the Web http://GetThunderbird.com/ Reclaim your Inbox

Re: [whatwg] A thought: a href=... method=post

2005-05-07 Thread Lachlan Hunt
the URI in some way to pass additional confirmation information (eg. appending a ...confirmed=1 parameter). In the absence of that confirmation, the server could then send a page with a form requesting confirmation. -- Lachlan Hunt http://lachy.id.au/ http://GetFirefox.com/ Rediscover the Web

Re: [whatwg] Web Apps 1.0: On-line help

2005-05-09 Thread Lachlan Hunt
methods. [1] http://www.w3.org/TR/html401/types.html#h-6.12 -- Lachlan Hunt http://lachy.id.au/ http://GetFirefox.com/ Rediscover the Web http://GetThunderbird.com/ Reclaim your Inbox

Re: [whatwg] [WF2] Web Forms 2.0: Repetition and type ID

2005-07-03 Thread Lachlan Hunt
a templateid attribute. -- Lachlan Hunt http://lachy.id.au/

Re: [whatwg] text/html conformance checkers and CDATA

2005-07-25 Thread Lachlan Hunt
. That is how HTML 4 validators currently work. -- Lachlan Hunt http://lachy.id.au/

Re: [whatwg] text/html conformance checkers and CDATA

2005-07-26 Thread Lachlan Hunt
Anne van Kesteren wrote: Quoting Lachlan Hunt [EMAIL PROTECTED]: I think conformance checkers should not allow '/' in elements whose content model in HTML 4 was CDATA. Agreed. That is how HTML 4 validators currently work. And also how no browser works. That's irrelevant in this case

Re: [whatwg] text/html conformance checkers and comments

2005-07-26 Thread Lachlan Hunt
David Håsäther wrote: On 2005-07-26 03:33, Lachlan Hunt wrote: ! ... The only real use I've ever seen for a null comment declaration is to suppress markup as in !amp; Why not just do it properly as amp;amp;? That way it works for both HTML and XHTML, whereas your version is only valid

Re: [whatwg] Pattern Hint

2005-08-04 Thread Lachlan Hunt
attribute, yet wouldn't have the same effect when used in some kind of pattern hint attribute, regardless of how it's displayed to the user? -- Lachlan Hunt http://lachy.id.au/

Re: [whatwg] What exactly is contentEditable for?

2005-08-15 Thread Lachlan Hunt
; /textarea That would be a far better option than using contentEditable, which is not only conceptually broken, but *all* implementations of it are so incredibly broken, that trying to standardise it is like dragging a dead horse through mud. -- Lachlan Hunt http://lachy.id.au/

Re: [whatwg] What exactly is contentEditable for?

2005-08-16 Thread Lachlan Hunt
Olav Junker Kjær wrote: Lachlan Hunt wrote: How is that any different from a text area form control with a specified accept type of text/html, which would allow a UA to load any external editor (eg. XStandard) or degrade to a regular text area? The point of contentEditable is that some areas

Re: [whatwg] What exactly is contentEditable for?

2005-08-23 Thread Lachlan Hunt
Ian Hickson wrote: On Mon, 15 Aug 2005, Lachlan Hunt wrote: How is [contentEditable] any different from a text area form control with a specified accept type of text/html, which would allow a UA to load any external editor (eg. XStandard) or degrade to a regular text area? contentEditable

Re: [whatwg] What exactly is contentEditable for?

2005-08-29 Thread Lachlan Hunt
Ian Hickson wrote: On Wed, 24 Aug 2005, Lachlan Hunt wrote: contentEditiable is not semantic, it's behavioural and belongs in the DOM interface only, not the markup. How is it not semantic? How is it semantic? It's not behavioural... It's behavioual because it specifies how content

[whatwg] Re: Are the semantic inline elements really useful?

2005-09-04 Thread Lachlan Hunt
Henri Sivonen wrote: On Aug 28, 2005, at 11:02, Lachlan Hunt wrote: Although some editors do also provide some semantic options, they're usually limited in their abilities. Some have some semantic block level elements like headings, paragraphs, lists and maybe blockquote. However, few have

Re: [whatwg] getElementsByClassName()

2005-09-04 Thread Lachlan Hunt
. -- Lachlan Hunt http://lachy.id.au/

Re: [whatwg] getElementsByClassName()

2005-09-05 Thread Lachlan Hunt
Jim Ley wrote: On 9/5/05, Lachlan Hunt [EMAIL PROTECTED] wrote: No, as already demonstrated, #2 does return matches in some cases. Surely that's just an implementation bug? rather than indicative of any underlying problem in the spec. Yes, it was a bug, but I didn't think the spec

Re: [whatwg] On tag inference

2005-09-05 Thread Lachlan Hunt
these: section div, section p, ... { /* ... */ } -- Lachlan Hunt http://lachy.id.au/

Re: [whatwg] getElementsByClassName()

2005-09-05 Thread Lachlan Hunt
Jim Ley wrote: On 9/5/05, Lachlan Hunt [EMAIL PROTECTED] wrote: I may not be understanding what you mean, but if optional parameters aren't language independant, shouldn't it be defined in a more language independant way, so that any non-ECMAScript languages can still implement this? Yes, DOM

Re: [whatwg] Re: getElementsByClassName

2005-09-05 Thread Lachlan Hunt
Ian Hickson wrote: On Sun, 4 Sep 2005, Lachlan Hunt wrote: It also includes Element.hasClassName(), Element.addClassName() and Element.removeClassName(), which I think should also be added to WA1. I envisage somehow making className implement the DOMTokenString interface: http

Re: [whatwg] Re: getElementsByClassName

2005-09-05 Thread Lachlan Hunt
Ian Hickson wrote: On Tue, 6 Sep 2005, Lachlan Hunt wrote: http://whatwg.org/specs/web-apps/current-work/#domtokenstring Cool, I'll see what I can do about implementing that. I think I may be able to extend the String() object quite easily for that, though I'll have to think about

Re: [whatwg] Re: getElementsByClassName

2005-09-06 Thread Lachlan Hunt
the first time I see apply method used. I couldn't find it in ECMA262-3 nor in WA1.0. Can you give me a hint where it's defined? Why is that better than using string? It's a method of Function(). http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Objects:Function:apply -- Lachlan

[whatwg] Sample DOMTokenString Implementation

2005-09-06 Thread Lachlan Hunt
bar quux [1] http://lachy.id.au/dev/script/examples/DOM/DOMTokenString.js -- Lachlan Hunt http://lachy.id.au/

Re: [whatwg] Disclosure: Change of employer

2005-10-04 Thread Lachlan Hunt
care about standards that much. The site uses an HTML 4.0 Transitional DOCTYPE that triggers quirks mode. -- Lachlan Hunt http://lachy.id.au/

Re: [whatwg] isBrowserOnline vs navigator.onLine

2005-10-09 Thread Lachlan Hunt
Offline -- Lachlan Hunt http://lachy.id.au/

<    1   2   3   4