Re: [whatwg] map id=

2007-08-10 Thread Benjamin Hawkes-Lewis
Simon Pieters wrote: I don't see any need for it to be case-sensitive for XHTML5. :-) Correct me if this is incorrect but as far as I can see, according to the specs authors have been using, id and name are case-sensitive in XHTML 1.x just as in HTML 4.01. Since HTML5 handles standard

Re: [whatwg] hashchange only dispatched in history traversal

2007-08-10 Thread Maciej Stachowiak
On Aug 10, 2007, at 2:20 AM, Anne van Kesteren wrote: 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.) I agree with Anne's

Re: [whatwg] hashchange only dispatched in history traversal

2007-08-10 Thread Ian Hickson
On Fri, 10 Aug 2007, Anne van Kesteren wrote: 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.) History traversal happens as part of

[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] map id=

2007-08-10 Thread Michael A. Puls II
On 8/9/07, Simon Pieters [EMAIL PROTECTED] wrote: On Wed, 08 Aug 2007 20:21:00 +0200, Michael A. Puls II [EMAIL PROTECTED] wrote: Just wan to be sure: Even though id is required, name is allowed on map. Correct? No. name is currently not allowed (but I have suggested we change to name

Re: [whatwg] hashchange only dispatched in history traversal

2007-08-10 Thread Maciej Stachowiak
On Aug 10, 2007, at 12:35 PM, Ian Hickson wrote: ...leads to something that isn't IMHO that much clearer or better than what we have now: onhashchanged= The advantage of hashchanged is that it is very literal -- the attribute called hash changed just before the event fired. It's not

Re: [whatwg] hashchange only dispatched in history traversal

2007-08-10 Thread Ian Hickson
On Fri, 10 Aug 2007, Maciej Stachowiak wrote: Some suggestions: onfragmentscroll (thought it might not scroll if nothing has that fragment ID) onfragmentchanged onfragmentload (not quite accurate but reminiscent of onload) I kind of like onfragmentload but fragment seems to have

Re: [whatwg] Form Serialization`

2007-08-10 Thread Garrett Smith
On 8/8/07, Garrett Smith dhtmlkitchen at gmail.com wrote: Most libraries now are providing a way to serialize a form. It would be useful to have: HTMLFormElement.prototype.toJSONString HTMLFormElement.prototype.getDataSetString HTMLFormElement.prototype.toJSONString would

Re: [whatwg] map id=

2007-08-10 Thread Michael A. Puls II
On 8/10/07, Benjamin Hawkes-Lewis [EMAIL PROTECTED] wrote: Simon Pieters wrote: I don't see any need for it to be case-sensitive for XHTML5. :-) Correct me if this is incorrect but as far as I can see, according to the specs authors have been using, id and name are case-sensitive in XHTML