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
- change ids of the form '/default/Nodes-*index/pages.123' to 'pages123': done
- make sure all 'input' tags are inside div elements
- 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
-
Gaspard Bucher September 3rd, 2008 @ 02:56 PM
- Milestone set to 1.0
-
Gaspard Bucher October 6th, 2008 @ 09:04 PM
What about self closed tags.
Should we add the space or not ?
<br/>
or
<br />
?
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.
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
People watching this ticket
Referenced by
- 20 xhtml compliance (In [857]) Fixed: DOM ids no longer contain the full temp...
- 123 <p> do [each] not working</p> The problem is due to bad code ( does not make any sense,...
- 123 <p> do [each] not working</p> The problem is due to bad code ( does not make any sense,...
- 124 optimize javascript usage by creating functions All edit/publish/... buttons containing javascript could ...