Re: Templates XML conformance
Andy Varganov <[email protected]> Thu, 06 May 2004 11:36:31 +0100
| Newsgroups | gmane.comp.cms.xaraya.ui |
|---|---|
| Organization | xaraya org |
| Message-ID | <[email protected]> |
Fournier Daniel wrote: > Another problem is the multiplication of elements with identical id > attributes. For instance: <td id="leftmenus">. ID attributes have to be > unique in the document. Probably a class attribute instead of an id (is > this id used somewhere in the document processing?) would suffice. those IDs are referencing CSS anonymous rules - in a good tradition of CSS they should not be duplicated, but as you can see in the output they are not.. using anonymous classes is not quite appropriate from the designer POV, classes should only be used for 'potentially' multiple instances of the css ruleset on a webpage. Andy