[whatwg] HTML5 Feedback: Section 3.5.2 Focus

2007-10-08 Thread Brad Fults
-work/#focus [2] - http://www.whatwg.org/specs/web-apps/current-work/#activeelement -- Brad Fults

[whatwg] HTML5 Feedback: Section 3.5.3 Scrolling elements into view

2007-10-08 Thread Brad Fults
be decidedly deficient if scrollIntoView() only took vertical scrolling into account, leaving horizontally overflown content still outside of the viewport after the method's invocation. [1] - http://www.whatwg.org/specs/web-apps/current-work/#scrollintoview -- Brad Fults

Re: [whatwg] HTMLFormElement reset method

2007-06-19 Thread Brad Fults
Bumping this in hopes of a response. Thanks. On 3/29/07, Brad Fults [EMAIL PROTECTED] wrote: In section 7.1 of the WA 1.0 draft [1], there is the following text: The reset() method resets the form, then fires a a formchange event on all the form controls of the form. In the case

[whatwg] Proposal: Allow block content inside label element

2007-05-07 Thread Brad Fults
-- Brad Fults

[whatwg] HTMLFormElement reset method

2007-03-29 Thread Brad Fults
-forms/current-work/#seeding -- Brad Fults

Re: [whatwg] [WebForms2] custom form validation notifications without scripting

2006-10-03 Thread Brad Fults
. Is the use of the title attribute inappropriate for this case? -- Brad Fults

Re: [whatwg] Scoped tabindex proposal

2006-09-01 Thread Brad Fults
. -- Brad Fults

Re: [whatwg] Scoped tabindex proposal

2006-08-31 Thread Brad Fults
be the default. -- Brad Fults NeatBox On 8/31/06, Simon Pieters [EMAIL PROTECTED] wrote: Hi, Currently if you want to use the tabindex to change the tab order you mostly have to specify tabindex on all links and form controls prior to the area you want to modify the tab order, because otherwise that area

Re: [whatwg] Summary in lists

2006-06-13 Thread Brad Fults
It isn't clear why the `title` attribute[1] wouldn't fulfill this desire. Any elaboration or use cases would be helpful. Thanks. [1] - http://www.w3.org/TR/html401/struct/global.html#adef-title -- Brad Fults NeatBox On 6/12/06, Isac Backlund [EMAIL PROTECTED] wrote: Hi, I think

Re: [whatwg] getElementsByClassName()

2006-02-06 Thread Brad Fults
. -- Brad Fults NeatBox

Re: [whatwg] getElementsByClassName()

2006-02-03 Thread Brad Fults
on design, and a design candidate which satisfies those constraints well. Thank you. -- Brad Fults NeatBox

Re: [whatwg] introduction, plus some form input ideas

2006-02-03 Thread Brad Fults
obviously not apply to multiple-selects 3. input tags: validate=[regex] See: http://whatwg.org/specs/web-forms/current-work/#the-pattern -- Brad Fults NeatBox

Re: [whatwg] Drag and drop in HTML5

2005-05-06 Thread Brad Fults
On 5/6/05, Brad Fults [EMAIL PROTECTED] wrote: :draggable = DOM element that has .draggable=true (or whatever is decided on) :dragging = DOM element that is being dragged (perhaps opacity: 0.5) :dragging:droppable = DOM element that is being dragged and can be dropped over its current location

Re: [whatwg] Editing

2005-04-20 Thread Brad Fults
link would be manipulated as an unbreakable unit inside the div. -- Brad Fults NeatBox