|
Re: to </p> or not to </p>: msg#00133java.enhydra.xmlc
Hi Mark, At 11:47 AM 9/22/2003 -0700, you wrote: Jacob Kjome <hoju@xxxxxxxx> writes: Yep, which is why it seems rather arbitrary. > So, does anyone have a problem with modifying XMLC to force <p> tags to be Yep, otherwise we'd exclude the end tag for stuff all the following: <p>, <colgroup>, <dd>, <dt>, <li>, <option>, <tbody>, <td>, <tfoot>, <th>, <thead>, <tr>. To me, either all of these exclude the optional end tag or none of them do. Besides, markup such as complex tables are almost [human] unreadable with end tags excluded. And, actually, minimization is part of XHTML as much as it is for HTML. <br> in HTML is, after all, <br/> in XHTML. Both are minimized. The difference in HTML is that some non-minimized elements (mentioned above) don't require an end tag. > the the next wave of HTML which is XHTML. People really should get used to I tend to disagree here. There are only a few basic differences between valid HTMl4.01 Strict and XHTML1.0 Strict, especially if one makes it a practice to include optional end tags in the HTML. The only real difference is that tags where end tags are forbidden in HTML simply add a forward slash at the end of the tag (just before the greater-than sign). Otherwise, they are exactly the same. XHTML1.0 doesn't even require an XML header, only a doctype which is perfectly compatible with HTML documents. I think it really comes down to aesthetics and consistent behavior of the I like consistency and I'm pinging the group to make sure I'm not doing something "risky". Jake
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: to </p> or not to </p>, Matthew Hixson |
|---|---|
| Next by Date: | Re: to </p> or not to </p>, David Corbin |
| Previous by Thread: | Re: to </p> or not to </p>, Mark Diekhans |
| Next by Thread: | Re: to </p> or not to </p>, Mark Diekhans |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |