[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Debconf-team] Web page invalid (Re: defining final dates for DebConf 9)



Hola:

On 2009-02-23 13:33, Ana Guerrero wrote:
> So far we have this:
> http://debconf9.debconf.org/dates.xhtml

This page is not valid XHTML, according to http://validator.w3.org/

I'm not HTML-literate, but I believe that:

<thead>
   <tr class="rowH"> ...  </tr>
</thead>
<thead>
  <tr class="rowH"> ...  </tr>
</thead>

should be written as:

<thead>
  <tr class="rowH"> ...  </tr>
  <tr class="rowH"> ...  </tr>
</thead>

Seems logical, as we don't have multiple heads neither :~)

Saludos

Reply to: