Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

multiple fields with the same ID on the same page. #7

Description

@garlofrank

There are multiple (lots) id repeated on the same page, for example look at the demo page (http://wcolorpicker.websanova.com/).

<div class="wColorPicker-palette wColorPicker-palette-simple">
   <div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-top wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(0, 0, 0);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(51, 51, 51);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(102, 102, 102);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(153, 153, 153);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(204, 204, 204);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(255, 255, 255);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(255, 0, 0);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(0, 255, 0);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(0, 0, 255);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(255, 255, 0);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(0, 255, 255);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(255, 0, 255);"></div><br>
</div>

There are many more, these are just an example.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions