[whatwg] Opera, repeats, remove, move-up, and move-down
Simon Pieters
zcorpan at gmail.com
Tue Mar 6 14:04:47 PST 2007
On Tue, 06 Mar 2007 22:00:31 +0100, Elliotte Harold
<elharo at metalab.unc.edu> wrote:
> I've been able to get Opera 9.1 Mac to display repeating groups with
> markup like the below. Furthermore I've been able to get it to add new
> items to the repeat. However, I haven't been able to get it to remove or
> move a repeat item. The buttons show up but they're disabled.
>
> Is this just an Opera limitation for the time being or am I missing
> something?
>
> <div id="observation" repeat="template" repeat-start="5">
> <label>Species:
> <input type="text" name="species[observation].name" value="" />
> </label>
> <label>Count:
> <input type="number" min='1' value=""
> name="species[observation].number" />
> </label>
> <button type="remove" template="observation">Delete</button>
> <button type="move-up" template="observation">Move Up</button>
> <button type="move-down" template="observation">Move Down</button>
> </div>
> <div><button type="add" template="observation">Add Species</button></div>
Remove the template="observation" attributes from the delete, move-up and
move-down buttons.
--
Simon Pieters
More information about the whatwg
mailing list