|
[dokuwiki]
||
[Date Prev]
[10-2007 Date Index]
[Date Next]
||
[Thread Prev]
[10-2007 Thread Index]
[Thread Next]
[dokuwiki] Re: [PATCH] refactored media form to use new form class
- From: Chris Smith <chris@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 01 Oct 2007 23:15:00 +0100
Michael Klier wrote:
> I have a question also: while digging to the code of inc/form.php I
> noticed that there`re lots of places where class="edit" is hardcoded to
> the elements with a follow-up call to buildAttributes(), so if someone
> would pass an extra attribute class to that call you`ll end up with to
> class attributes (I don`t know if this is allowed by the HTML specs but
> to me it feels wrong)
>
Multiple classes in one class attribute (e.g. class="edit required
error") is fine, two or more class attributes in one tag (e.g.
class="edit" class="required") is not valid.
-- Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|