On Thu, 19 Sep 2013 08:15:18 -0300, Dmitry Gusev <dmitry.gu...@gmail.com> wrote:

And by the way, this is not illegal to have multiple elements with the same id

Both HTML and XML forbid more than one element having the same id [1]. Otherwise, it wouldn't be called an id. ;) If you need to find more than one element, you should use another attribute for it. In HTML, usually the "class" attribute.

http://www.w3.org/TR/REC-html40/struct/global.html#adef-id
"This attribute assigns a name to an element. This name must be unique in a document."

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to