#20 open
Gaspard Bucher

xhtml compliance

Reported by Gaspard Bucher | September 3rd, 2008 @ 12:46 PM | in 1.0

Originally posted on Trac by gaspard Original Trac Ticket

Description (Last modified by gaspard)

For this we need to wrap input tags into "p" or "div" tags.

We do not care if 'form' appear inside 'p' when the user writes:


<p do='add'/>
<p do='each'/>

It's bad user practice, not a result from our bad code. The code above should never be used (listing nodes as paragraphes). It should be written as:


<r:add/>
<r:each>
  <p do='...'/>
</r:each>

Things to do

  1. change ids of the form '/default/Nodes-*index/pages.123' to 'pages123': done
  2. make sure all 'input' tags are inside div elements
  3. see #124 (rewrite of javascript)

(In [857]) Fixed: DOM ids no longer contain the full template_url (no '/' in id now). Refs #20.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Anyone knows how to use formatting here ?

Git repository: http://github.com/zena

Official website: http://zenadmin.org

Shared Ticket Bins

People watching this ticket

Tags

Referenced by

Pages